Le 28/09/2021 à 19:38, Ernie Braganza a écrit :
I want to have a RhythmicStaff and I see an unwanted span bar. Here's
the smallest code sample I could think of as an example. I tried
\remove "Span_bar_engraver" but that didn't work. I've also attached a
screenshot.
I am running Lilypond 2.22.1 on Debian Linux.
Thanks for your help!
[…]
\override StaffSymbol.line-count = #0
This overrides makes the StaffSymbol invisible, but
does not remove it. As a consequence, LilyPond groups
the staves with a system start delimiter. Try replacing
it with
\remove Staff_symbol_engraver
Best,
Jean