blob: 87275c65c322b3fcc5283d2062aa9028aa423997 (
plain)
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
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
% Die Textaufteilungen
sopranText = \lyrics {
%<+hier den Text für den Sopran eintragen+>
May it be an eve -- ning star
shines down up -- on you.
May it be when dark -- ness falls,
your heart will be true.
You walk a lone -- ly road;
oh, how far you are from home.
Mor -- ni -- e u -- tú -- li -- e.
Be -- lieve and you will find your way.
M -- or -- ni -- e a -- lan -- ti -- e.
A prom -- ise lives with -- in you now.
May it be the sha -- dow’s call
will fly a -- way
May it be you jour -- ney on
to light the day.
When_the night is o -- ver -- come,
you may rise to find the sun.
Mor -- ni -- e u -- tú -- li -- e.
Be -- lieve and you will find your way.
M -- or -- ni -- e a -- lan -- ti -- e.
A prom -- ise lives with -- in you now.
A prom -- ise lives with -- in you now.
}
altText = \lyrics {
%<+hier den Text für den Alt eintragen+>
May it be an eve -- ning star
shines down up -- on you.
May it be when dark -- ness falls,
your heart will be true.
walk road;
how far from home.
Mor -- ni -- e u -- tú -- li -- e.
Be -- lieve and you will find your way.
M -- or -- ni -- e a -- lan -- ti -- e.
A prom -- ise lives with -- in you now.
May it be the sha -- dow’s call
will fly a -- way
May it be you jour -- ney on
to light the day.
hm -- hm
find the sun.
Mor -- ni -- e u -- tú -- li -- e.
Be -- lieve and you will find your way.
M -- or -- ni -- e a -- lan -- ti -- e.
A prom -- ise lives with -- in you now.
A prom -- ise lives with -- in you now.
}
tenorText = \lyrics {
%<+hier den Text für den Tenor eintragen+>
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
}
|