Francesco Napoleoni <[email protected]> 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