%% How can I put the last note of each triplet on the lower stave
%% on the upper stave of the piano staff?

\header{
        title = "Triplets across staves"
}


upper = \relative c' {

  \clef treble
  \key c \major
  \time 2/4
  c'2
}

lower = \relative c' {
  \clef bass
  \key c \major
  \time 2/4


        \tuplet 3/2 {g8 c  g'}
        \tuplet 3/2 {g,8 c  g'}

}

\score {
  <<
    \new PianoStaff  <<
     \new Staff = "upper" \upper
      \new Staff = "lower" \lower
        >>
 >>
 \layout {
    \context { \Staff \RemoveEmptyStaves }
  }
}
6

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to