[EMAIL PROTECTED] writes:
> > >> Secondly: Is there a way to specify that various measures are 5/8,
> > >> 3/8, 5/4, etc., and have the bar lines placed properly, but not have
> > >> the time signature printed?
> > Ah, but how can I put a time signature in if the
> > Time_signature_engraver is missing?
> 
> Do:
> 
>     \time 5/8;
> 
> The time change will be processed (by timing-translator), but just
> not engraved-- that's what you want, no?

alternatively, if you want the time sig to disappear at specific
places, you could try making a special context (accepted by Staff),
containing only the time_signature_engraver, and use that when you
want a printed time-signature, eg.

                \context Timesigprint \time 2/4;

 

-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to