]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / grace-end.ly
1
2 \version "2.10.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   ragged-right = ##t
13 }
14
15
16
17 \context Voice \relative c' {
18   
19   c4 \grace {  d16[ d16] }
20   
21 }
22   
23
24