]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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.1.26"
13
14 vone = \notes \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
15                              c2. c4   c
16                          }
17 vtwo = \notes \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 }
25