I don't see why this isn't implemented as a standard feature of lilypond, instead of just being an example in a snippet that's not even in the documentation. I'd be happy to document it if we did this. What do others think - could this be added as a standard function - it would make my life _a lot_ easier.
I've attached a simple example of how to use it and the output (including my proposed override to get rid of spurious flags).
{
<<
\new PianoStaff <<
\new Staff = "RH"
<<
\new Voice
{
\autoBeamOff
\stemUp < d'' b' >4 b'4 b'4 b'4 | % 1
b'8 b'8 b'8 [ b'8 b'8 b'8 ] b'8 b'8 |
}
>>
\new Staff = "LH"
<<
\new Voice
{
\autoBeamOff
\stemUp \crossStaff { < g' e'>4 g'4 g'4 g'4 } | % 1
\crossStaff { g'''''8 g'8 g'8 g'8 g'8 g'8 g'8 g'8 } |
}
>>
>>
>>
}
--
Phil Holmes
<<attachment: CrossStaff.png>>
_______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
