bug-lilypond
[Top][All Lists]
Advanced

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

Re: MMRests cause weirdness following \cadenzaOff


From: Craig Fearing
Subject: Re: MMRests cause weirdness following \cadenzaOff
Date: Sun, 28 Jan 2024 09:16:15 +0100
User-agent: Mozilla Thunderbird

Using 2.25.12 I got this:

Craig

On 2024-01-27 20:24, bobroff@centrum.is 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 %%%


reply via email to

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