]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
* scm/ps-to-png.scm: remove dir-re function.
[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 \layout {
12   raggedright = ##t
13 }
14
15
16
17 \context Voice \relative c' {
18   
19   c4 \grace {  d16[ d16] }
20   
21 }
22   
23
24