]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-beam.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / grace-beam.ly
1 #(ly:set-option 'old-relative)
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.0"
13 \score { \notes\relative c'' { c4  d8-[ \grace {  e32-[  d c d] } e8]  e-[  e \grace { f16 } e8 e]   }}
14