lilypond-user
[Top][All Lists]
Advanced

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

Re: Remove empty staves from PianoStaff


From: Neil Puttock
Subject: Re: Remove empty staves from PianoStaff
Date: Sat, 20 Nov 2010 21:13:19 +0000

On 20 November 2010 19:55, Tao Cumplido <address@hidden> wrote:

> I hope someone knows a solution.

I guess you have the situation where one stave in the PianoStaff has
notes, but the other has full-bar rests (for a full system).  There's
a recent bugfix which added an engraver to keep both staves alive in
this case; you'll need to remove it to go back to the old behaviour:

\layout {
  \context {
    \Staff
    \RemoveEmptyStaves
  }
  \context {
    \PianoStaff
    \remove "Keep_alive_together_engraver"
  }
}

Cheers,
Neil



reply via email to

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