]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine.ly
ba29b30d7e6e6dc69faac111c4bbcaddb6ff6cc7
[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.3.17"
13
14 vone =  \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
15                              c2. c4   c
16                          }
17 vtwo =  \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
18                              f4 f2. ~ f4
19
20                          }
21
22 \score {
23    \partcombine \vone \vtwo
24    \paper { raggedright = ##t } 
25 }
26