]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-beamcount.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-collision-beamcount.ly
diff --git a/input/regression/beam-collision-beamcount.ly b/input/regression/beam-collision-beamcount.ly
new file mode 100644 (file)
index 0000000..5ed29de
--- /dev/null
@@ -0,0 +1,41 @@
+\version "2.14.0"
+\header {
+  texidoc = "Manual beams do not collide with notes."
+}
+
+\layout {
+%  debug-beam-scoring = ##t
+  indent = #0.0
+}
+
+\relative \new Staff {
+
+  <<
+    \new Voice {
+      \voiceOne
+      \repeat unfold 4 { c8[ c] }
+    }
+    \new Voice \relative c'' {
+      \voiceThree
+      \autoBeamOff
+      b r a r
+      g r f r
+    } 
+  >>
+
+   |
+  
+  <<
+    \new Voice {
+      \voiceOne
+      \repeat unfold 4 { c16[ c] }
+    }
+    \new Voice \relative c'' {
+      \voiceThree
+      \autoBeamOff
+      b r a r
+      g r f r
+    } 
+  >>
+
+}