All,

When the following code is compiled, the compressed full bar rests for the
R2.*8 measures at mark A do not display as does the R1*15 measures at mark
B. At mark A the meter shifts to 3/4 -- am I doing this wrong? it is R2.*8
right?

Thanks.

<code>
\version "2.19"
\language "english"
\score {
  \new Staff {
      \clef bass
  \compressFullBarRests
  \key bf \major
  \time 4/4
  a2 a4.. a16 |
  a2.\> r4\! \bar "||" \mark \default \time 3/4
  R2.*8 \bar "||" \mark \default \time 4/4
  R1*15 \bar "||" \mark \default \time 3/4 \key f \major
  a2 a4 |

  }
  \layout { }
}
</code>



Guy Stalnaker
jimmyg...@gmail.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to