Re: MultiMeasureRest length

2020-02-14 Thread Knute Snortum
Looks like there is a typo. s2 -> R2 \version "2.19.84" { \compressFullBarRests R1 * 11 \override MultiMeasureRest.minimum-length = #30 R1 * 12 \time 2/4 R2 % not s2 } --- Knute Snortum (via Gmail) On Tue, Feb 11, 2020 at 11:18 PM Kevin Barry wrote: > On Wed, Feb 12, 2020 at 07:

Re: MultiMeasureRest length

2020-02-11 Thread Kevin Barry
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-lengt