]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
* input/regression/span-bar.ly: smaller file.
[lilypond.git] / input / regression / grace-nest4.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Another combination of grace note nesting."
4 }
5
6 \score { \notes \context Voice \relative c'' {
7
8     <
9      { \grace  g32 f4 }
10     >
11     \grace c16 c2. \bar "|."
12 }
13   \paper { raggedright = ##t }
14          
15 }
16
17
18 %% new-chords-done %%