summaryrefslogtreecommitdiff
path: root/hr/michi/ebb/texte.ly
blob: 1abdd6476dfc948e49068456d583866a3f239bd1 (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
%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+>
    First the tide ru -- shes in,
    plants a kiss on the shore.
    Then rolls out to sea,
    and the sea is ve -- ry still once more.
    So I rush to your side,
    like the on -- com -- ing tide.
    With one bur -- ning thought,
    “wil your arms op -- en wide?”
    At last we’re face to face
    and as we kissed through an em -- brace,
    I can tell
    I can feel
    you are love
    you are real,
    Rea -- lly mine,
    in the wind
    in the rain,
    in the sun.
    Like the tide at it’s ebb,
    I’m at peace in the web
    of your love.
  }

  bassText = \lyrics {
    %<+hier den Text für den Baß eintragen+>
  }