Am 14.01.2017 um 11:07 schrieb Gianmaria Lari:
> Novice question. Attached it's a small music fragment from an harpe
> score. How can I write it using lilypond?

You have to name your staffs and then use the \change command.

\version "2.19.53"

\new PianoStaff <<
  \new Staff = "upper" \relative {
    \time 6/8
    g''4.( f8 e d)
  }
  \new Staff = "lower" \relative {
    c'16_( d f g
    \change Staff = "upper"
    b d)
    \change Staff = "lower"
    r4 r8
  }
>>

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

Reply via email to