-
Notifications
You must be signed in to change notification settings - Fork 0
/
p101.modif.ly
executable file
·90 lines (77 loc) · 1.61 KB
/
p101.modif.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
\version "2.10.0"
\include "definitions.ly"
\markup {psaume 101 }
\relative d' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
\times 2/3 { c8 d c }
\times 2/3 { f[\( f\) f] }
e16[\( f\) g g]
f8[\( g\)]
f4
\endBar
}
\addlyrics {
Dieu nous con -- so -- le dans tou -- tes nos ép -- reu -- - -- ves.
\markup { \citation #"2 Co 1" }
}
}
\relative d' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
\times 2/3 { c8 d c }
\times 2/3 { c[ f e] }
\times 2/3 { f g f }
f4
f8[ e]
c[ d]
d4
\endBar
}
\addlyrics {
C'est aux pa -- ïens qu'a é -- té en -- vo -- yé le sa -- lut de Dieu.
\markup { \citation #"Ac 28" }
}
}
\relative d' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Av. Car. } }
\times 2/3 { r8_\( c f\) }
e[\( f\)]
g[ f]
f4
\times 2/3 { f8 f f }
\times 2/3 { f[\( e\) c] }
d4\( d8\) r
\endBar
}
\addlyrics {
La pri -- è -- re de la foi sau -- ve -- ra l'hom -- me ma -- la -- de.
\markup { \citation #"Jc 5" }
}
}
\relative d' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Noël T.P. } }
\times 2/3 { c8 d c }
c[ f]
\times 2/3 { e f g }
f[\( f\)]
\cesure \pespace
f16[ f f f]
\times 2/3 { f8 e c }
\times 2/3 { d4\( d8\) }
\cesure \pespace
\times 2/3 { c[ d f] }
g4
\endBar
}
\addlyrics {
Dieu ré -- pan -- dra sur eux sa lu -- miè -- re et ils rég -- ne -- ront pour les siè -- cles. " Al" -- le -- lu -- "ia !"
\markup { \citation #"Ap 22" }
}
}