1\version "2.16.0"
2\header {
3  texidoc = "Also in the nested syntax here, grace notes appear rightly."
4}
5
6\layout { ragged-right = ##t }
7
8\context Voice \relative c'' {
9
10  <<
11    { \grace  g32 f4 }
12  >>
13  \grace c16 c2. \bar "|."
14}
15
16
17
18
19
20