lilypond-user
[Top][All Lists]
Advanced

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

Re: beams in treble and bass staff


From: Malte Meyn
Subject: Re: beams in treble and bass staff
Date: Sat, 14 Jan 2017 11:17:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


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
  }
>>



reply via email to

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