]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-part-combine.ly
This commit was manufactured by cvs2svn to create tag 'lilypond_2_1_17'.
[lilypond.git] / input / regression / new-part-combine.ly
1
2 \header {
3     texidoc ="The new part combiner.
4 Apart for:
5 @itemize @bullet
6 @item different durations (start points)
7 @item different articulations (only slur/beam/tie work)
8 @item wide pitch ranges
9 @end itemize
10 "
11     }
12
13 vone = \notes \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
14                              c2. c4   c
15                          }
16 vtwo = \notes \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
17                              f4 f2. ~ f4
18
19                          }
20
21 \score {
22    \newpartcombine \vone \vtwo
23 }
24