lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing Unwanted Span Bar


From: Jean Abou Samra
Subject: Re: Removing Unwanted Span Bar
Date: Tue, 28 Sep 2021 20:03:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]