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.

[image: 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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to