-
Notifications
You must be signed in to change notification settings - Fork 0
/
p108.modif.ly
executable file
·106 lines (68 loc) · 2.07 KB
/
p108.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
\version "2.10.0"
\include "definitions.ly"
\markup {psaume 108}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
c16 d[ c b a] \times 2/3 { c4\( \pespace \cesure \pespace c8\) } c16[ c c a] c8[ b] a4
\endBar
}
\addlyrics {
Ai -- mez vos en -- ne -- mis, pri -- ez pour vos per -- sé -- cu -- teurs.
\markup { \citation #"Mt 5" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
\times 2/3 { g8[\( a\) \cesure \pespace c] } d[\( c\)] c4 \cesure \pespace \times 2/3 { c8 c c } a16[\( c\) c b] a4
\endBar
}
\addlyrics {
Pè -- re, par -- don -- ne- -- leur, car ils ne sa -- vent ce qu'ils font.
\markup { \citation #"Lc 23" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Av. } }
\times 2/3 { r8_\( g[ a]\) }
\times 2/5 {c16[c c d c]} c4 \pespace \cesure \pespace
c16[ c c c]
c16[ a c c]
\stemUp b4\( a8\) r8
\endBar
}
\addlyrics {
Le Sei -- gneur me dé -- li -- vre -- ra, et me sau -- ve -- ra pour son Ro -- yau -- me.
\markup { \citation #"2 Tm 4" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Noël T.P. } }
c16
c16[\( c\) d c]
b8[ a]
c8[\cesure \pespace\set stemLeftBeamCount = #1 \set stemRightBeamCount = #2 c16 \set stemLeftBeamCount = #2 c]
a16[ c c b] a4 \cesure \pespace
\times 2/3 {g8[ a c]} d4
\endBar
}
\addlyrics {
De tou -- tes les per -- sé -- cut -- ions, le Sei -- gneur m'a dé -- li -- vré. " Al" -- le -- lui -- "a !"
\markup { \citation #"2 Tm 3" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Car. } }
d8[ c] b[ a] \times 2/3 { c4\( \pespace \cesure\pespace c8\) }
c16[ c c c] a[ c c b] a4
\endBar
}
\addlyrics {
Pour nous ra -- che -- ter, le Christ est de -- ve -- nu ma -- lé -- dic -- tion.
\markup { \citation #"Ga 3" } }
}