]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-grace.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / beam-collision-grace.ly
1
2
3 \version "2.14.0"
4
5 \header { texidoc = "
6 The beaming algorithm handles collisions between beams and
7 grace notes too.
8 " }
9
10 \relative c' {
11  e'8[ f  e \grace { f,16[ a] } e'8]
12 }
13
14 \relative c'{
15  d16 e f \grace d'8 g,16
16 }