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