lilypond-user
[Top][All Lists]
Advanced

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

Re: Suppressing Staves


From: Graham Percival
Subject: Re: Suppressing Staves
Date: Sat, 20 Nov 2004 13:13:13 -0800


On 20-Nov-04, at 11:45 AM, Aaron Dalton wrote:
        \begin{lilypond}
                \score { stuff }
                \paper { \context { \RemoveEmptyStaffContext } }
        \end{lilypond}

try
\score {
  \notes { stuff}
  \paper{ blah }
}

the \paper needs to be inside the \score.

Cheers,
- Graham





reply via email to

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