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
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
gonna = \lyricmode {
I’m gon -- na ride in the char -- iot in the morn -- ing, Lord,
}
ride = \lyricmode {
Ride, ride,
Ride in the char -- i -- ot to see my Lord.
}
ready = \lyricmode {
I’m get -- tin’ read -- y for the judg -- ment day,
}
Ride = \lyricmode {
Ride the char -- iot in the morn -- ing,
}
waiting = \lyricmode {
I’m wait -- in’ for the char -- iot ’cause I’m read -- y to go.
}
% Die Textaufteilungen
sopranText = \lyrics {
%<+hier den Text für den Sopran eintragen+>
}
altText = \lyrics {
%<+hier den Text für den Alt eintragen+>
}
tenorText = \lyrics {
%<+hier den Text für den Tenor eintragen+>
\Ride Lord,
\Ride Lord,
\ready my Lord, my Lord.
my Lord.
Oh yes
Oh, yes,
Oh, yes,
\waiting
read -- y to go.
\ride
\ride
see my Lord.
\Ride Lord,
\Ride Lord,
\ready
My Lord, my Lord,
\Ride Lord,
\Ride Lord,
I’m gon -- na ride in the char -- i -- ot to see my Lord,
to see my Lord.
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
\gonna
\gonna
\ready
my Lord, my Lord. Im gon -- na
my Lord.
Oh yes
Oh, yes,
Oh, yes,
\waiting
I’m gon -- na
read -- y to go.
\ride
\ride
see my Lord.
\gonna
\gonna
\ready
my Lord, my Lord,
\Ride Lord,
\Ride
%\set associatedVoice = upper
Lord,
I’m gon -- na ride in the char -- i -- ot to see my Lord, my Lord.
}
|