On Sun, 11 Oct 2020 at 02:34, Nate Whetsell <[email protected]> wrote: > > Hi there, > > First, thank you for all your work on LilyPond. > > Within \compressMMRests, if a multi-measure rest is preceded by a \partial that’s not at the beginning of the score, it appears that the multi-measure rest isn’t compressed. Here’s a LilyPond example that illustrates the issue: > > ``` > \version "2.20.0" > \compressMMRests { > c'1 > \partial 4 c'4 > R1*42 % These rests are not compressed. > } > ```
Hello, Note that \set Score.skipBars = ##t is working. Cheers, Xavier -- Xavier Scheuer <[email protected]> _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
