bug-lilypond
[Top][All Lists]
Advanced

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

Multi-measure rests not compressed when \partial is used in middle of sc


From: Nate Whetsell
Subject: Multi-measure rests not compressed when \partial is used in middle of score
Date: Sat, 10 Oct 2020 20:33:56 -0400

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.
}
```

All the best,
Nate

reply via email to

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