]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-part-combine-a2.ly
* scm/music-functions.scm (determine-split-list): further analysis.
[lilypond.git] / input / regression / new-part-combine-a2.ly
1
2 \header {
3     texidoc ="The a2 string is only printed on notes, not on rests,
4 and only after chords, solo or polyphony."
5     }
6
7 vone = \notes \relative a' { R1*2 g2 r2 g2 r2 a4 r4 g
8                          }
9 vtwo = \notes \relative a' { R1*2 g2 r2 g2 r2 f4 r4 g }
10
11 \score {
12     << \property Score.skipBars = ##t 
13    \newpartcombine \vone \vtwo
14        >>
15 }
16