]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / grace-nest4.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "Another combination of grace note nesting."
4 }
5
6 \score { \notes \context Voice {
7
8     <
9      { \grace  g32 f4 }
10     >
11     \grace c16 c2. \bar "|."
12 }
13 }
14
15
16 %% new-chords-done %%