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
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
% Die Textaufteilungen
soloBla = \lyrics {
Up -- on the moun -- tain
my Lord spoke,
Out of His mouth came
fire and smoke;
Looked all a -- round me,
It looked so fine,
till I asked my Lord
if all was mine.
%
Jor -- dan ri -- ver
is chil -- ly and cold,
It chills the bo -- dy,
but not the soul;
There ain’t but one train
up -- on this track,
it runs to heav -- en
an’ right back.
}
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+>
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
Ev -- ’ry time I feel the spir -- it,
Mov -- ing in my heart,
I will pray;
Yes, Ev -- ’ry time I feel the spir -- it,
Mov -- ing in my heart,
I will pray,
Hum _ _ _ _ _
Ev -- ’ry time I feel the spir -- it,
Mov -- ing in my heart,
I will pray;
Yes, Ev -- ’ry time I feel the spir -- it,
Mov -- ing in my heart,
I will pray.
Hum _ _ _ _ _
I will pray,
ev -- ’ry time I feel the spi -- rit, I will pray,
I will pray,
I will pray,
Ev -- ’ry time I feel the spi -- rit, I will pray,
Ev -- ’ry time I feel the spi -- rit,
Mov -- ing in my heart,
Oh, the spir -- it
mov -- ing in my heart,
Oh, yes
Ev -- ’ry time I feel the spi -- rit,
Mov -- ing in my heart,
oh, mov -- ing in my heart,
I will pray.
}
|