]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-part-combine.ly
Further development.
[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) c c  c ~ c
18                              c2. c4   c
19                          }
20 vtwo = \notes \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
21                              f4 f2. ~ f4
22
23                          }
24
25 \score {
26    \newpartcombine \vone \vtwo
27 }
28