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

% Abkürzungen

% Die Textaufteilungen

  sopranITextI = \lyricmode {
    \set stanza = "1."
    Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth.
  }

  sopranITextII = \lyricmode {
    \set stanza = "2."
    Was blei -- ben
  }

  sopranIITextI = \lyricmode {
    \set stanza = "1."
    Ü -- bers Ge -- birg _ Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth, E -- li -- sa -- beth.
  }

  sopranIITextII = \lyricmode {
    \set stanza = "2."
    Was blei -- ben
  }

  altTextI = \lyricmode {
    \set stanza = "1."
    Ü -- bers Ge -- birg _ _ Ma -- ri -- a geht _ _ zu ih -- rer Bas E -- li -- sa -- beth.
  }

  altTextII = \lyricmode {
    \set stanza = "2."
    Was blei -- ben
  }

  tenorTextI = \lyricmode {
    \set stanza = "1."
    Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth.
  }

  tenorTextII = \lyricmode {
    \set stanza = "2."
    Was blei -- ben
  }

  bassTextI = \lyricmode {
    \set stanza = "1."
    Ü -- bers Ge -- birg Ma -- ri -- a geht zu ih -- rer Bas E -- li -- sa -- beth.
  }

  bassTextII = \lyricmode {
    \set stanza = "2."
    Was blei -- ben
  }