- Is there a simpler way to write this source code avoiding all these
change staff?
- Is it correct writing the left hand using s2 etc. etc.?

Thank you, g.

\version "2.19.54"
right = \fixed c' {
  \clef treble
  \time 2/4
  g8-4 \change Staff = "left" g_4 \change Staff = "right" e-3 \change Staff
= "left" e_3 \change Staff = "right"
  g8-4 \change Staff = "left" g_4 \change Staff = "right" e4-2
  \bar "|."
}

left = \fixed c' {
  \clef treble
  s2
  s4 c_2
}

\score {
  \new PianoStaff
  <<
    \new Staff = "right" \right
    \new Staff = "left"  \left
  >>
  \layout { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to