Using 2.25.12 I got this: Craig
On 2024-01-27 20:24, [email protected] wrote:
%%% BEGIN LILY-CODE %%%
\version "2.24.2"
melody = \relative c' {
\repeat unfold 4 { c4 d e f }
\cadenzaOn
\repeat unfold 4 { c,4 c c c }
\cadenzaOff
\bar "||"
\break
\repeat unfold 5 { r1 } % This will not cause it.
R1*5 % the MMRest causes this
}
\score {
\relative {
\compressMMRests
\melody
}
}
%%% END LILY-CODE %%%
