lilypond-user
[Top][All Lists]
Advanced

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

Re: Suppressing Staves


From: Aaron Dalton
Subject: Re: Suppressing Staves
Date: Sat, 20 Nov 2004 12:45:41 -0700
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

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





reply via email to

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