summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/deep/texte.ly
blob: 80103386dd5cdb898dcaef623df75be4388f7451 (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
%some settings% vim: ai sw=2 lbr nu et

% Abkürzungen

% Die Textaufteilungen

  commonI = \lyricmode {
    Deep Riv -- er,
    my home is o -- ver Jor -- dan
    Deep Riv -- er, Lord,
    I want to cross o -- ver in -- to camp ground.
  }

  commonII = \lyricmode {
    Oh don’t you want to go
    to that Gos -- pel feast
    that prom -- ised land
    where all is peace.
  }

  commonIII = \lyricmode {
    Deep Riv -- er
    my home is o -- ver Jor -- dan
    Deep Riv -- er Lord
    I want to cross o -- ver in -- to camp ground
    I want to cross o -- ver in -- to camp ground.
  }

  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
    Oo _ _ _ _ _ _ _ Oo _ _ _ _ _ _ _ _ _ _
    \commonII
    \commonIII
  }

  bassText = \lyricmode {
    %<+hier den Text für den Baß eintragen+>
    \commonI
    Oo _ _ _ _ _ _ Oo _ _ _ _ _
    \commonII
    \commonIII
  }