lilypond-user
[Top][All Lists]
Advanced

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

Re: How to change appearance of multimeasure rest?


From: David Kastrup
Subject: Re: How to change appearance of multimeasure rest?
Date: Mon, 07 Mar 2022 17:25:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Francesco Napoleoni <mlists-lilypond@cosmic-odyssey.net> writes:

> Hello everyone
>
> Given this fragment:
>
> {
>   \time 4/2
>
>   R\breve |
> }
>
> I would like the multimeasure rest printed like a semibreve rest.
>
> The following code brings me near to my goal, but...
>
> {
>   \time 4/2
>   \override MultiMeasureRest.stencil = #ly:text-interface::print
>   \override MultiMeasureRest.text = \markup \musicglyph #"rests.0"
>   \override MultiMeasureRest.staff-position = #2
>   R\breve |
> }
>
> ... the rest is slammed to the left of the measure. What am I missing?
>
> Or is there a better way to obtain what I want?

  \override MultiMeasureRest.usable-duration-logs = #'(0)

-- 
David Kastrup



reply via email to

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