bug-lilypond
[Top][All Lists]
Advanced

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

\repeat unfold in parallel precludes correct working of \compressMMRests


From: Simon Albrecht
Subject: \repeat unfold in parallel precludes correct working of \compressMMRests
Date: Tue, 9 Feb 2016 01:02:10 +0100

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
  }
>>
%%%%%%%%%%%

Yours, Simon



reply via email to

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