summaryrefslogtreecommitdiff
path: root/hr/michi/failed/texte.ly
blob: ab8412f8bf15b0fc8ed0c1f4a36c2b5f9b4bd9e6 (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
%some settings% vim: ai sw=2 lbr nu et

% Abkürzungen

  commonI = \lyricmode {
    I will sing of God’s mer -- cy,
    ev -- er -- y day,
    ev -- er -- y hour,
    He gives me power.
    I will sing and give thanks to Thee
    for all the dan -- gers, toils and snares
    that He has brought me out.
    He is my God and I’ll serve
  }
  commonII = \lyricmode {
    Trust and nev -- er doubt,
    Je -- sus will sure -- ly bring you out,
    He nev -- er failed me yet.
  }
  commonIII = \lyricmode {
    He nev -- er failed me,
    He nev -- er failed me yet!
  }

% Die Textaufteilungen %  -- _

  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+>
    \commonI Him.
    \commonII
    I will
    yet.
    \commonII
    %I will
    %yet.
    \commonI Him.
    \commonII
    \commonIII
    \commonII
  }

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