Re: Suppressing Staves

2004-11-20 Thread Aaron Dalton
Graham Percival wrote:
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
Grrr, still no go =/
Aaron
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Suppressing Staves

2004-11-20 Thread Graham Percival
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

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


Re: Suppressing Staves

2004-11-20 Thread Aaron Dalton
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


Re: Suppressing Staves

2004-11-20 Thread Ruud van Silfhout
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

- Original Message -
From: "Aaron Dalton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 20, 2004 7:40 PM
Subject: Suppressing Staves


> I've done a search for ways to suppress staves in an orchestral excerpt
> should that staff contain nothing but rests for the duration of the
> current system.  The only thing I have found is a reference to:
>
> \translator { \RemoveEmptyStaffContext }
>
> for which I can find no documentation anywhere.  Is this the command I'm
> looking for?  If so, how does it work?  If not, how should I accomplish
> my design?
>
> Thanks as always for your time and assistance.
>
> Aaron
>
>
> ___
> lilypond-user mailing list
> [EMAIL PROTECTED]
> http://lists.gnu.org/mailman/listinfo/lilypond-user



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


Suppressing Staves

2004-11-20 Thread Aaron Dalton
I've done a search for ways to suppress staves in an orchestral excerpt 
should that staff contain nothing but rests for the duration of the 
current system.  The only thing I have found is a reference to:

\translator { \RemoveEmptyStaffContext }
for which I can find no documentation anywhere.  Is this the command I'm 
looking for?  If so, how does it work?  If not, how should I accomplish 
my design?

Thanks as always for your time and assistance.
Aaron
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user