]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/incompatible-stem-warning.ly
resolve merge
[lilypond.git] / input / regression / incompatible-stem-warning.ly
diff --git a/input/regression/incompatible-stem-warning.ly b/input/regression/incompatible-stem-warning.ly
new file mode 100644 (file)
index 0000000..287c674
--- /dev/null
@@ -0,0 +1,22 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "
+Combine several kinds of stems in parallel voices.
+"
+
+}
+
+\new Voice { \time 4/1
+            << c'\breve e'8 >>
+            << c'8 e'\breve >> |
+            << c'\longa e'1 >> |
+            << c'1 e'\longa >> |
+            << c'2 e'1 >>
+            << c'1 e'2 >>
+            << c'2 e'4 >>
+            << c'4 e'2 >>
+            << c'2 e'8 >>
+            << c'8 e'2 >>
+}