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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to