On 20 November 2010 19:55, Tao Cumplido <tao_lilypondu...@gmx.net> 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

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

Reply via email to