]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-3voices.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-3voices.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc ="It is possible to use the part combiner for three
5         voices with \\partcombineUp and \\partcombineDown."
6 }
7
8
9 soprano = { d''2 f'' g'' }
10 alto = { a' c''4 d'' e''2 }
11 tenor = { f'2 a'4 b' c''2 }
12 basso = { d'4 e' f' g' g'2 }
13
14 \new Staff << \partcombineUp \soprano \alto \\ \basso >>
15
16 \new Staff << \soprano \\ \partcombineDown \tenor \basso >>
17
18