-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdilyresponsorii.ly
70 lines (57 loc) · 1.23 KB
/
dilyresponsorii.ly
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\version "2.12.0"
%
% Kousky melodie a textu hojne uzivane v responsoriich:
%
%% texty
textRespDoxologie = \lyricmode {
Slá -- va Ot -- ci i Sy -- nu i Du -- chu sva -- té -- mu.
}
textRespAleluja = \lyricmode { A -- le -- lu -- ja, a -- le -- lu -- ja. }
%% Alelujaticka responsoria modu VI:
% diskusi k napevu viz ve variationes/velikonoce_responsoria.ly
respVIalelujaResponsum = {
a4 a( g) g f \barMin d f( g) g f
}
respVIalelujaDoxologie = {
f4 e g( a) a a a( bes) a \barMin
a a g a( g) f f
}
%{ Kostra alelujatickeho responsoria modu VI:
\score {
\relative c' {
\choralniRezim
% R
\neviditelna f
\respVIalelujaResponsum \barFinalis
% V
\neviditelna f
% R
\neviditelna a
\respVIalelujaResponsum \barFinalis
% Slava
\respVIalelujaDoxologie \barFinalis
}
\addlyrics {
\Response * \textRespAleluja
\Verse
\Response \textRespAleluja
\textRespDoxologie
}
\header {
quid = "resp."
modus = "VI"
id = ""
piece = \markup {\sestavTitulekResp}
}
}
%}
%% Nealelujaticka responsoria modu VI:
respVIdoxologie = {
a4 a a( bes) a a g( a) g \barMin
g a g f g g( a)
}
%% Responsoria modu IV:
respIVdoxologie = {
e4 g g( a) a a g( a) e \barMin
f e d e f g
}