]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / grace-end.ly
1
2 \version "1.9.1"
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 \score { 
12   \context Voice \notes\relative c' {
13     
14         c4 \grace {  d16[ d16] }
15         
16   }
17         \paper {
18                 raggedright = ##t
19         }  
20   \midi { }
21 }
22