Simon Albrecht <simon.albre...@mail.de> writes:

> Hello,
>
> the following minimal example shows that \compressMMRests doesn’t work
> if there’s a \repeat unfold expression in parallel, regardless what
> its contents are:
>
> %%%%%%%%%%%
> \version "2.19.36"
>
> global = {
>   \repeat unfold 2 \skip 1
> }
>
> <<
>   \global
>   \compressMMRests \relative {
>     R1*2
>   }
>>>

\compressMMRests does not work in parallel with anything having a
subdivision.  "Compressible" for LilyPond requires _nothing_ happening
musically during the compressed range.

Not a bug.  That's by design.

-- 
David Kastrup

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to