]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-beam.ly
* buildscripts/mf-to-table.py (base): break table every three
[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 \version "1.7.18"
9 \score { \notes\relative c'' { c4  d8-[ \grace {  e32-[  d c d] } e8]  e-[  e \grace { f16 } e8 e]   }}
10