]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-grace.ly
*** empty log message ***
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
1 \version "1.7.23"
2
3
4 \header {
5 texidoc= "Grace notes and multi-measure rests."
6 }
7
8 \score   {
9 \notes <
10         \context Staff = SB { R1 R1 R1*3 }
11         \context Staff = SA { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
12 >
13 }