G'day.

On Mon, Mar 4, 2019 at 1:40 PM Richard Gress <[email protected]> wrote:

> Why is \RemoveEmptyStaves not working the way I’m using it? The output still 
> shows blank staves in a ten-page document. Uncommenting the global command 
> doesn’t work, either.

Because it's not a Staff, it's a PianoStaff.  It took me a while to
work this out, too.

It's a similar story for ChoirStaff. I use this:

\layout {
   \context {
    \Staff \RemoveEmptyStaves
   }
   \context {
    \ChoirStaff \RemoveEmptyStaves
   }
   \context {
    \PianoStaff \RemoveEmptyStaves
   }
}

Andrew Bromage

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to