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
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
hmmOne = \lyricmode {
Hmm
Hmm
Hmm
}
hmmTwo = \lyricmode {
Hmm
Fix me, Je -- sus, fix me.
}
fixOne = \lyricmode {
Oh, fix me,
Oh, fix me,
Oh, fix me,
fix me, Je -- sus, fix me.
}
fixTwo = \lyricmode {
Oh, fix me,
Oh, fix me,
Oh, fix me.
Fix me, Je -- sus, fix me.
}
% Die Textaufteilungen
sopSoloText = \lyrics {
\fixOne
Fix me for my long, white robe,
fix me for my sta -- ry crown.
%Oh, fix me,
%Oh, fix me.
%Fix me, Je -- sus, fix me.
\hmmTwo
\hmmTwo
\fixTwo
}
barSoloText = \lyrics {
Fix me for my dy -- in’ bed.
Fix me for my dy -- in’ bed.
}
sopranText = \lyrics {
%<+hier den Text für den Sopran eintragen+>
\hmmOne
Oh, fix me,
Oh, Fix me,
Oh, fix me,
fix me, Je -- sus, fix me.
\hmmTwo
\hmmTwo
\fixTwo
\hmmOne
Fix me, Je -- sus, fix me.
}
altText = \lyrics {
%<+hier den Text für den Alt eintragen+>
\hmmOne
\fixOne
\hmmTwo
\hmmTwo
\fixTwo
\hmmOne
Fix me, Je -- sus, fix me.
}
tenorText = \lyrics {
%<+hier den Text für den Tenor eintragen+>
\hmmOne
\fixOne
\hmmTwo
\hmmTwo
\fixTwo
\hmmTwo
\hmmTwo
\fixTwo
\hmmOne
Fix me, Je -- sus, fix me.
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
Hmm
Hmm
Hmm
Oh, fix me, Je -- sus,
Oh, fix me, _ _
Oh, fix me, _
fix me, Je -- sus, fix me.
\hmmTwo
\hmmTwo
Oh, fix me, Je -- sus,
Oh, fix me, Je -- sus,
Oh, fix me, Lord.
Fix me, Je -- sus, fix me.
\hmmTwo
\hmmTwo
Oh, fix me, Je -- sus,
%\set associatedVoice = "snd"
Oh, fix me, Je -- sus,
Oh, fix me. Lord.
%\set associatedVoice = "baesse"
Fix me, Je -- sus, fix me.
\hmmOne
Fix me, Je -- sus, fix me.
}
|