lilypond-user
[Top][All Lists]
Advanced

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

Re: staff switches


From: Kieren MacMillan
Subject: Re: staff switches
Date: Sun, 13 Jul 2008 00:15:46 -0400

p.s. For the record, you can also do it in a single command:


\version "2.11.49"

voiceA = \relative
{
        c4 d e g,
        f e e' d
}
voiceAswitches =
{
        s2. \change Staff = "LH" s4
        s2 \change Staff = "RH" s2
}

\score
{
        \new PianoStaff
        <<
\new Staff = "RH" \new Voice = "RH_voice" << \voiceA \voiceAswitches >>
                \new Staff = "LH" { \clef bass s1*2 }
        >>
}




reply via email to

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