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 12:54:31 -0500

On 3/15/06, Graham Percival <address@hidden> wrote:
>
> 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
>
>

Same effect, I think. I prefer to keep the formatting decisions
isolated from the score setup as much as possible, so I'm not a big
fan of the \new syntax.

Geoff




reply via email to

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