X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-3voices.ly;fp=input%2Fregression%2Fpart-combine-3voices.ly;h=c71e8e635f4738dbfad6879c17e0af3add99731f;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/part-combine-3voices.ly b/input/regression/part-combine-3voices.ly new file mode 100644 index 0000000000..c71e8e635f --- /dev/null +++ b/input/regression/part-combine-3voices.ly @@ -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 >> + +