]> Shamusworld >> Repos - music/blob - amazing-love.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / amazing-love.ly
1 \version "2.16.0"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 % Good sizes are 16, 18, & 20
6 staffSize = #18
7 #(set-default-paper-size "letter")
8 #(set-global-staff-size staffSize)
9 #(ly:set-option (quote no-point-and-click))
10
11 %{ Some useful characters: ‘ ’ “ ” – — † ‡ • … %}
12
13 \header
14 {
15         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Amazing Love" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Graham Kendrick" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Shamus Hammons" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21
22 %
23 % Lead vocal
24 %
25
26 LeadVox = \relative c'
27 {
28         \numericTimeSignature
29         \clef G
30         \key d \major
31         \time 4/4
32 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
33
34         % Intro
35
36         R1^\markup { Moderate half time feel } |   % 1
37         r2 r4 e |   % 2
38
39         \repeat volta 3
40         {
41                 % Verse
42
43 \mark \markup { \override #'(font-family . sans) { \box { A } } }
44
45                 fs1 ~ |   % 3
46                 fs2. fs4 |   % 4
47                 fs4. e8 g2 ~ |   % 5
48                 g2. e4 |   % 6
49                 e1 ~ |   % 7
50                 e2. g4 |   % 8
51                 g4. ( fs8 ) fs2 |   % 9
52                 r2 r4 e |   % 10
53                 fs1 ~ |   % 11
54                 fs2. fs4 |   % 12
55                 fs4. e8 g2 ~ |   % 13
56                 g2. r4 |   % 14
57                 b1 |   % 15
58                 a1 |   % 16
59                 d1 ~ |   % 17
60                 d2 r4 d \bar "||"   % 18
61
62                 % Chorus
63
64 \mark \markup { \override #'(font-family . sans) { \box { B } } }
65
66                 c4. b8 a2 ~ |   % 19
67                 a2 g4 a |   % 20
68                 a4. d,8 d2 ~ |   % 21
69                 d2 r4 d' |   % 22
70                 c4. b8 a2 ~ |   % 23
71                 a2 g8 g a4 |   % 24
72                 a1 ~ |   % 25
73                 a2 r4 d |   % 26
74
75                 c4. b8 a2 ~ |   % 27
76                 a2 g4 a |   % 28
77                 a4. d,8 d2 ~ |   % 29
78                 d2. fs4 |   % 30
79                 g4. ( fs8 e2 ) ~ |   % 31
80                 e2 b'4. ( a8 ) |   % 32
81                 a1 ~ |   % 33
82                 a2. fs4 |   % 34
83                 g4. ( fs8 e2 ) ~ |   % 35
84                 e2 b'4. ( a8 ) |   % 36
85         }
86         \alternative
87         {
88                 {
89                         a1 |   % 37
90                         r2 r4 e |   % 38
91                 }
92                 {
93                         a1 ~ |   % 39
94                 }
95         }
96
97         % Ending
98
99         a2. fs4 \bar "||"   % 40
100
101 %\once \override Score.RehearsalMark #'self-alignment-X = #left
102 \mark \markup { \override #'(font-family . sans) { \box { C } } }
103
104         g4. ( fs8 e2 ) ~ |   % 41
105         e2^\fermata \breathe d' |   % 42
106         d1 ~ |   % 43
107         d1 |   % 44
108         R1 |   % 45
109         R1 |   % 46
110         r1^\fermata \bar "|."   % 47
111 }
112
113
114 LeadVoxText = \lyricmode
115 {
116         My Lord, __ _ what love is this _
117         that pays __ _ so dear -- _ ly;
118         That I, __ _ the guil -- ty one _
119         may go free? __ _
120
121         A -- ma -- zing love, __ _ O what sac -- ri -- fice __ _
122         The Son of God __ _ gi -- ven for me; __ _
123         My debt he pays __ _ and my death he dies __ _
124         That I __ _ _ _ might _ live, __ _ that I __ _ _ _ might _ live.
125
126         And
127         live, __ _
128
129         that I __ _ _ _ might live. __ _
130 }
131
132 LeadVoxTextB = \lyricmode
133 {
134         _ so, __ _ they watched him die _
135         de -- spised, __ _ re -- jec -- _ ted;
136         But O, __ _ the blood he shed _
137         flowed for me! __
138 }
139
140 LeadVoxTextC = \lyricmode
141 {
142         _ now __ _ this love of Christ _
143         shall flow __ _ like ri -- _ vers;
144         Come wash __ _ your guilt a -- way, _
145         live a -- gain! __
146 }
147
148
149 %
150 % Chord names
151 %
152 Chords = \chordmode
153 {
154         % Intro
155
156         d1 |   % 1
157         a2:sus4.7 a:7 |   % 2
158
159         % Verse
160
161         d1 |   % 3
162         s1 |   % 4
163         s2 e:m7 |   % 5
164         s1 |   % 6
165         a1:sus4.7 |   % 7
166         a1:7 |   % 8
167         g2 d |   % 9
168         s2 a:sus4.7 |   % 10
169         d1 |   % 11
170         s1 |   % 12
171         s2 e:m7 |   % 13
172         s1 |   % 14
173         g1 |   % 15
174         a1 |   % 16
175         d1 |   % 17
176         d4.:sus4 d s4 |   % 18
177
178         % Chorus
179
180         a1:m7 |   % 19
181         s1 |   % 20
182         d2.. d8:sus4 |   % 21
183         s4. d2 s8 |   % 22
184         f1:maj7 |   % 23
185         s1 |   % 24
186         a2..:sus2 a8 |   % 25
187         s1 |   % 26
188
189         a1:m7 |   % 27
190         s1 |   % 28
191         d2.. d8:sus4 |   % 29
192         s4. d2 s8 |   % 30
193         a1:m7 |   % 31
194         s2 g |   % 32
195         d1 |   % 33
196         s1 |   % 34
197         a1:m7 |   % 35
198         s2 g |   % 36
199
200         d1 |   % 37
201         s2 a:sus4.7 |   % 38
202
203         d1 |   % 39
204
205         % Ending
206
207         s1 |   % 40
208         a1:m7 |   % 41
209         c1 |   % 42
210         d1 |   % 43
211         s1 |   % 44
212         a1:m7 |   % 45
213         c1 |   % 46
214         d1 |   % 47
215 }
216
217
218 %
219 % Chord rhythms
220 %
221
222 % Use a RhythmicStaff on the chords instead of this?
223 % It almost works, but not quite. Doesn't collapse chords above to single notes...
224
225 StaffC = \relative c
226 {
227         \numericTimeSignature
228         \time 4/4
229         \override NoteHead #'style = #'slash
230         \teeny
231
232         % Intro
233
234         c4 c c c |   % 1
235         c4. c c4 |   % 2
236
237         \repeat volta 3
238         {
239                 % Verse
240
241                 c4_\markup { \italic { fingerpick throughout verses } } c c c |   % 3
242                 c4 c c c |   % 4
243                 c4 c c c |   % 5
244                 c4 c c c |   % 6
245                 c4 c c c |   % 7
246                 c4 c c c |   % 8
247                 c4 c c c |   % 9
248                 c4 c c c |   % 10
249                 c4 c c c |   % 11
250                 c4 c c c |   % 12
251                 c4 c c c |   % 13
252                 c4 c c c |   % 14
253                 c4 c c c |   % 15
254                 c4 c c c |   % 16
255                 c4 c c c |   % 17
256                 c4. c c4 \bar "||"   % 18
257
258                 % Chorus
259
260                 c4 r8 c c4 r8 c ~ |   % 19
261                 c8 c c4 c8 c c4 |   % 20
262                 c4 r8 c c4 c8 c ~ |   % 21
263                 c8 c4 c8 ~ c c c4 |   % 22
264                 c4 r8 c c4 r8 c |   % 23
265                 r8 c c4 c8 c c4 |   % 24
266                 c4 c c8 c r c |   % 25
267                 r8 c c4 c8 c c c |   % 26
268
269                 c4 r8 c c4 r8 c ~ |   % 27
270                 c8 c c4 c8 c c4 |   % 28
271                 c4 r8 c c4 c8 c ~ |   % 29
272                 c8 c4 c8 c4 c |   % 30
273                 c4 r8 c c4 r8 c ~ |   % 31
274                 c8 c c c c4 c8 c |   % 32
275                 c4 r8 c c4 r8 c |   % 33
276                 r8 c c4 c8 c c4 |   % 34
277                 c4 r8 c c4 r8 c ~ |   % 35
278                 c8 c c c c4. c8 |   % 36
279         }
280         \alternative
281         {
282                 {
283                         c4 r8 c c4 r8 c ~ |   % 37
284                         c8 c c4 c2 |   % 38
285                 }
286                 {
287                         c4 r8 c c4 c8 c ~ |   % 39
288                 }
289         }
290
291         % Ending
292
293         c8 c c4 c8 c c4 \bar "||"   % 40
294
295         c4 r8 c c4 c8 c |   % 41
296         c1^\fermata |   % 42
297         c4_\markup { \italic { a tempo } } c c c |   % 43
298         c4 c c c |   % 44
299         c4 c c c_\markup { \italic { rit. } } |   % 45
300         c4 c c c |   % 46
301         c1^\fermata \bar "|."   % 47
302 }
303
304
305 \score
306 {
307         <<
308                 \context Staff
309                 <<
310                         \new Voice = "lead" \LeadVox
311                         \new Lyrics \lyricsto "lead" \LeadVoxText
312                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
313                         \new Lyrics \lyricsto "lead" \LeadVoxTextC
314                 >>
315
316                 \new ChoirStaff
317                 <<
318 %                       \new Staff = "riff" \RhythmB
319                         \new ChordNames \Chords
320                         \new RhythmicStaff \StaffC
321                 >>
322
323                 \set Score.skipBars = ##t
324                 \set Score.melismaBusyProperties = #'()
325         >>
326 }
327
328
329 \paper
330 {
331   #(define fonts (make-pango-font-tree
332     "Times New Roman"
333     "JazzText"
334     "Luxi Mono"
335     (/ staffSize 20)))
336
337 % Don't spread staves vertically across last page (default: t)
338         ragged-last-bottom = ##f
339 % Don't spread staves vertically across the page (default: f)
340 %       ragged-bottom = ##t
341 % Allow partial line for last stave (default: f)
342         ragged-last = ##t
343
344 % To find out what's eating the space at the top...
345 %       annotate-spacing = ##t
346 }
347