blob: 46e139801a51666a8f684fd28c2fe518a096e8df (
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
|
%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+>
}
tenorText = \lyricmode {
%<+hier den Text für den Tenor eintragen+>
Come in
and stay a while.
Cast the world a -- side for now.
Give your -- self a chance to breathe.
And try your best to smile.
Some -- times it’s hard to re -- lax,
but you need to take the time.
Pleas -- ant -- ries can be some help,
if you search un -- til you find.
The one who
takes your fond -- est dream.
And turns it in -- to now.
So let this place be your life -- style.
Come in and stay a while.
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
}
|