-
Notifications
You must be signed in to change notification settings - Fork 0
/
at23.modif.ly
executable file
·75 lines (72 loc) · 1.67 KB
/
at23.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
\version "2.10.0"
\include "definitions.ly"
\markup {AT 23}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
a8
\times 2/3 { a8[ a a] } g8[ a] f4 \cesure\pespace
\times 2/3 { a8[ a a] } a4 \cesure\pespace
\times 2/3 { a8[\( bes\) a] } a8[\cesurebasse \pespace g] a4
\endBar
}
\addlyrics {
Je suis la Ré -- sur -- rec -- tion. Qui croit en moi, mê -- me s'il meurt, vi -- vra.
\markup { \citation #"Jn 11" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { Av. Car. } }
a8
\times 2/3 { a[\( a\) a] }
\times 2/3 { a a a }
\times 2/3 { a[ g bes] }
a4
\endBar
}
\addlyrics {
Nous som -- mes pas -- sés de la mort à la vie.
\markup { \citation #"1 Jn 3" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { Noël } }
f16[ g a a]
\override Stem #'neutral-direction = #up
\times 2/3 { a4\( bes8\) }
\times 2/3 { a[ a g] }
a[\( a\)] \pespace
\times 2/3 { r_\( a g\) }
a[\( f\)]
f4
\endBar
}
\addlyrics {
Dieu nous a don -- né la vie é -- ter -- nel -- le. Al -- le -- lu -- - -- "ia !"
\markup { \citation #"1 Jn 5" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
f16
\times 2/5 { g[ a a a a] }
bes[ a\( g\) a]
a4
\cesureall\pespace
\times 2/3 { f8 g a }
bes[\( g]
a4\)
\endBar
}
\addlyrics {
Le Christ est res -- sus -- ci -- té d'en -- tre les morts. Al -- le -- lu -- "ia !" _ _
\markup { \citation #"Mt 28" }
}
}