Re: Cross-Staff stems not working

2022-06-25 Thread Knute Snortum
On Sat, Jun 25, 2022 at 5:59 AM Simon Bailey wrote: > > Hi, > > consider this code: > > \version "2.23.9" > \layout { > \context { > \PianoStaff > \consists "Span_stem_engraver" > } > } > > { > \new PianoStaff << > \new Staff { > 4 r r2 | > } > \new Staff { >

Cross-Staff stems not working

2022-06-25 Thread Simon Bailey
Hi, consider this code: \version "2.23.9" \layout { \context { \PianoStaff \consists "Span_stem_engraver" } } { \new PianoStaff << \new Staff { 4 r r2 | } \new Staff { \clef bass \crossStaff { 4 } r r2 | } >> } What am I missing to get the stem