-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathat39.modif.ly
executable file
·102 lines (65 loc) · 1.95 KB
/
at39.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
\version "2.10.0"
\include "definitions.ly"
\markup {AT 39 }
\relative c' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. Noël } }
\times 2/3 { r8_\( f[ a\)] }
\times 2/3 { c[ c c] }
\times 2/3 { c[ d c] }
c4\pespace \times 2/3 { r8\( c[ c\)] }
\times 2/3 { c[ c d] }
\times 2/3 { b[\( b\) c] }
a4\( a8\) r
\endBar
}
\addlyrics {
Vous vous êtes ap -- pro -- chés de Jé -- sus, mé -- dia -- teur d'une al -- lian -- ce nou -- vel -- le.
\markup { \citation #"He 12" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Av. } }
r16 c[ c c] c[ c c c] c[\( c\) \cesure \pespace c d c]
\times 2/3 { c4\(\pespace \cesure\pespace c8\) }
c[ d]
\times 2/3 { b4\( \pespace \cesure \pespace b8\) }
c[\cesure \pespace a] a4
\endBar
}
\addlyrics {
Tu n'as vou -- lu ni sa -- cri -- fi -- ce, ni ob -- la -- tion, a -- lors j'ai "dit :" Voi -- ci, je viens.
\markup { \citation #"He 10" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Car. } }
\times 2/3 { r8\( c[ c\)] }
\times 2/3 { c[ c c] }
d[ d] c[\( c\)] \cesure \pespace
c16[\( c\) \cesure \pespace c d] b8[ c] a4
\endBar
}
\addlyrics {
Off -- rez- -- vous en hos -- tie vi -- van -- te, sain -- te, ag -- ré -- able à Dieu.
\markup { \citation #"Rm 12" } }
}
\relative c' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
f16 a[ c c c] \times 2/3 {c8[ c c]}
\times 2/3 { c[ c c] }
\times 2/3 { c[ d d] }
c[\( c\)]
\ifIndent r16 c[ d b] \times 2/3 {b8[ c a]} a4
\cesureall \pespace \times 2/3 {g8[ a c]} d4
\endBar
}
\addlyrics {
Le Christ est de -- ve -- nu par le sang d'une al -- liance é -- ter -- nel -- le le grand pas -- teur des bre -- bis. Al -- le -- lu -- "ia !"
\markup { \citation #"He 13" } }
}