-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNT4.modif.ly
executable file
·114 lines (99 loc) · 2.59 KB
/
NT4.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
107
108
109
110
111
112
113
114
\version "2.10.0"
\include "definitions.ly"
\markup {NT 4 }
\relative c' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
r16 f16[ a bes]
c8[ bes16 d]
c8[\( c\)]
\pespace r16 bes16[ c a]
\times 2/3 { bes8[ g f] } f4
\barre
\pespace \times 2/3 {a8[ c d]} a[\( g] a4\)
\endBar
}
\addlyrics {
Bé -- ni sois -- -tu, no -- tre Pè -- re, qui nous bé -- nis dans le Christ. "(Al" -- le -- lu -- "ia !)" _ _
\markup { \citation #"Ep 1"}
}
}
\relative c' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. Car. } }
a'4 \cesure
\times 2/3 { f8[ a c] }
c8[ d]
\times 2/3 { c4\( c8\) } \cesure \pespace
c16[ c c d]
b16[ b c a] a4
\endBar
}
\addlyrics {
Dieu, riche en mi -- sé -- ri -- cor -- de, nous a fait re -- vivre av -- ec le Christ.
\markup { \citation #"Ep 2"}
}
}
\relative c' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Av. } }
\times 2/3 { r8_\( f[ a]\) }
\times 2/5 {c16[\( c\) c c c]}
c16[ c d e]
\times 2/3 { c8[\( c\) a] }
\times 2/3 { a8[\( a\) a] }
a8[ g] a4
\endBar
}
\addlyrics {
Ce mys -- tè -- re te -- nu ca -- ché dep -- uis les siè -- cles vient d'ê -- tre ma -- ni -- fes -- té.
\markup { \citation #"Col 1"}
}
}
\relative c' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { Noël } }
\times 2/3 { r8_\( f[ a]\) }
\times 2/3 { c8[ bes a] }
bes8[ c]
\times 2/3 { c8[\( c\) c] }
\times 2/3 { c8[ c c] }
d16[\( c\) d\( f\)]
e8[ d]
\times 2/3 { c4\( c8\) } \cesure \pespace
c8[ bes]
\times 2/3 { g8[ a bes] }
a8[ f] f4
\endBar
}
\addlyrics {
Nous av -- ons con -- tem -- plé la glo -- ire qu'il tient de son Pè -- re com -- me Fils u -- ni -- que, plein de grâce et de vé -- ri -- té.
\markup { \citation #"Jn 1"}
}
}
\relative c' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
c'8[\( c\)] \cesure \pespace
\times 2/3 { c8[ c c] }
a8[ g]
\times 2/3 { a4\(\pespace \cesure \pespace\indentLine \pespace a8\) }
g8[ a]
\times 2/3 { f8[ f g] }
a8[\cesure \pespace c16 c]
d16[ b b c] a4 \pespace \barre \pespace
\times 2/3 { c8[ a g] } a4
\endBar
}
\addlyrics {
Pè -- re, ceux que tu m'as don -- nés, je veux que là où je suis, eux aus -- si soient av -- ec moi. "(Al" -- le -- lu -- "ia !)"
\markup { \citation #"Jn 17"}
}
}