-
Notifications
You must be signed in to change notification settings - Fork 0
/
kantevgantifony.ly
69 lines (52 loc) · 1.57 KB
/
kantevgantifony.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
\version "2.12.3"
\header {
title = "Antifony ke kantikům z evangelií - ferie"
composer = "Jakub Pavlík"
dedication = "sv. Prokopu, poustevníku a sázavskému opatu"
}
\include "spolecne.ly"
\include "antifony/ferie_kantevgant.ly"
\bookpart {
\header {
subtitle = "Liché týdny (1. a 3. týden žaltáře)"
}
\markup\nadpisDen{"pondělí"}
\score { \tIpondeliAntBenedictus }
\score { \tIpondeliAntMagnificat }
\markup\nadpisDen{"úterý"}
\score { \tIuteryAntBenedictus }
\score { \tIuteryAntMagnificat }
\markup\nadpisDen{"středa"}
\score { \tIstredaAntBenedictus }
\score { \tIstredaAntMagnificat }
\markup\nadpisDen{"čtvrtek"}
\score { \tIctvrtekAntBenedictus }
\score { \tIctvrtekAntMagnificat }
\markup\nadpisDen{"pátek"}
\score { \tIpatekAntBenedictus }
\score { \tIpatekAntMagnificat }
\markup\nadpisDen{"sobota"}
\score { \tIsobotaAntBenedictus }
}
\bookpart {
\header {
subtitle = "Sudé týdny (2. a 4. týden žaltáře)"
}
\markup\nadpisDen{"pondělí"}
\score { \tIIpondeliAntBenedictus }
\score { \tIIpondeliAntMagnificat }
\markup\nadpisDen{"úterý"}
\score { \tIIuteryAntBenedictus }
\score { \tIIuteryAntMagnificat }
\markup\nadpisDen{"středa"}
\score { \tIIstredaAntBenedictus }
\score { \tIIstredaAntMagnificat }
\markup\nadpisDen{"čtvrtek"}
\score { \tIIctvrtekAntBenedictus }
\score { \tIIctvrtekAntMagnificat }
\markup\nadpisDen{"pátek"}
\score { \tIIpatekAntBenedictus }
\score { \tIIpatekAntMagnificat }
\markup\nadpisDen{"sobota"}
\score { \tIIsobotaAntBenedictus }
}