]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest4.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-nest4.ly
1 \version "2.6.0"
2 \header {
3   texidoc = "Also in the nested syntax here, grace notes appear rightly."
4 }
5
6 \context Voice \relative c'' {
7
8   <<
9     { \grace  g32 f4 }
10   >>
11   \grace c16 c2. \bar "|."
12 }
13 \layout { raggedright = ##t }
14
15
16
17
18