]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
9d2f9162349681b8c411478526d5e62fe730e85a
[lilypond.git] / input / regression / grace-nest4.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "Another combination of grace note nesting."
5 }
6
7 \score { \notes \context Voice \relative c'' {
8
9     <
10      { \grace  g32 f4 }
11     >
12     \grace c16 c2. \bar "|."
13 }
14   \paper { raggedright = ##t }
15          
16 }
17
18
19