]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest5.ly
* input/regression/instrument-name-partial.ly: move from input/test.
[lilypond.git] / input / regression / grace-nest5.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "Another nested grace situation"
4     }
5
6 \score
7 { \notes \relative c'' {
8      s2 <<f>>4
9     \grace g e4
10 }
11
12   \paper { raggedright = ##t }
13 }
14