]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-end.ly
1 \version "2.14.0"
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 }