On Thu, Mar 20, 2025 at 7:08 AM Walter Conlon <waltercon...@hotmail.com> wrote:
> I am having problems with this function in version 2.24.0. I have it on > for an entire document, but after a while, it just quits on me, forcing me > to do the rest measures one by one. Any suggestions? > How do you "have it on for the entire document"? \compressMMRests take one musical expression, so if there are more than one expressions in a document, you'll have to apply the function more than once. In the following example, the function is applied to the first \relative block but not the second: %%% \version "2.24.4" \compressMMRests \relative c' { \time 2/4 R2*3 | r4 f8 a | cis4 f | e4 d | } \relative c' { \time 2/4 R2*3 | r4 f8 a | cis4 f | e4 d | } %%% -- Knute Snortum