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
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
% Die Textaufteilungen % -- _
sopranText = \lyrics {
%<+hier den Text für den Sopran eintragen+>
}
altText = \lyrics {
%<+hier den Text für den Alt eintragen+>
}
tenorTextI = \lyrics {
%<+hier den Text für den Tenor eintragen+>
Oo__
\set stanza = "1."
Tell me where is the road I can call my own,
That I left, that I lost,
So _ long a -- go?
All these years I have wan -- dered,
O when will I know
There’s a way, there’s a road that will lead me home?
Oo__
Rise up, fol -- low me,
Come a -- way is the call,
With the love in your heart
As the on -- ly song;
There is no such beau -- ty as where you be -- long,
Rise up, fol -- low me,
I will lead you home.
Oo__
Oo__
}
tenorTextII = \lyrics {
%<+hier den Text für den Tenor eintragen+>
_
\set stanza = "2."
Af -- ter wind, af -- ter rain,
When the dark is done,
As I wake from a dream
In the gold of day,
Through the air there’s a call -- ing
From far a -- _ way,
There’s a voice I can hear that will lead me home.
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
}
|