lilypond-user
[Top][All Lists]
Advanced

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

Re: unmetered music question


From: Geoff Horton
Subject: Re: unmetered music question
Date: Wed, 15 Mar 2006 06:07:46 -0500

> To quote Section "Layout tunings within contexts":
>
> "the |\revert| command for a context undoes an |\override| command"
>
> so, simply do
> \revert Staff.TimeSignature #'print-function
> where you want to make the time signature visible again.

That still leaves the blank spaces within the bars. You have to remove
the engraver to stop that from happening (AFAIK), and I don't know how
to remove it and put it back as needed.

\layout {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}

gets rid of the engraver entirely.




reply via email to

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