lilypond-user
[Top][All Lists]
Advanced

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

Multimeasure rests not compressed


From: Davide Liessi
Subject: Multimeasure rests not compressed
Date: Mon, 6 May 2019 03:55:05 +0200

Dear all,

in the following example I expected to see two identical scores, but
in the first one the full bar rests after the rehearsal mark are not
compressed.

\version "2.19.82"

\score {
  \compressMMRests
  \new Staff <<
    {
      s1*5
      \mark \default
    }
    {
      c'1
      R1*10
      c'1
    }
  >>
}

\score {
  \compressMMRests
  \new Staff {
    c'1
    R1*4
    \mark \default
    R1*6
    c'1
  }
}

Is there a solution?

Best wishes.
Davide



reply via email to

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