lilypond-user
[Top][All Lists]
Advanced

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

Re: unmetered music question


From: Graham Percival
Subject: Re: unmetered music question
Date: Wed, 15 Mar 2006 09:43:44 -0800


On 15-Mar-06, at 3:07 AM, Geoff Horton wrote:

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.

What about
\new Staff \with {
 \remove "blah" } {
....notes....
}

Untested; see 9.1.3 for exact syntax.
- Graham





reply via email to

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