]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-beam.ly
Merge branch 'stable'
[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 \layout { ragged-right= ##t }
10
11
12 \version "2.12.0"
13 \relative c'' {
14   c4  d8[
15     \grace {  e32[  d c d] } e8]
16   e[  e
17       \grace { f16 } e8 e]
18 }
19