Ruud van Silfhout wrote:
Hi Aaron,

depending on the version of lilypond you are working on (therefor always
mention the version of lilypond you are using), put
\context { \RemoveEmptyStaffContext }
in the \paper block (version < 2.4) or in the \layout block

Regards,
Ruud van Silfhout


I am using lilypond-book (version 2.2) and so there is no \paper block in the \begin/end{lilypond} sections. I went ahead and inserted one in the appropriate excerpt:
\begin{lilypond}
\score { stuff }
\paper { \context { \RemoveEmptyStaffContext } }
\end{lilypond}
but the staves render anyway. Is there an alternate way to issue this command when using lilypond-book?


Cheers!
Aaron



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to