Harm wrote:

Well, not exactly.
\compressMMRests compresses MMRs in the following music-espression,
which may be some longer sequential music. It is _limited_ to MMRs.
\compressEmptyMeasures compresses MMRs and other long durations until reverted:

m = {
  \override Score.BarNumber.break-visibility = ##(#f #t #t)
  R1*2 R1*3 b\longa c'1*3 s1*2
  \bar "||"
}

{ \compressMMRests \m \m }
{ \compressEmptyMeasures \m \expandEmptyMeasures \m }

\compressFullBarRests is no longer valid syntax in recent versions.

There's a third variety than expresses more clearly how \compressMMRests
was intended to be used:

{
    \compressMMRests {
        \m \m }
}

Trevor


Reply via email to