* lily/multi-measure-rest-engraver.cc (process_music): extra check
[lilypond.git] / input / regression / new-part-combine-a2.ly
blobad91a0b26f20020f6e3939cef0367430de9eb998
2 \header {
3 texidoc ="The a2 string is only printed on notes, not on rests,
4 and only after chords, solo or polyphony."
7 vone = \notes \relative a' { R1*2 g2 r2 g2 r2 a4 r4 g
9 vtwo = \notes \relative a' { R1*2 g2 r2 g2 r2 f4 r4 g }
11 \score {
12 << \property Score.skipBars = ##t
13 \newpartcombine \vone \vtwo