-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathat07.modif.ly
executable file
·85 lines (65 loc) · 1.59 KB
/
at07.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
\version "2.10.0"
\include "definitions.ly"
\markup {AT 7}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. Noël } }
\times 2/3 { a8[ g bes] }
\times 2/3 { a8[\cesure \pespace a a] }
\times 2/3 { a8[ g g] }
f4\( d8\) r8
\endBar
}
\addlyrics {
Chan -- tez à Dieu par des psaumes et des hym -- nes.
\markup { \citation #"Col 3" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. Car. } }
\times 2/3 { r8_\(a[ g]\) }
a8[ \cesure\pespace bes] a4
\cesure\pespace
g16[ g f e] d4\( d8 \) r
\endBar
}
\addlyrics {
A ton nom, Sei -- gneur, qui ne ren -- drait gloi -- "re !"
\markup { \citation #" Ap 15" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { Av. } }
\times 2/3 { r8_\( a[ bes\)] }
a[ \(a\)] g16[ \(g\) f e] d4
\endBar
}
\addlyrics {
Bien -- heu -- reu -- se cel -- le qui a "cru !"
\markup { \citation #" Lc 1" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
\times 2/3 { r8_\( a[ a]\) }
a8[ a]
\times 2/3 { a8[ g bes] } a4 \pespace
\times 2/3 { r8_\( a[ a]\) }
\times 2/3 { g8[ g f] } d4
\cesure\pespace
\times 2/3 {a'8[ g bes] }
a4
\endBar
}
\addlyrics {
Il sou -- ffla sur eux et leur "dit :" Re -- ce -- vez l'Es -- prit Saint. Al -- le -- lui -- "a !"
\markup { \citation #"Jn 20" } }
}