-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp109.modif.ly
executable file
·101 lines (91 loc) · 2.05 KB
/
p109.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
\version "2.10.0"
\include "definitions.ly"
\markup {psaume 109 }
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. Car. } }
f8
a[ c]
c[ c]
d[ c]
c4
\pespace
\times 2/3 { r8\( c c\) }
c[\( c\)]
c16[ c c c]
\times 2/3 { d8 b c }
\times 2/3 { a4\( a8\) } r8
\endBar
}
\addlyrics {
Pour nous le Christ est de -- ve -- nu un grand prê -- tre mi -- sé -- ri -- cor -- dieux et fi -- dè -- le.
\markup { \citation #"Cf. He 2" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. T.P.} }
\times 2/3 { r8_\( f[ a]\) }
c8[ c]
c16[ c d c] c4 \cesure \pespace
\times 2/3 { d8[ b c] }
a4\( a8\) \pespace \cesure \pespace
\times 2/3 {a8[ g a]} c[\( d] c4\)
\endBar
}
\addlyrics {
Le Seig -- neur a dit à mon Seign -- "eur :" Siège à ma dro -- ite. Al -- le -- lu -- "ia !" _ _
\markup { \citation #"Ac 2" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Av.} }
\times 2/3 { r8\( c[ c]\) }
c8[ d] c4\cesure \pespace
c16[ d b c] a4
\endBar
}
\addlyrics {
Je se -- rai son Dieu, il se -- ra mon fils.
\markup { \citation #"Ap 21" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Noël } }
f8
a[ c]
c4
\cesure \pespace
c8[ \cesure \pespace c16 c]
\times 2/3 { d8[ \cesure \pespace b b] }
c[ a]
a4 \cesure \pespace
\times 2/3 {c8[ a g]} a4
\endBar
}
\addlyrics {
Tu es mon Fils, moi, au -- jour -- d'hui, je t'ai en -- gen -- dré. Al -- le -- lui -- "a !"
\markup { \citation #"He 5" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
\times 2/3 { f8[ a c] }
c16[\( c\) c c]
c16[\( c\) d d] c4 \pespace
\times 2/3 {r8\(d[ b]\)} c[\( a\)] a4
\endBar
}
\addlyrics {
Je suis l'É -- toi -- le ra -- di -- eu -- se du ma -- tin. Al -- le -- lu -- - -- "ia !"
\markup { \citation #"Ap 22" }
}
}