]> 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.
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 \version "2.1.22"
14
15 vone = \notes \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
16                              c2. c4   c
17                          }
18 vtwo = \notes \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
19                              f4 f2. ~ f4
20
21                          }
22
23 \score {
24    \partcombine \vone \vtwo
25 }
26