]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-unequal-lengths.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / part-combine-unequal-lengths.ly
diff --git a/input/regression/part-combine-unequal-lengths.ly b/input/regression/part-combine-unequal-lengths.ly
new file mode 100644 (file)
index 0000000..b21a2aa
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.19.28"
+
+\header {
+  texidoc ="The part combiner can combine parts of unequal lengths."
+}
+
+\layout { ragged-right = ##t }
+
+\new Staff { %% based on the example in Issue 913
+  c'1
+  \partcombine { e' r } { c' }
+  \partcombine { b' } {}
+  \partcombine {} { f' }
+}