]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-end.ly
1
2 \version "2.6.0"
3 \header {
4
5   texidoc="@cindex Grace End
6  Grace notes after the last note do not confuse the timing code."
7
8
9 }
10
11
12 \context Voice \relative c' {
13   
14   c4 \grace {  d16[ d16] }
15   
16 }
17 \layout {
18   raggedright = ##t
19 }  
20
21