lilypond-user
[Top][All Lists]
Advanced

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

Re: No time signature


From: Graham Percival
Subject: Re: No time signature
Date: Wed, 24 Sep 2003 21:47:58 -0700

On Mon, 22 Sep 2003 17:57:18 +0200
Pierre Fran <address@hidden> wrote:

> About a possible way for removing the time signature,

Please keep LilyPond discussions on the mail list; that way if I'm busy for
a few days, somebody else might answer.
 
> Graham Percival wrote:
> > On Fri, 19 Sep 2003 21:10:05 +0200
> > You want something like this:
> > 
> > \paper{
> >     \translator { \staffContext \remove Time_signature_engraver }
> > }
> > 
> But this gives me the next error:
> 
> Running LilyPond...
> GNU LilyPond 1.6.10
> Now processing: `Gloria8.ly'
> Parsing...
> /home/pf/LinuxDocs/lt/Music/Gloria8.ly:106:37: error: parse error, 
> unexpected SCM_IDENTIFIER, expecting TYPE or TRANSLATOR_IDENTIFIER:
>    \paper {\translator { \staffContext
>                                        \remove Time_signature_engraver } }
> 

Evidently the notation I suggested is incorrect for 1.6.10.

As it happens, the \staffContext should have been capitalized.  This works
in 1.9.8:
\paper{
        \translator { \StaffContext \remove Time_signature_engraver }
}

If that doesn't work in 1.6.10, then either upgrade LilyPond (version 2.0.0
came out today), or look through the user manual, regression tests, or the
tricks and tips examples to find the old notation for it.

- Graham Percival




reply via email to

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