]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-a2.ly
aa1ae26b5425056807b6048e01fa76a2366d68d1
[lilypond.git] / input / regression / part-combine-a2.ly
1
2 \version "2.3.17"
3 \header {
4     texidoc ="The a2 string is printed only on notes (i.e. not on rests),
5 and only after chords, solo or polyphony."
6     }
7
8 vone =  \relative a' { R1*2 g2 r2 g2 r2 a4 r4 g
9                          }
10 vtwo =  \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