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