MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / part-combine-solo.ly
blob6d7dc89c41de5a1fe12a5597a21af11756dd0324
2 \header { texidoc =
4 "A solo string can only be printed when a note
5 starts. Hence, in this example, there is no Solo-2 although the
6 2nd voice has a dotted quarter, while the first voice has a rest.
8 A Solo indication is only printed once; (shared) rests do not require
9 reprinting a solo indication.
11 Solo 1/2 can not be used when a spanner is active, so there is no solo
12 over any of the tied notes.
17 vone = \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
18 vtwo = \relative g' { g4. g8 r2 g4 r4 r2 g4 }
20 \version "2.12.0"
22 \paper { ragged-right = ##t }
25 << \set Score.skipBars = ##t
26 \partcombine \vone \vtwo