]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-part-combine.ly
* lily/new-part-combine-iterator.cc (construct_children): create
[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 theMusic = \context Staff \notes { c4 d8-. }
14
15
16
17 vone = \notes \relative a' { g2 g    g  g4 g f' c c( c)  }
18 vtwo = \notes \relative a' { f2 f4 f f2 g4 g c, f f  f   }
19
20 \score {
21    \newpartcombine \vone \vtwo
22 }
23