]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine.ly
*** empty log message ***
[lilypond.git] / input / regression / part-combine.ly
1
2 \header {
3   texidoc ="The new part combiner stays apart from:
4 @itemize @bullet
5 @item different durations,
6 @item different articulations (taking into account only slur/beam/tie), and
7 @item wide pitch ranges.
8 @end itemize
9 "
10 }
11
12 \version "2.6.0"
13
14 vone =  \relative a' {
15   g2 g    g  g4 g f' c c( c) c c  c ~ c
16   c2. c4   c
17 }
18 vtwo =  \relative a' {
19   f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
20   f4 f2. ~ f4
21 }
22
23
24 \partcombine \vone \vtwo
25
26 \layout { raggedright = ##t } 
27
28