]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
bacb821e1fdcf890765808e20cc773f244cc13f5
[lilypond.git] / input / regression / grace-end.ly
1 \version "2.17.28"
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 c' {
11   c4 \grace { d16 d16 }
12 }