"It's not a bug, it's a feature"
documented here:
http://www.lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/Hiding-staves.html
\override Score.RemoveEmptyVerticalGroup #'remove-first = ##t
Bertalan Fodor wrote:
> %BUG: RemoveEmptyStaffContext doesn't remove staff from the first sytem
>
> \version "2.5.26"
>
> \score {
> \relative <<
> \new Staff { R1 | R1 \break R1 | R1 \break c4 d e f | g
> f e d }
> \new Staff { a4 b c d | e d c b | a b c d | e d c b | a4 b c d | e
> d c b }
> >>
> \midi {
> }
>
> \layout {
> \context { \RemoveEmptyStaffContext }
> }
> }
>
> \paper {
> }
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond