lilypond-user
[Top][All Lists]
Advanced

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

staff switches


From: James E. Bailey
Subject: staff switches
Date: Sun, 13 Jul 2008 01:06:41 +0200

Is it possible to have staff switches in a separate variable? I was thinking somthing along the lines of
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" \voiceA
      \new Staff = "LH" <<\clef bass s1*2>>
   >>
}
but that doesn't work out so well for me. Any suggestions?




reply via email to

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