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