]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-feasible-region.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-collision-feasible-region.ly
diff --git a/input/regression/beam-collision-feasible-region.ly b/input/regression/beam-collision-feasible-region.ly
new file mode 100644 (file)
index 0000000..833155a
--- /dev/null
@@ -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
+}
+