lilypond-user
[Top][All Lists]
Advanced

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

Re: invisible time signature


From: Kieren MacMillan
Subject: Re: invisible time signature
Date: Fri, 2 Jun 2006 21:35:27 -0400

Hi, Mark:

I was wondering how to make an invisible time signature.

Try one of

    \override Staff.TimeSignature #'stencil = ##f
    \override Score.TimeSignature #'stencil = ##f

choosing the particular context (scope) from which you want to eliminate the time signature.

Also, I'm kind of wondering if there's a better way of adding an extra clef half-way through the song (without facilitating the need for lots of skips).

Not sure what you mean here -- if you mean CHANGING clefs, just use

    \clef alto

or whatever clef you want. If you mean adding an extra STAFF, check out the docs -- there are good examples there.

Best wishes,
Kieren.




reply via email to

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