Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> thanks. Fixed.
>
> Nicolas Sceaux wrote:
>> Using LilyPond from CVS (2.7.26), \RemoveEmptyStaffContext does not seem
>> to work properly. See the example from
>> http://lilypond.org/doc/v2.7/Documentation/user/out-www/lilypond/Hiding-staves.html
The staves are removed, but they still take place:
\version "2.7.17"
\paper {
%%annotatespacing = ##t
raggedright = ##t
}
\score {
\new StaffGroup <<
\new Staff {
\override Score.VerticalAxisGroup #'remove-first = ##t
bes'1 \break R1 \break bes'
}
\new Staff { g'1 g' g' }
\new Staff { R1 e' e' } \addlyrics { mi mi }
\new Staff { c'1 c' c' }
>>
\layout { \context { \RemoveEmptyStaffContext } }
}

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond