lilypond-user
[Top][All Lists]
Advanced

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

Re: MultiMeasureRest length


From: Kevin Barry
Subject: Re: MultiMeasureRest length
Date: Wed, 12 Feb 2020 07:18:39 +0000

On Wed, Feb 12, 2020 at 07:46:54AM +0100, Marco Bagolin wrote:
> Hello all,
> how is possible to set or modify the length of a MultiMeasureRest ?

You can change its minimum-length. Does the below code do what you want?

{
  \compressFullBarRests
  R1 * 11
  \override MultiMeasureRest.minimum-length = #30
  R1 * 12
  \time 2/4
  s2
}



reply via email to

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