]> Shamusworld >> Repos - music/blob - your-grace-is-enough.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / your-grace-is-enough.ly
1 % Missing dynamics, band directions
2
3 \version "2.19.0"
4 \include "pop-chords.ly"
5 \include "english.ly"
6
7 % Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26)
8 staffSize = #21
9 #(set-default-paper-size "letter")
10 #(set-global-staff-size staffSize)
11 #(ly:set-option (quote no-point-and-click))
12
13 %{ Some useful characters: ‘ ’ “ ” – — † ‡ • … %}
14
15 \header
16 {
17         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Your Grace Is Enough" }
18         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Matt Maher/Chris Tomlin" }
19         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. S. Hammons" }
20         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
21 }
22
23
24 %
25 % Song's structure
26 %
27 Global =
28 {
29         \clef G
30         \key g \major
31         \numericTimeSignature
32         \time 4/4
33
34         % Intro
35
36         s1*8 \bar ".|:-||"   % 1-8
37
38         \repeat volta 2
39         {
40                 % Verse
41
42                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
43                 s1*16 \bar "||"   % 9-24
44
45                 % Prechorus
46
47                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
48                 s1*8 \bar "||"   % 25-32
49
50                 % Chorus
51
52                 \mark \markup { \override #'(font-family . sans) { \box { C } } }
53                 s1*7 |   % 33-40
54         }
55         \alternative
56         {
57                 {
58                         s1 |   %
59                 }
60                 {
61                         s1 \bar "||"   %
62                 }
63         }
64
65         % Chorus
66
67         \mark \markup { \override #'(font-family . sans) { \box { D } } }
68         s1*8 \bar "||"   % 41-48
69
70         % Prechorus
71
72         \mark \markup { \override #'(font-family . sans) { \box { E } } }
73         s1*8 |   % 49-56
74
75         \repeat volta 3
76         {
77                 % Chorus
78
79                 \mark \markup { \override #'(font-family . sans) { \box { F } } }
80                 s1*8 |   % 57-64
81         }
82
83         % Ending
84
85         \mark \markup { \override #'(font-family . sans) { \box { G } } }
86         s1*9 \bar "|."   % 65-73
87 }
88
89
90 %
91 % Lead vocal
92 %
93 LeadVox = \relative c''
94 {
95         % Intro
96
97         R1*8 |   % 1-8
98
99         % Verse
100
101         r4 g8 a4. fs8 g ~ |   % 9
102         g4 a8 fs4. g8 g ~ |   % 10
103         g4 r r2 |   % 11
104         R1 |   % 12
105
106         r4 g8 a4. fs8 g ~ |   % 13
107         g4 a8 fs4. g8 g ~ |   % 14
108         g4 r r2 |   % 15
109         R1 |   % 16
110
111         r4 g8 a ~ a fs4. |   % 17
112         g4 a8 fs ~ fs g4. |   % 18
113         g4 fs8 e ~ e d4. |   % 19
114         R1 |   % 20
115
116         r4 g8 a ~ a fs4. |   % 21
117         g4 a fs g8 g ~ |   % 22
118         g2 r |   % 23
119         r2 a4 c |   % 24
120
121         % Prechorus
122
123         b4. a8 ~ a4 c |   % 25
124         b4. a8 ~ a4 c |   % 26
125         b4. a8 ~ a4 c |   % 27
126         b4. a8 ~ a4 c |   % 28
127
128         b4. a8 ~ a4 c |   % 29
129         b4. a8 ~ a8 b4 ( g8 ) |   % 30
130         g2 r2 |   % 31
131         r2 r4 g |   % 32
132
133         % Chorus
134
135         d'2 c4 b8 a ~ |   % 33
136         a2 r4 g |   % 34
137         d'2 c4 b8 g ~ |   % 35
138         g2 r4 g |   % 36
139
140         d'2 c4 b8 a ~ |   % 37
141         a2 c8 ( b4. ) |   % 38
142         g2 r |   % 39
143
144         R1 |   % 40
145
146         r2 r4 g |   % 41
147
148         % Chorus
149
150         d'2 c4 b8 a ~ |   % 41
151         a2 r4 g |   % 42
152         d'2 c4 b8 g ~ |   % 43
153         g2 r4 g |   % 44
154
155         d'2 c4 b8 a ~ |   % 45
156         a2 c8 ( b4. ) |   % 46
157         g2 r |   % 47
158         r2 a4 c |   % 48
159
160         % Prechorus
161
162         b4. a8 ~ a4 c |   % 49
163         b4. a8 ~ a4 c |   % 50
164         b4. a8 ~ a4 c |   % 51
165         b4. a8 ~ a4 c |   % 52
166
167         b4. a8 ~ a4 c |   % 53
168         b4. a8 ~ a8 b4 ( g8 ) |   % 54
169         g2 r2 |   % 55
170         r2 r4 g |   % 56
171
172         % Chorus
173
174         d'2 c4 b8 a ~ |   % 57
175         a2 r4 g |   % 58
176         << { \voiceOne \teeny d'8 d4. \normalsize } \context Voice = vb { \voiceTwo d2 } >> \oneVoice c4 b8 g ~ |   % 59
177         g2 r4 g |   % 60
178
179         d'2 c4 b8 a ~ |   % 61
180         a2 c8 ( b4. ) |   % 62
181         g2 r |   % 63
182         << { \voiceOne \teeny d'8 d4 e8 ( ~ e d ) d4 \normalsize } \context Voice = vb { \voiceTwo r2 r4 g, } >> \oneVoice |   % 64
183
184         % Outro
185
186         R1*8 |   % 65-72
187         r1-\fermata |   % 73
188 }
189
190
191 LeadVoxText = \lyricmode
192 {
193         Great is your faith -- _ ful -- ness O God, _
194         you wres -- tle with _ the sin -- ner's heart, _
195         you lead _ us by still wa -- _ ters and to mer -- _ cy,
196         and no -- _ thing can keep us a -- part. _
197
198         So re -- mem -- ber _ your peo -- ple _
199         re -- mem -- ber _ your chil -- dren, _
200         re -- mem -- ber _ your pro -- mise _
201         O _ God.
202
203         Your grace is e -- nough, _
204         your grace is e -- nough, _
205         your grace is e -- nough _
206         for _ me.
207
208         Your grace is e -- nough, _
209         your grace is e -- nough, _
210         your grace is e -- nough _
211         for _ me.
212
213         So re -- mem -- ber _ your peo -- ple _
214         re -- mem -- ber _ your chil -- dren, _
215         re -- mem -- ber _ your pro -- mise _
216         O _ God.
217
218         Your
219         <<
220         { grace is e -- nough, _
221         your grace _ is e -- nough, _
222         your grace is e -- nough _
223         for _ me. _ _ _ _ _ Your }
224
225         \new Lyrics = "verse2" \with { alignBelowContext = #"verse1" }
226         { \set associatedVoice = "Lead"
227         grace is e -- nough, _
228         Heaven reach -- ing down to us, _
229         your grace is e -- nough _
230         for _ me. God I see _ _ your
231         }
232
233         \new Lyrics = "verse3" \with { alignBelowContext = #"verse2" }
234         { \set associatedVoice = "Lead"
235         grace is e -- nough, _
236         I'm co -- vered in your love, _
237         your grace is e -- nough _
238         for _ me. _ _ _ _ _ _
239         }
240         >>
241 }
242
243 LeadVoxTextB = \lyricmode
244 {
245         Great is your love _ and jus -- tice God, _
246         you use the weak _ to lead the strong, _
247         you lead _ us in the song _ of your sal -- va -- _ tion,
248         and all _ your peo -- ple sing a -- long. _
249 }
250
251
252 Riffs = \relative c''
253 {
254         % Intro
255
256         \tiny
257 %{
258         d16 e fs d e fs d e fs d e fs d e fs d |   % 1
259         e16 fs d e fs d e fs d e fs d e fs d e |   % 2
260         fs16 d e fs d e fs d e fs d e fs d e fs |   % 3
261         d16 e fs d e fs d e fs d e fs d e fs d |   % 4
262 %}
263         \normalsize
264 }
265
266
267 %
268 % Chord names
269 %
270 Chords = \chordmode
271 {
272         % Intro
273
274         g1 |   % 1
275         d1:sus4 |   % 2
276         e1:m7 |   % 3
277         c1:3.5.9 |   % 4
278         g1 |   % 5
279         d1:sus4 |   % 6
280         c1:3.5.9 |   % 7
281         s1 |   % 8
282
283         % Verse
284
285         g1 |   % 9
286         g1/b |   % 10
287         c1:3.5.9 |   % 11
288         s1 |   % 12
289         e1:m7 |   % 13
290         d1:sus4 |   % 14
291         c1:3.5.9 |   % 15
292         s1 |   % 16
293
294         g1 |   % 17
295         g1/b |   % 18
296         c1:3.5.9 |   % 19
297         s1 |   % 20
298         e1:m7 |   % 21
299         d1:sus4 |   % 22
300         c1:3.5.9 |   % 23
301         s1 |   % 24
302
303         % Prechorus
304
305         a1:m7 |   % 25
306         g1/b |   % 26
307         c1:3.5.9 |   % 27
308         d1:sus4 |   % 28
309         e1:m7 |   % 29
310         g1 |   % 30
311         c1:3.5.9 |   % 31
312         s1 |   % 32
313
314         % Chorus
315
316         g1 |   % 33
317         d1:sus4 |   % 34
318         e1:m7 |   % 35
319         c1:3.5.9 |   % 36
320         g1 |   % 37
321         d1:sus4 |   % 38
322         c1:3.5.9 |   % 39
323
324         s1 |   % 40
325
326         s1 |   % 41
327
328         % Chorus
329
330         g1 |   % 41
331         d1:sus4 |   % 42
332         e1:m7 |   % 43
333         c1:3.5.9 |   % 44
334         g1 |   % 45
335         d1:sus4 |   % 46
336         c1:3.5.9 |   % 47
337         s1 |   % 48
338
339         % Prechorus
340
341         a1:m7 |   % 49
342         g1/b |   % 50
343         c1:3.5.9 |   % 51
344         d1:sus4 |   % 52
345         e1:m7 |   % 53
346         d4./fs g8 s2 |   % 54
347         c1:3.5.9 |   % 55
348         s1 |   % 56
349
350         % Chorus
351
352         g1 |   % 57
353         d1:sus4 |   % 58
354         e1:m7 |   % 59
355         c1:3.5.9 |   % 60
356         g1 |   % 61
357         d1:sus4 |   % 62
358         c1:3.5.9 |   % 63
359         s1 |   % 64
360
361         % Outro
362
363         g1 |   % 65
364         d1:sus4 |   % 66
365         e1:m7 |   % 67
366         c1:3.5.9 |   % 68
367         g1 |   % 69
368         d1:sus4 |   % 70
369         c1:3.5.9 |   % 71
370         s1 |   % 72
371         g1 |   % 73
372
373 }
374
375
376 %
377 % Chord rhythms
378 %
379 StaffC = \relative c
380 {
381         \numericTimeSignature
382         \override NoteHead #'style = #'slash
383         \stemDown
384         \teeny
385
386         % Intro
387
388         c4 c c c |   % 1
389         c4 c c c |   % 2
390         c4 c c c |   % 3
391         c4 c c c |   % 4
392         c4 c c c |   % 5
393         c4 c c c |   % 6
394         c4 c c c |   % 7
395         c4 c c c |   % 8
396
397         % Verse
398
399         c4 c c c |   % 9
400         c4 c c c |   % 10
401         c4 c c c |   % 11
402         c4 c c c |   % 12
403         c4 c c c |   % 13
404         c4 c c c |   % 14
405         c4 c c c |   % 15
406         c4 c c c |   % 16
407
408         c4 c c c |   % 17
409         c4 c c c |   % 18
410         c4 c c c |   % 19
411         c4 c c c |   % 20
412         c4 c c c |   % 21
413         c4 c c c |   % 22
414         c4 c c c |   % 23
415         c4 c c c |   % 24
416
417         % Prechorus
418
419         c4 c c c |   % 25
420         c4 c c c |   % 26
421         c4 c c c |   % 27
422         c4 c c c |   % 28
423         c4 c c c |   % 29
424         c4 c c c |   % 30
425         c4 c c c |   % 31
426         c4 c c c |   % 32
427
428         % Chorus
429
430         c4 c c c |   % 33
431         c4 c c c |   % 34
432         c4 c c c |   % 35
433         c4 c c c |   % 36
434         c4 c c c |   % 37
435         c4 c c c |   % 38
436         c4 c c c |   % 39
437
438         c4 c c c |   % 40
439
440         c4 c c c |   % 41
441
442         % Chorus
443
444         c4 c c c |   % 41
445         c4 c c c |   % 42
446         c4 c c c |   % 43
447         c4 c c c |   % 44
448         c4 c c c |   % 45
449         c4 c c c |   % 46
450         c4 c c c |   % 47
451         c4 c c c |   % 48
452
453         % Prechorus
454
455         c4 c c c |   % 49
456         c4 c c c |   % 50
457         c4 c c c |   % 51
458         c4 c c c |   % 52
459         c4 c c c |   % 53
460         c4 c8 c8 ~ c4 c |   % 54
461         c4 c c c |   % 55
462         c4 c c c |   % 56
463
464         % Chorus
465
466         c4 c c c |   % 57
467         c4 c c c |   % 58
468         c4 c c c |   % 59
469         c4 c c c |   % 60
470         c4 c c c |   % 61
471         c4 c c c |   % 62
472         c4 c c c |   % 63
473         c4 c c c |   % 64
474
475         % Outro
476
477         c4 c c c |   % 65
478         c4 c c c |   % 66
479         c4 c c c |   % 67
480         c4 c c c |   % 68
481         c4 c c c |   % 69
482         c4 c c c |   % 70
483         c4 c c c |   % 71
484         c4 c c c |   % 72
485         c1-\fermata |   % 73
486 }
487
488
489 Dynamics =
490 {
491         s1_\markup { \italic { snare pat. } } |   % 1
492         s1_\markup { \italic { simile } } |   % 2
493         s1*19
494         s1_\markup { \italic { spacy } } |   % 22
495         s1*5
496         s1 s \< s \! |   % 28
497         s1*22
498         s1_\markup { \italic { Last time } } |   % 51
499 }
500
501
502 \score
503 {
504         <<
505                 \Global         % The "roadmap" that everything else depends on
506
507                 \context Staff
508                 <<
509                         \new Voice = "lead" \LeadVox
510                         \new Voice = "riffs" \Riffs
511                         \new Lyrics = "verse1" \lyricsto "lead" \LeadVoxText
512                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
513                 >>
514
515                 \new ChoirStaff
516                 <<
517                         \new ChordNames \Chords
518                         \new RhythmicStaff << \StaffC \Dynamics >>
519                 >>
520
521                 \set Score.skipBars = ##t
522                 \set Score.melismaBusyProperties = #'()
523         >>
524 }
525
526
527 \paper
528 {
529         #(define fonts (make-pango-font-tree
530                 "Times New Roman"
531                 "LilyJAZZText"
532                 "Luxi Mono"
533                 (/ staffSize 20)))
534
535 % Don't spread staves vertically across last page (default: t)
536 %       ragged-last-bottom = ##f
537 % Don't spread staves vertically across the page (default: f)
538 %       ragged-bottom = ##t
539 % Allow partial line for last stave (default: f)
540         ragged-last = ##t
541
542 % To find out what's eating the space at the top...
543 %       annotate-spacing = ##t
544 }
545