-
Notifications
You must be signed in to change notification settings - Fork 0
/
p105.modif.ly
executable file
·106 lines (70 loc) · 2.02 KB
/
p105.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
\version "2.10.0"
\include "definitions.ly"
\markup {psaume 105 }
\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[ bes\( a\)] } a[ g] \times 2/3 { a4\( a8\) } \times 2/3 { a[\( a\) a] } \times 2/3 { g[\( g\) f] } d4
\endBar
}
\addlyrics {
Dieu a ti -- ré d'en -- tre les pa -- ïens un peu -- ple qui por -- te son nom.
\markup { \citation #"Ac 15" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.O. } }
f8
g16[ a a a]
\times 2/3 { a8[ g bes] }
a[\( g8]\) a4
\endBar
}
\addlyrics {
Ce -- lui qui a pro -- mis est fi -- dè -- - -- le.
\markup { \citation #"He 10" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { Av. Noël } }
a8 \times 2/3 { g[ g bes] } a[ g] \times 2/3 { a4\(
\pespace \cesure \pespace a8\) } \times 2/3 { a[ g g] } \times 2/3 { f4\( d8\) }
\endBar
}
\addlyrics {
Les dons et l'ap -- pel de Dieu sont sans re -- pen -- tan -- ce.
\markup { \citation #"Rm 11" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { Car. } }
\times 2/3 { r8_\( a8[ g\)] } \times 2/3 { bes[ a g] } a4
\times 2/3 { a8[\( g\) g] } \times 2/3 { f4\( d8\) }
\endBar
}
\addlyrics {
Il nous a par -- don -- né tou -- tes nos fau -- tes.
\markup { \citation #"Col 2" } }
}
\relative a' {
\new Staff {
\cadenzaOn
\key f \major
\set Staff.instrumentName = \markup{ \center-align { T.P. } }
\times 2/3 { r8_\( f[ g\)] } a[ a] \times 2/3 { a[ a a] } \times 2/3 { a[ g bes] } a[ g] a4
\espall \pespace \times 2/3 { r
8_\( a[ g\)] } g[\( f\)] d4
\endBar
}
\addlyrics {
Vous a -- vez é -- té ap -- pe -- lés à la li -- ber -- té. Al -- le -- lu -- - -- "ia !"
\markup { \citation #"Ga 5" } }
}