lilypond-user
[Top][All Lists]
Advanced

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

Re: \RemoveEmptyStaves


From: ajb
Subject: Re: \RemoveEmptyStaves
Date: Mon, 4 Mar 2019 13:51:01 +1100

G'day.


On Mon, Mar 4, 2019 at 1:40 PM Richard Gress <address@hidden> 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



reply via email to

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