]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-grace.ly
883597a8dc9d689d450650b125357740c195a84d
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
1 \version "2.3.17"
2
3
4 \header {
5 texidoc= "Multi-measure rests are centered also in the case of grace notes."
6 }
7
8 \paper { raggedright = ##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 >>