]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
Issue 5167/7: markup-partial regtest: use \markup function assignment
[lilypond.git] / input / regression / grace-end.ly
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 }