]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-grace.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
1 \version "2.1.26"
2
3
4 \header {
5 texidoc= "Multi-measure rests are centered also in the case of grace notes."
6 }
7
8 \score   {
9 \notes <<
10         \new Staff { R1 R1 R1*3 }
11         \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
12 >>
13 }