-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp1.modif.ly
More file actions
executable file
·88 lines (62 loc) · 1.8 KB
/
Copy pathp1.modif.ly
File metadata and controls
executable file
·88 lines (62 loc) · 1.8 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 1 }
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. Av. } }
g8 \times 2/3 { a[ c d] } c16[\( c\) c c]
\times 2/3 { c8[\( b\) a]}
c8[ \pespace \cesure \pespace c16 c]
a[\( c\) c b]
a4
\endBar
}
\addlyrics {
Heu -- reux qui é -- cou -- te la pa -- ro -- le de Dieu
et la gar -- de jour et nuit.
\markup { \citation #"Cf. Lc 11" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.O. Noël } }
g8 \times 2/3 { a[ c d] } c[ c] c16[ \cesure \pespace c b a] c4 \pespace
\times 2/3 { c8[\( a\) c] }
c[ b] a4
\endBar
}
\addlyrics {
Ce -- lui qui de -- meure en moi et moi en lui don -- ne beau -- coup de fruit.
\markup { \citation #"Jn 15" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { Car. } }
r8 g16[ a] c[ c c d] c[ c b\( a\)] c4
\times 2/3 { r8\( c[ c\)] }
\times 2/3 { c4\( c8\) } c[\( a\) c] c[ b] a4
\endBar
}
\addlyrics {
Si le grain ne tombe en terre, il res -- te seul, mais s'il meurt, il por -- te beau -- coup de fruit.
\markup { \citation #"Jn 12" } }
}
\relative c'' {
\new Staff {
\cadenzaOn
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
g8 a[ c]
d16[ \cesure \pespace c b a] c4
\pespace
\cesureall \pespace
\times 2/3 { a8 c c }
\stemDown b4\( a8\) r
\endBar
}
\addlyrics {
Je suis la Voie, dit le Sei -- gneur. " Al" -- le -- lu -- "ia !" _
\markup { \citation #"Jn 14" } }
}
\version "2.10.0" % necessary for upgrading to future LilyPond versions.