]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-beam.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / grace-beam.ly
1
2 \header
3 {
4 texidoc = "Grace beams and normal beams may occur simultaneously.
5 Unbeamed grace notes are not put into normal beams.
6 "
7 }
8
9     \paper { raggedright= ##t }
10
11
12 \version "1.9.1"
13 \score { \notes\relative c'' { c4  d8[ \grace {  e32[  d c d] } e8]  e[  e \grace { f16 } e8 e]   }}
14