]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest3.ly
cb81dfb379d3997a4417d086ea95d37688c1241f
[lilypond.git] / input / regression / grace-nest3.ly
1 \version "2.3.17"
2 \header {
3     texidoc = "In nested syntax, graces are still properly handled."
4     }
5     \paper { raggedright= ##t }
6
7 \score {  \relative c'' {
8         f1
9     \grace e8 f1
10         << { \grace { e8 } f1 } >>
11 }
12 }
13