1\version "2.19.21"
2
3#(ly:set-option 'warning-as-error #f)
4
5\header {
6  texidoc="@cindex Grace End
7 Grace notes after the last note do not confuse the timing code."
8}
9
10\context Voice \relative {
11  c'4 \grace { d16 d16 }
12}
13