]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest3.ly
* input/regression/instrument-name-partial.ly: move from input/test.
[lilypond.git] / input / regression / grace-nest3.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "Another nested grace situation"
4     }
5
6 \score { \notes \relative c'' {
7         f1
8     \grace e8 f1
9         < { \grace { e8 } f1 } >
10 }
11 }
12