Hi Stephen, thank you for your reply. (Please always reply to the list.)
I should have been clearer: I want three notes in three staves, all with stem up, and a stem only from the lower to the middle staff but not to the upper. (You suggested to omit the flag from the middle staff; that would be a good solution if I wanted the stem across all three staves.) Please have a look at the attached image (made with LilyPond and GIMP) to see what I mean.
Any other ideas? Malte Am 24.11.2015 um 22:32 schrieb Stephen MacNeil:
Since no one answered you I thought I would let you know I would just omit them since it doesn't happen by default %%%%%%%%%%%%%%% \new PianoStaff \with { \consists #Span_stem_engraver \autoBeamOff } << \new Staff { e'8 f' \crossStaff e'' f'' % not ok } \new Staff { % both work omit leaves out printable space % \omit Flag % hide is more like transparent -- space is occupied % \hide Flag d'8 \crossStaff e' % ok d'' \crossStaff e'' % ok % to undo hide or omit % \undo \omit Flag % \undo \hide Flag } \new Staff { \crossStaff c'8 d' % not ok c'' d'' }%%%%%%%%%%%%%%%% you could write a function that takes care of the undo for omits and hides within a group ...{ } HTH Stephen
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
