Urs Liska <u...@openlilylib.org> writes:

> what would be the "usual suspects" to look into when seemingly empty
> staves just don't disappear with \RemoveEmptyStaves
>
> ?
>
> As this is most surely some issue with my set-up I can't come up with a
> minimal example, but the score looks like this:
>
> \score {
>   \new PianoStaff <<
>     \new Staff = "up" <<
>       \structure
>       \v.1
>       \v.2
>     >>
>     \dyn.1
>     \new Staff = "mid" <<
>       \structure
>       \v.3
>       \v.4
>     >>
>     \dyn.2
>     \new Staff = "lo" <<
>       \structure
>       \v.5
>     >>
>   >>
> }
>
> with
>
> \layout {
>   \context {
>     \Staff
>     \numericTimeSignature
>     \RemoveEmptyStaves
>   }
> }

Uh, PianoStaff has the Keep_alive_together_engraver .  That's what
distinguishes it from GrandStaff .  Since your score has nothing but the
PianoStaff...

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to