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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to