-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathat21.modif.ly
More file actions
executable file
·53 lines (46 loc) · 1.01 KB
/
Copy pathat21.modif.ly
File metadata and controls
executable file
·53 lines (46 loc) · 1.01 KB
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
\version "2.10.0"
\include "definitions.ly"
\markup {AT 21 }
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { } }
\times 2/3 { a8[ a a] }
a16[ g a b]
a8[\( a\)]
b16[ a g f] e4 \pespace
\barre\pespace
\times 2/3 { r8_\( g a\) }
b[\( a\)]
a4
\endBar
}
\addlyrics {
Nous av -- ons mis notre es -- pé -- ran -- ce dans le Dieu vi -- vant. "(Al" -- le -- lu -- - -- "ia !)"
\markup { \citation #"1 Tm 4" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { } }
e16
g[ a a a]
\times 2/3 { a4\( a8\) }
\times 2/3 { a[ g b] }
a[\( a\)]
\cesure \pespace \indentLine
\times 2/3 { a b a }
\times 2/3 { g[ g f] }
e4\pespace
\barre\pespace
\times 2/3 { r8_\( g a\) }
b[\( a\)]
a4
\endBar
}
\addlyrics {
Le Christ ap -- pa -- raî -- tra à ceux qui l'at -- ten -- dent pour leur don -- ner le sa -- lut. "(Al" -- le -- lu -- - -- "ia !)"
\markup { \citation #"He 9" }
}
}