lilypond-user
[Top][All Lists]
Advanced

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

Re: \crossStaff and \stemDown


From: Eluze
Subject: Re: \crossStaff and \stemDown
Date: Fri, 14 Dec 2012 12:28:05 -0800 (PST)

Thomas Morley wrote
> Because \voiceThree has \shiftOn enabled.

exactly - so another solution is (keeping the "natural" order of voices):

\new PianoStaff <<
  \new Staff <<
    \new Voice {
      \voiceOne \shiftOn
      g''4
    }
    \new Voice {
      \voiceThree  \shiftOff
      < b d'>8 [ < b d'>8 ]
    }
  >>
  \new Staff {
    \clef bass
    \new Voice {
      \voiceOne 
      \crossStaff { <e g>8 <e g>8 }
    }
  }
>>

… and playing with \shiftOn/\shiftoff you can control which notes are
cross-staffed!

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/crossStaff-and-stemDown-tp137487p137699.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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