release commit
[lilypond.git] / input / test / hymn.ly
blobf327e902b95fd49ef80227be37d8bbc0487659ab
2 \version "2.1.7"
4 \header { texidoc = "
6 You can combine two parts on the same staff using the part
7 combiner. For vocal scores (hymns), there is no need to add solo/a2
8 texts, so they should be switched off.
10 " }
12 \score{
13 \context Staff <<
14 \time 4/4
15 \context Voice=one \partcombine Voice
16 \context Thread=one \notes\relative c'' {
17 a4 c4.(g8) a4 |
18 g4 e' g(f) |
19 b, a c2
21 \context Thread=two \notes\relative c'' {
22 g4 e4.(d8) c4 |
23 g'4 c, e(f) |
24 d2 a
27 \paper{
28 linewidth=140.\mm
29 \translator {
30 \VoiceContext
31 soloADue = ##f