]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
416983ba1ca57028039a7e1580246f33e369d985
[lilypond.git] / input / regression / grace-nest4.ly
1 \header {
2 texidoc = "Another combination of grace note nesting."
3 }
4
5 \score { \notes \context Voice {
6
7     <
8      { \grace  g32 f4 }
9     >
10     \grace c16 c2. \bar "|."
11 }
12 }
13
14