lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tie chord between staves


From: John Kinell
Subject: Tie chord between staves
Date: Wed, 17 Feb 2016 08:48:47 +0000

Hi!
I'm new using lilypond, so please excuse me if this is a dumb question.

\version "2.19.36"
\language "english"
\new PianoStaff <<
  \new Staff = "up" 
  \relative c'
  { s1 }
  \new Staff = "down" 
  \relative c
  {\clef bass <ef af cf ef>4^~ \change Staff ="up" \tuplet 3/2 { <af! cf! ef!>8 <bf! df! f> <cf! eff! gf!> }  }
>>
How do I get the ab-minor chord to tie over into the triplet? The above code just makes three tie lines above the staff. I have tried to do it with slurs, since midi output isn't an issue here, but the results aren't really that good either. Below is what I'm trying to engrave.

exempel.jpg
/John

P.S. Any tips on getting the low eb on the first beat to tie over like in the picture would be appreciated! Right now I've solved it by creating a new voice with a hidden eb, which makes the tie look kind of awkward, but it works. D.S.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]