1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
olim = \lyricmode {
As I went down in the riv -- er to pray,
stud -- y -- in’ a -- bout that good old way
and who shall wear
}
cmon = \lyricmode {
let’s go down,
let’s go down,
come on down.
}
river = \lyricmode {
let’s go down,
down in the riv -- er to pray.
}
sugg = \lyricmode {
let’s go down,
come on down,
don’t you wan -- na go down?
}
show = \lyricmode {
Good Lord, show me the way.
}
robe = \lyricmode {
the robe and crown,
}
star = \lyricmode {
the star -- ry crown,
}
% Die Textaufteilungen % -- _
sopranText = \lyrics {
%<+hier den Text für den Sopran eintragen+>
Oo _ _ _ _
_ _ _ _ _
down in the riv -- er
\olim \star
\show
Oh, fa -- thers, \cmon
Oh, fa -- thers, \river
\olim \robe
\show
Oh, moth -- ers, \sugg
Come on, moth -- ers, \river
%
Oh, down, down, down.
Oh, down, down in the riv -- er to pray.
\olim \robe
\show
}
altText = \lyrics {
%<+hier den Text für den Alt eintragen+>
}
tenorText = \lyrics {
%<+hier den Text für den Tenor eintragen+>
\olim \robe
\show
Oh, broth -- ers, \cmon
Come on, broth -- ers, \river
down in the riv -- er to pray,
stud -- y -- in’ a -- bout that good old way
and who shall wear \star
\show
Oh, fa -- thers, \cmon
Oh, fa -- thers, \river
down in the riv -- er to pray,
stud -- y -- in’ a -- bout that good old way
and who shall wear \robe
\show
Oh, moth -- ers, \sugg
Come on, moth -- ers, \river
%
Oo _
Oh, down, down, down.
Oh, down, down in the riv -- er to pray.
}
baritoneText = \lyrics {
%<+hier den Text für den Bariton eintragen+>
\olim \star
\show
Oh, sin -- ners, \cmon
Oh, sin -- ners, \river
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
\olim \star
\show
Oh, sis -- ters, \cmon
Oh, sis -- ters, \river
Mm_(or_Oo) (Oo)
down in the riv -- er
down in the riv -- er to pray,
stud -- y -- in’ a -- bout that good old way
and who shall wear \robe
\show
Oh, moth -- ers, \sugg
Come on, moth -- ers, \river
%
Oo
Oh, down, down, down.
Oh, down, down in the riv -- er to pray.
}
|