lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing Empty Staves [2.12 vs 2.14]


From: Xavier Scheuer
Subject: Re: Removing Empty Staves [2.12 vs 2.14]
Date: Wed, 28 Sep 2011 13:05:32 +0200

2011/9/28 Alberto Simões <address@hidden>:
>
> Hello
>
> It seems that the 2.12 command
>
>       \RemoveEmptyStaffContext
>
> is, in 2.14,
>
>       \Staff \RemoveEmptyStaves
>
> But the behavior is not exactly the same.
> In the attached image, left is 2.14, right is 2.12.
>
> How to get the 2.12 behavior with 2.14?

This is a feature!
PianoStaff are now removed only if both staves are empty.
To be able to remove staves from  PianoStaff  independently, simply add

 \context {
   \PianoStaff
   \remove "Keep_alive_together_engraver"
 }

to your  \layout  block.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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