]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / part-combine-solo.ly
1
2 \header { texidoc =
3
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.
7
8 A Solo indication is only printed once; (shared) rests do not require
9 reprinting a solo indication.
10
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.
13
14 "
15     }
16
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 } 
19
20 \version "2.11.51"
21
22 \paper { ragged-right = ##t } 
23
24     
25 << \set Score.skipBars = ##t
26    \partcombine \vone \vtwo
27 >>
28