summaryrefslogtreecommitdiff
path: root/hr/quartett/convivium/texte.ly
blob: 795da3a2de119c83c9c076c1ea82ed5f9c2afe39 (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
%some settings% vim: ai sw=2 lbr nu encoding=utf8

% Abkürzungen

  o = \lyricmode {
    O sá -- crum con -- ví -- vi -- um!
  }
  in = \lyricmode {
    in quo Chrí -- stus sú -- mi -- tur:
  }
  rec = \lyricmode {
    re -- có -- li -- tur me -- mó -- ri -- a
    pas -- si -- ó -- nis é -- jus:
  }
  mens = \lyricmode {
    mens im -- plé -- tur grá -- ti -- 
  }
  sacrum = \lyricmode {
    O sá -- crum, sá -- crum, sá -- crum, sá -- crum, 
  }
  et = \lyricmode {
    et fu -- tú -- ræ gló -- ri -- æ
    nó -- bis pí -- gnus dá -- tur,
    al -- le -- lú -- ia.
  }
  ende = \lyricmode {
    O sá -- crum, sá -- crum con -- ví -- vi -- um!
  }
  gesamt = \lyricmode {
    \o \in \rec \mens a, \mens a. \sacrum
    \o \in \mens a: \et \ende
  }

% Die Textaufteilungen

  sopranText = \lyricmode {
    \gesamt
  }

  altText = \lyricmode {
    \gesamt
  }

  tenorText = \lyricmode {
    \gesamt
  }

  bassText = \lyricmode {
    \gesamt
  }