]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-3voices.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / part-combine-3voices.ly
diff --git a/input/regression/part-combine-3voices.ly b/input/regression/part-combine-3voices.ly
new file mode 100644 (file)
index 0000000..c71e8e6
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+
+\header {
+  texidoc ="It is possible to use the part combiner for three
+       voices with \\partcombineUp and \\partcombineDown."
+}
+
+
+soprano = { d''2 f'' g'' }
+alto = { a' c''4 d'' e''2 }
+tenor = { f'2 a'4 b' c''2 }
+basso = { d'4 e' f' g' g'2 }
+
+\new Staff << \partcombineUp \soprano \alto \\ \basso >>
+
+\new Staff << \soprano \\ \partcombineDown \tenor \basso >>
+
+