]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine.ly
MusicXML: src-dir rather than srcdir.
[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 \layout { ragged-right = ##t }
13
14 \version "2.11.51"
15
16 vone =  \relative a' {
17   g2 g    g  g4 g f' c c( c) c c  c ~ c
18   c2. c4   c
19 }
20 vtwo =  \relative a' {
21   f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
22   f4 f2. ~ f4
23 }
24
25
26 \partcombine \vone \vtwo
27
28  
29
30