X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-collision-feasible-region.ly;fp=input%2Fregression%2Fbeam-collision-feasible-region.ly;h=833155ae7e032fbe132750a6fcd4497e70538ba4;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/beam-collision-feasible-region.ly b/input/regression/beam-collision-feasible-region.ly new file mode 100644 index 0000000000..833155ae7e --- /dev/null +++ b/input/regression/beam-collision-feasible-region.ly @@ -0,0 +1,42 @@ +\version "2.14.0" + +\header { + texidoc = "A rough guess for collisions is taken into account when + choosing initial beam configurations; the initial position may be + chosen to be either above or below large collisions." +} + +\layout { + ragged-right = ##t +} + +partOne = << + { s4 s8 \key f \major s8 } + { + g8[ c'''8] + g8[ c'''8] + } +>> + +partTwo = << + { \clef bass \key c \major s4 s8 \key f \major s8 } + { + c,8[ e'8] + c,8[ e'8] + } +>> + +partThree = << + { \clef bass \key c \major s4 s8 \key f \major s8 } + { + b,,8[ e'8] + b,,8[ e'8] + } +>> + +\new Voice { + \partOne + \partTwo + \partThree +} +