lilypond-user
[Top][All Lists]
Advanced

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

Re: barrests invisible


From: Alexander Kobel
Subject: Re: barrests invisible
Date: Thu, 26 Nov 2009 12:35:16 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Stefan Thomas wrote:
Dear community,
is there a possibility to hide full bar-rests?

I see three possible solutions:

1.) \override Voice . MultiMeasureRest #'stencil = ##f (or \override Voice . MultiMeasureRest #'transparent = ##f). (This can be switched on and off. You can even put it into the default context definition, so you only have to write it once, or you define a command for it.)

2.) \with { \remove Multi_measure_rest_engraver } for the corresponding (or all) Voice contexts. (Which is a global solution, at least per voice - but it should be more efficient, if it matters...)

Since, AFAIK, there is no collision checking between MultiMeasureRests and elements in other voices - and, thus, using the #'transparent = ##f should not break anything, compared to removing the engraver - I'd probably almost always prefer either option 1 or option 3:

3.) Use "s" instead of "R".


Cheers,
Alexander




reply via email to

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