Hi,
that’s the expected behaviour.
> R1*3 % shows up correctly as 3 compressed rest bars
R1*3 means three full bar rests
> r1*3 % shows up incorrectly as just one rest bar
r1*3 means on normal rest (not full-bar, not centered) with the visible
length of a whole note that takes up space
Il giorno mar 28 ott 2014 alle 20:09, David Tresner-Kirsch
ha scritto:
% Tried in v2.16.0 and v2.18.2, bug exists in both.
% \compressFullBarRests produces incorrect output if rests are
specified with a lowercase "r"
\score { \new Voice {
\compressFullBarRests
R1*3 % shows up correctly a
% Tried in v2.16.0 and v2.18.2, bug exists in both.
% \compressFullBarRests produces incorrect output if rests are
specified with a lowercase "r"
\score { \new Voice {
\compressFullBarRests
R1*3 % shows up correctly as 3 compressed rest bars
r1*3 % shows up incorrectly as just one rest