]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-a2.ly
* input/: Convert ly files that still had \property. Fixes make
[lilypond.git] / input / regression / part-combine-a2.ly
1
2 \version "2.1.22"
3 \header {
4     texidoc ="The a2 string is only printed on notes, not on rests,
5 and only after chords, solo or polyphony."
6     }
7
8 vone = \notes \relative a' { R1*2 g2 r2 g2 r2 a4 r4 g
9                          }
10 vtwo = \notes \relative a' { R1*2 g2 r2 g2 r2 f4 r4 g }
11
12 \score {
13     << \set Score.skipBars = ##t 
14    \partcombine \vone \vtwo
15        >>
16 }
17