summaryrefslogtreecommitdiff
path: root/hr/stch/extra/froehlich/texte.ly
blob: 9eae99be34d3e328d5bb2fca1ca27eed9c01fba1 (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
%some settings% vim: ai sw=2 lbr nu encoding=utf8 et

% Abkürzungen

  froehlich= \lyricmode {
    Fröh -- lich fangt al -- le an,
    mit mir zu sin -- gen
  }
  zum= \lyricmode {
    zum Lob der mu -- si -- ca:
  }
  stimm= \lyricmode {
    laßt Eu -- re Stimm‘ er -- klin -- gen
  }
  lob= \lyricmode {
    zum Lob der mu -- si -- ca!
  }
  text= \lyricmode {
    \froehlich \zum \stimm
  }

% Die Textaufteilungen

  sopranText = \lyrics {
    \text \lob
  }

  altText = \lyrics {
    %\text
    %zum Lob der mu -- si -- ca,
    %der mu -- si -- ca!
    gen \zum \stimm \lob
    Fröh -- lich fangt al -- le an,
    mit mir zu sin
  }

  tenorText = \lyrics {
    \stimm \lob \froehlich
    zum Lob der mu -- si -- ca:
  }

  bassText = \lyrics {
    \lob \froehlich \zum \stimm
  }