]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-large-object.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / beam-collision-large-object.ly
1 \header {
2   texidoc = "Behave sensibly in the presence of large collisions."
3 }
4
5 \version "2.16.0"
6 \new Staff {
7   <<
8     { \voiceOne s2 }
9     \\
10     { \voiceTwo e4 e }
11     \\
12     { \voiceFour
13       f''8[ e'' gis'' gis''] }
14   >>
15 }