]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-grace.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
1 \version "2.14.0"
2
3
4 \header {
5 texidoc= "Multi-measure rests are centered also in the case of grace notes."
6 }
7
8 \layout { ragged-right = ##t }
9
10 <<
11     \new Staff { R1 R1 R1*3 }
12     \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
13 >>