lilypond-user
[Top][All Lists]
Advanced

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

compressing full-bar rests


From: N. Andrew Walsh
Subject: compressing full-bar rests
Date: Mon, 28 Sep 2020 11:06:25 +0200

Hi List,

I have a general question. Has compression of full-bar rests been somehow disabled? I have the following score:

\version "2.21.1"

global= {
 \time 4/8
  }
%% (and whatever other settings I want)

oDAMusic =  \relative c'' {
    \key f \minor
    R2*12

    | %13
    r4 bes
}
\score {
\new Staff = "Staff_oboeDA" <<
      \global \oDAMusic
    >>
}

-------------------------
The 'R2*12' statement used to compress down into a multi-measure rest, but now it's writing them all out. Is this a bug of some sort?

Thanks for the help,

A

reply via email to

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