-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathat05.modif.ly
More file actions
executable file
·92 lines (88 loc) · 1.91 KB
/
Copy pathat05.modif.ly
File metadata and controls
executable file
·92 lines (88 loc) · 1.91 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
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
\version "2.10.0"
\include "definitions.ly"
\markup {AT 5 }
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
\times 2/3 { f8 g a }
\times 2/3 { a[ a g] }
a[\( a\)]
\pespace
r16 a[ a a]
a[ g a f]
f4
\endBar
}
\addlyrics {
Con -- dui -- sez- -- vous a -- vec crain -- te pen -- dant le temps de votre e -- xil.
\markup { \citation #"1 P 1" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { Av. } }
f8
g16[ a a a] a4 \pespace
a16[\( g\) a f] f4
\endBar
}
\addlyrics {
En toi ser -- ont bén -- ies tou -- tes les nat -- ions.
\markup { \citation #"Ga 3" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { Noël } }
f16[ g a a]
a8.[ \pespace\pespace bes16]
a16[\( a\) g a] a4 \pespace \cesure\pespace
\times 2/3 {g8[ a f]} f4
\endBar
}
\addlyrics {
Je t'ai ét -- ab -- li lu -- mi -- ère des nat -- ions. Al -- le -- lu -- "ia !"
\markup { \citation #"Ac 13" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { Car. } }
f16[ g a a]
a4
\espace
\times 2/3 { r8_\( a a\) }
\times 2/3 { a[ a a] }
\times 2/3 { a\( g\) a }
f4\( f8\) r
\endBar
}
\addlyrics {
Con -- ver -- tis -- sez- -- vous et cro -- yez à la bon -- ne nou -- vel -- le.
\markup { \citation #"Mc 1" }
}
}
\relative a' {
\new Staff {
\cadenzaOn \key f \major
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
f8
g[ a]
a8[ a16 a]
g[ bes a g]
a4
\pespace\pespace\barre\pespace
\times 2/3 { r8_\( a g\) }
a[\( f\)]
f4
\endBar
}
\addlyrics {
Pour -- quoi cher -- cher le Vi -- vant par -- mi les "morts ?" "(Al" -- le -- lu -- - -- "ia !)"
\markup { \citation #"Lc 24" }
}
}