]> git.donarmstrong.com Git - lilypond.git/blob - input/test/hymn.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / test / hymn.ly
1 \version "1.7.18"
2 %  We have other examples of partcombine.  Candidate for delete.  -gp
3 %  leave it for now; I need to check some things.
4 % FIXMEsoon -gp
5 %{
6 Jan:
7 > Why remove this?  Do we have another hymn with part-combiner?  Maybe
8 > move to template?
9 %}
10
11 \header { texidoc = "@cindex Hymn
12 You can combine two parts on the same staff. " }
13
14 \score{
15         \context Staff <
16                 \time 4/4
17                 \context Voice=one \partcombine Voice
18                         \context Thread=one \notes\relative c'' {
19                                 a4 c4.(g8-) a4 |
20                                 g4 e' g(f-) | 
21                                 b, a c2
22                         }
23                         \context Thread=two \notes\relative c'' {
24                                 g4 e4.(d8-) c4 |
25                                 g'4 c, e(f-) |
26                                 d2 a
27                         }
28         >
29         \paper{
30                 linewidth=140.\mm
31                 \translator {
32                         \VoiceContext
33                         soloADue = ##f
34                 }
35         }
36 }
37
38