-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp103.modif.ly
More file actions
executable file
·89 lines (55 loc) · 1.86 KB
/
Copy pathp103.modif.ly
File metadata and controls
executable file
·89 lines (55 loc) · 1.86 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
\version "2.10.0"
\include "definitions.ly"
\markup {psaume 103 }
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
a8 g[ \cesure\pespace bes] \times 2/3 { a[
\cesure\pespace g a] } a4 \times 2/3 {a8[ a a]} \times 2/3 { a[\( a\) a] } a16[\( a\) g g] f8[\( e\)] d4
\endBar
}
\addlyrics {
En -- voie, Sei -- gneur, ton Es -- prit qui re -- nou -- vel -- le la fa -- ce de la ter -- - -- re.
\markup { \citation #"Cf. Ps 103" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. Av. } }
\times 2/3 {f8[ g a]} \times 2/3 { a[ g bes] } a[\( g\)] a8.[
\cesure \pespace a16] a[ a a a] a8[ a] g[ g] f[ e] d4
\endBar
}
\addlyrics {
La cré -- a -- tion en at -- ten -- - -- te as -- pire à la ré -- vé -- la -- tion des fils de Dieu.
\markup { \citation #"Rm 8" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { Noël T.P. } }
f8[ g] a[ a] \times 2/3 { a[\( g\) bes] } \times 2/3 { a[\( g\) \cesure \pespace a] } a4
\cesure\pespace \times 2/3 { g8[ g f] } e4\( d8\) r
\endBar
}
\addlyrics {
Grandes et mer -- vei -- lleu -- ses tes œu -- vres, Sei -- "gneur !" " Al" -- le -- lu -- "ia !" _
\markup { \citation #"Ap 15" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { Car. } }
\times 2/3 {f8[ g a]} \times 2/3 { a[ g bes] } \times 2/3 { a[\( g\) a] } a4
\cesure \pespace \times 2/3 {a8[ a a]} \times 2/3 { a[ g g] } f[ e] d4
\endBar
}
\addlyrics {
La cré -- a -- tion tout en -- tiè -- re gé -- mit dans les dou -- leurs de l'en -- fan -- te -- ment.
\markup { \citation #"Rm 8" } }
}