-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp100.modif.ly
More file actions
executable file
·119 lines (101 loc) · 2.01 KB
/
Copy pathp100.modif.ly
File metadata and controls
executable file
·119 lines (101 loc) · 2.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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
\version "2.10.0"
\include "definitions.ly"
\markup {psaume 100}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
a8
\times 2/3 { a8[\( a\) a] }
\times 2/3 { g8[\( a\) b] } a8[\( a\)]
\pespace r8 a
a16[ a a b]
a16[ g g f]
e4
\endBar
}
\addlyrics {
Le Pè -- re ne ju -- ge per -- son -- "ne ;" au Fils il a don -- né le ju -- gem -- ent.
\markup { \citation #"Jn 5" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
r8 a
g[ a]
a4
a16[\( a\) a\( a\)]
\times 2/3 { a8\( b\) a }
\times 2/3 { g[ g f] }
e4
\endBar
}
\addlyrics {
So -- yez par -- faits com -- me vo -- tre Pè -- re cé -- leste est par -- fait.
\markup { \citation #"Mt 5" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Av. Car. } }
a8
g16[ a a a]
g8[ a]
b8[\cesure \pespace a]
\stemUp \times 2/3 { a4\(\pespace\cesure \pespace b8\) }
a8[ g]
g8[ f]
e4
\endBar
}
\addlyrics {
Voy -- ant Jé -- sus ve -- nir vers lui, il "dit :" Voi -- ci l'Ag -- neau de Dieu.
\markup { \citation #"Jn 1" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Noël } }
a8[ g]
\times 2/3 { a a a }
a[\( a\)]
\cesure \pespace
\times 2/3 { a g b }
a4\pespace
\cesure \pespace
b8[ a]
g[ f]
e4
\endBar
}
\addlyrics {
Ce qui plaît à mon Pè -- re, dit le Sei -- gneur, je le fais tou -- jours.
\markup { \citation #"Jn 8" }
}
}
\relative a' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
\times 2/3 { a8 g a }
a[ a]
\times 2/3 { a g b }
a4
b8[ a]
g[ f]
e4
\pespace\cesureall\pespace
\times 2/3 { e8 g b }
a[\( g]
a4\)
\endBar
}
\addlyrics {
Il a ren -- du par -- faits pour tou -- jours ceux qu'il sanc -- ti -- fie. Al -- le -- lu -- "ia !" _ _
\markup { \citation #"He 10" }
}
}