-
Notifications
You must be signed in to change notification settings - Fork 0
/
CommunDédicace.ly
executable file
·150 lines (118 loc) · 2.98 KB
/
CommunDédicace.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
\version "2.10.0"
\include "definitions.commun.ly"
\markup { Commun de la Dédicace }
\markup { Ps 146 }
\relative f' {
\new Staff {
\cadenzaOn
\key f \major
\times 2/3 { f8[ g a] }
\times 2/3 { a8[\( a\) a] }
a4
\times 2/3 { a8[ g bes] } a4 \cesure\pespace
\times 2/3 { a8[ g a] }
f4\( f8\) r8
\barre \pespace
\times 2/3 {a8[ g bes]} a4
\endBar
}
\addlyrics {
J'ai vu des -- cen -- dre du ciel, d'au -- près de Dieu, la Ci -- té sai -- nte. "(Al" -- le -- lu -- "ia !)"
\markup { \citation #"Ap 21"}
}
}
\markup { Ps 147 }
\relative a' {
\new Staff {
\cadenzaOn
\times 2/3 {a8[ a a]} a4 \cesure\pespace
\times 2/3 {g8[ a b]} a4 \cesure\pespace\indentLine\pespace
\times 2/3 {e8[ g a]}
a16[ a a a]
\times 2/3 { a8[ a g] }
\times 2/3 { a8[ b g] } e4
\barre\pespace
\times 2/3 {e8[ g b]} a[\( g] a4\)
\endBar
}
\addlyrics {
Jé -- ru -- sa -- lem, Jé -- ru -- sa -- lem, com -- bien de fois j'ai dé -- si -- ré ras -- sem -- bler tes enf -- ants. "(Al" -- le -- lu -- "ia !)" _ _
\markup { \citation #"Mt 23"}
}
}
\markup { Ps 23 }
\relative f' {
\new Staff {
\cadenzaOn
\key f \major
r8 a8[ a]
g16[ bes a g]
f8[\( f\)] \cesure\pespace
\times 2/5 {g16[g g g g]}
\times 2/3 { g8[ g d] }
\times 2/3 { f8[\( f\) e] }
d4
\barre\pespace
\times 2/3 {f8[ g a]} g4
\endBar
}
\addlyrics {
Que ce lieu est red -- ou -- ta -- "ble !" C'est la mai -- son de Dieu et la por -- te du ciel. "(Al" -- le -- lu -- "ia !)"
\markup { \citation #"Gn 28"}
}
}
\markup {Ps 99 }
\relative a' {
\new Staff {
\cadenzaOn
\times 2/3 { r8_\( f[ a]\) }
c16[ c c c]
c16[ c\( d\) d] c4\pespace
r8 c8
\times 2/3 { c8[ c c] }
d8[ b]
\times 2/3 { b8[ c a] } a4
\barre\pespace
\times 2/3 {c8[ a g]} a4
\endBar
}
\addlyrics {
J'ai cho -- isi et con -- sa -- cré cet -- te mai -- son af -- in que mon nom y soit à jam -- ais. "(Al" -- le -- lu -- "ia !)"
\markup { \citation #" 2 Ch 7"}
}
}
\markup {Ps 150 (7e m.)}
\relative c'' {
\new Staff {
\cadenzaOn
\times 2/3 { g8[ c b] }
c8[\( d\)]
d16[ d d d]
f16[ e e\( d\)] e4\pespace\indentLine
d16[ d d d]
d16[\( d\) d e] d16[\( c\) c b] a4
\pespace\barre\pespace
\times 2/3 {c8[ d e]} d4
\endBar
}
\addlyrics {
Ils re -- tou -- rnè -- rent à Jé -- ru -- sa -- lem en gra -- nde joie, ils ét -- aient sans ces -- se dans le Temple à bé -- nir Dieu. "(Al" -- le -- lu -- "ia !)"
\markup { \citation #"Lc 24"}
}
}
\markup { Ps 45 }
\relative a' {
\new Staff {
\cadenzaOn
\times 2/3 { a8[ a a] }
\times 2/3 { g8[ a b] }
a8.[\pespace a16] a8[\( b]\) g8[ e] e4
\barre\pespace
\times 2/3 {g8[ a b]} a4
\endBar
}
\addlyrics {
Elle est bâ -- tie sur le roc, l'Ég -- li -- se du Seig -- neur. "(Al" -- le -- lu -- "ia !)"
\markup { \citation #"LMH"}
}
}