]> Shamusworld >> Repos - music/blob - i-will-praise-him-still.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / i-will-praise-him-still.ly
1 \version "2.19.0"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 % Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26)
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 "I Will Praise Him Still" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Fernando Ortega" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. John Wierick" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21 % Useful tweak abbreviations (hn = harmony note)
22
23 hn = #(define-music-function (parser location arg) (ly:music?)
24 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
25
26   (set! (ly:music-property arg 'tweaks)
27     (acons 'font-size -3.0 (ly:music-property arg 'tweaks))) arg)
28
29
30 %
31 % Song's structure
32 %
33 Global =
34 {
35         \clef G
36         \key g \major
37         \numericTimeSignature
38         \time 4/4
39
40         % Intro
41
42         s1*4 |   % 1-4
43         \time 2/4 s2 \time 4/4 |   % 5
44         s1 |   % 6
45
46         \repeat volta 2
47         {
48                 % Verse
49
50                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
51
52                 s1*3 |   % 7-9
53                 \time 2/4 s2 \time 4/4 |   % 10
54                 s1*4 |   % 11-14
55                 \time 2/4 s2 \time 4/4 |   % 15
56                 s1 \bar "||"   % 16
57
58                 % Chorus
59
60                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
61
62                 s1*3 | % 17-19
63                 \time 2/4 s2 \time 4/4 |   % 20
64         }
65         \alternative
66         {
67                 {
68                         s1 \bar "||"   % 21
69                         s1*3 |   % 22-24
70                         \time 2/4 s2 \time 4/4 |   % 25
71                         s1*2 |   % 26-27
72                 }
73                 {
74                         s1*2 |   % 28-29
75                 }
76         }
77
78         s1*2 |   % 30-31
79         \time 2/4 s2 \time 4/4 |   % 32
80         s1 \bar "||"   % 33
81
82         % Verse
83
84         s1*3 |   % 34-36
85         \time 2/4 s2 \time 4/4 |   % 37
86         s1*2 |   % 38-39
87
88         \repeat volta 2
89         {
90                 % Interlude
91
92                 \mark \markup { \override #'(font-family . sans) { \box { C } } }
93                 s1*4 |   % 40-43
94         }
95
96         % Chorus
97
98         \mark \markup { \override #'(font-family . sans) { \box { D } } }
99         s1*3 |   % 44-46
100         \time 2/4 s2 \time 4/4 |   % 47
101         s1*4 |   % 48-51
102         \time 2/4 s2 \time 4/4 |   % 52
103         s1 \bar "||"   % 53
104
105         % Verse outro
106
107         \mark \markup { \override #'(font-family . sans) { \box { E } } }
108         s1*3 |   % 54-56
109         \time 2/4 s2 \time 4/4 | % 57
110         s1*2 \bar "|."   % 58-59
111 }
112
113
114 %
115 % Lead vocal
116 %
117 LeadVox = \relative c''
118 {
119         \clef G
120
121         % Intro
122
123         s1*4 | % 1-4
124         s2 | % 5
125         r2 r4 g8 fs | % 6
126
127         % Verse
128
129         e4 e d d8 g | % 7
130         a4 a b b8 a | % 8
131         g4 e d d8 g | % 9
132         a4 a | % 10
133         g2 r4 g8 fs | % 11
134
135         e4 e d d8 g | % 12
136         a4 a b b8 a | % 13
137         g4 e d d8 g | % 14
138         a4 a | % 15
139         g2 r4 b8 d | % 16
140
141         % Chorus
142
143         <d \hn fs>4 <d \hn fs> <d \hn g>4 b8 ( a16 g ) | % 17
144         <a \hn d>4 <a \hn d> <b \hn d> b8 d | % 18
145         <e \hn g>4 <e \hn g> <d \hn fs> b8 a | % 19
146         g4 b | % 20
147
148         a2 r4 g8 fs | % 21
149         e4 e d d8 g | % 22
150         a4 a b b8 a | % 23
151         g4 e d d8 g | % 24
152         a4 a | % 25
153         g2. r4 | % 26
154         r2 r4 g8 fs | % 27
155
156         a2 r4 e'8 e | % 28
157         d4 d d b8 ( a16 g ) | % 29
158
159         a4 a b b8 d | % 30
160         e4 e d b8 a | % 31
161         g4 b | % 32
162         a2 r4 g8 fs | % 33
163
164         % Verse
165
166         e4 e d d8 g | % 34
167         a4 a b b8 a | % 35
168         g4 e d d8 g | % 36
169         a4 a | % 37
170         g2. r4 | % 38
171         R1 | % 39
172
173         % Interlude
174
175         s1 | % 40
176         s1 | % 41
177         s1 | % 42
178         \voiceOne s2. <e' \hn g>8 <e \hn fs> \oneVoice | % 43
179
180         % Chorus
181
182         d4 d d b8 ( a16 g ) | % 44
183         a4 a b b8 d | % 45
184         e4 e d b8 a | % 46
185         g4 b | % 47
186         a2 r4 e'8 e | % 48
187
188         d4 d d b8 ( a16 g ) | % 49
189         a4 a b b8 d | % 50
190         e4 e d b8 a | % 51
191          g4 b | % 52
192         a2 r4 g8 fs | % 53
193
194         % Verse outro
195
196         e4 e d d8 g | % 54
197         a4 a b b8 a | % 55
198         g4 e d d8 g | % 56
199         a4 a | % 57
200         g1 ~ | % 58
201         g1^\fermata | % 59
202 }
203
204
205 LeadVoxText = \lyricmode
206 {
207         When the mor- ning falls on the far- thest hill
208         I will sing his name, I will praise him still
209
210         When dark tri- als come and my heart is filled
211         with the weight of doubt, I will praise him still
212
213         For the Lord our God is __ _ _ strong to save,
214         from the arms of death, from the deep- est grave
215
216         And he gave us life in his per- fect will
217         and by his good grace, I will praise him still.
218
219         When the
220         grave
221
222         For the Lord our God is __ _ _ strong to save,
223         from the arms of death, from the deep- est grave
224
225         And he gave us life in his per- fect will
226         and by his good grace, I will praise him still.
227
228         For the Lord our God is __ _ _ strong to save,
229         from the arms of death, from the deep- est grave
230
231         For the Lord our God is __ _ _ strong to save,
232         from the arms of death, from the deep- est grave
233
234         And he gave us life in his per- fect will
235         and by his good grace, I will praise him still.
236 }
237
238
239 Riffs = \relative c'''
240 {
241         % Intro
242
243         \tiny
244         r2. g8 fs | % 1
245         e4 e d d8 g | % 2
246         a4 a b b16 c32 b a16 g | % 3
247         g4 e d d8 g | % 4
248         a4 a | % 5
249         g1 | % 6
250
251         % Verse
252
253         s1 | % 7
254         s1 | % 8
255         s1 | % 9
256         s2 | % 10
257         s1 | % 11
258
259         s1 | % 12
260         s1 | % 13
261         s1 | % 14
262         s2 | % 15
263         s1 | % 16
264
265         % Chorus
266
267         s1 | % 17
268         s1 | % 18
269         s1 | % 19
270         s2 | % 20
271
272         s1 | % 21
273         s1 | % 22
274         s1 | % 23
275         s1 | % 24
276         s2 | % 25
277         s1 | % 26
278         s1 | % 27
279
280         s1 | % 28
281         s1 | % 29
282
283         s1 | % 30
284         s1 | % 31
285         s2 | % 32
286         s1 | % 33
287
288         % Verse
289
290         s1 | % 34
291         s1 | % 35
292         s1 | % 36
293         s2 | % 37
294         s1 | % 38
295         s1 | % 39
296
297         % Interlude
298
299         << { \tiny e4 e d d8 g } \\ { \tiny <c, g>2 <b g> } >> | % 40
300         << { a'4 a b b8 a } \\ { <a, fs>2 b16 c b a g8 fs } >> | % 41
301         << { g'4 e d d8 g } \\ { e,4. g16 a b8 g d b' } >> | % 42
302         << { a'4 a b16 c b a s4 } \\ { a,4. g16 fs g4 b8 g } >> | % 43
303
304         % Chorus
305
306         s1 | % 44
307         s1 | % 45
308         s1 | % 46
309         s2 | % 47
310         s1 | % 48
311         s1 | % 49
312         s1 | % 50
313         s1 | % 51
314         s2 | % 52
315         s1 | % 53
316
317         % Verse outro
318
319         s1 | % 54
320         s1 | % 55
321         s1 | % 56
322         s2 | % 57
323         s1 | % 58
324         s1 | % 59
325         \normalsize
326 }
327
328
329 %
330 % Chord names
331 %
332 Chords = \chordmode
333 {
334         % Intro
335
336         s1 | % 1
337         c2/g g | % 2
338         d2/fs e:m | % 3
339         a2:m g/b | % 4
340         d2 | % 5
341         g1 | % 6
342
343         % Verse
344
345         c2 g/b | % 7
346         d2 g | % 8
347         a2:m g/b | % 9
348         d2 | % 10
349         g1 | % 11
350
351         c2/g g | % 12
352         d2/fs e:m | % 13
353         a2:m g/b | % 14
354         d2 | % 15
355         g1 | % 16
356
357         % Chorus
358
359         d2 g | % 17
360         d2/fs g | % 18
361         e2:m b:m | % 19
362         c | % 20
363
364         d1 | % 21
365         c2 g/b | % 22
366         d2 e:m | % 23
367         a2:m g/b | % 24
368         d2 | % 25
369         g1 | % 26
370         s1 | % 27
371
372         d1 | % 28
373         d2 g | % 29
374
375         d2/fs g | % 30
376         e2:m b:m | % 31
377         c2 | % 32
378         d1 | % 33
379
380         % Verse
381
382         c2 g/b | % 34
383         d2 e:m | % 35
384         a2:m7 g/b | % 36
385         d2 | % 37
386         g1 | % 38
387         s1 | % 39
388
389         % Interlude
390
391         c2/g g | % 40
392         d2/fs g | % 41
393         c2/g g | % 42
394         d2/fs g | % 43
395
396         % Chorus
397
398         d2 g | % 44
399         d2:/fs g | % 45
400         e2:m b:m7 | % 46
401         c2 | % 47
402         d1 | % 48
403         d2 g | % 49
404         d2/fs g | % 50
405         e2:m b:m7 | % 51
406         c2 | % 52
407         d1 | % 53
408
409         % Verse outro
410
411         c2 g/b | % 54
412         d2 e:m | % 55
413         a2:m g/b | % 56
414         d2 | % 57
415         g1 | % 58
416         s1 | % 59
417 }
418
419
420 %
421 % Chord rhythms
422 %
423 StaffC = \relative c
424 {
425         \numericTimeSignature
426         \override NoteHead #'style = #'slash
427         \teeny
428
429         % Intro
430
431         s1 | % 1
432         c4 c c c | % 2
433         c4 c c c | % 3
434         c4 c c c | % 4
435         c4 c | % 5
436         c4 c c c | % 6
437
438         % Verse
439
440         c4 c c c | % 7
441         c4 c c c | % 8
442         c4 c c c | % 9
443         c4 c | % 10
444         c4 c c c | % 11
445
446         c4 c c c | % 12
447         c4 c c c | % 13
448         c4 c c c | % 14
449         c4 c | % 15
450         c4 c c c | % 16
451
452         % Chorus
453
454         c4 c c c | % 17
455         c4 c c c | % 18
456         c4 c c c | % 19
457         c4 c | % 20
458
459         c4 c c c | % 21
460         c4 c c c | % 22
461         c4 c c c | % 23
462         c4 c c c | % 24
463         c4 c | % 25
464         c4 c c c | % 26
465         c4 c c c | % 27
466
467         c4 c c c | % 28
468         c4 c c c | % 29
469
470         c4 c c c | % 30
471         c4 c c c | % 31
472         c4 c | % 32
473         c4 c c c | % 33
474
475         % Verse
476
477         c4 c c c | % 34
478         c4 c c c | % 35
479         c4 c c c | % 36
480         c4 c | % 37
481         c4 c c c | % 38
482         c4 c c c | % 39
483
484         % Interlude
485
486         c4 c c c | % 40
487         c4 c c c | % 41
488         c4 c c c | % 42
489         c4 c c c | % 43
490
491         % Chorus
492
493         c4 c c c | % 44
494         c4 c c c | % 45
495         c4 c c c | % 46
496         c4 c | % 47
497         c4 c c c | % 48
498         c4 c c c | % 49
499         c4 c c c | % 50
500         c4 c c c | % 51
501         c4 c | % 52
502         c1 | % 53
503
504         % Verse outro
505
506         c2 c | % 54
507         c2 c | % 55
508         c2 c | % 56
509         c4 c | % 57
510         c1 ~ | % 58
511         c1^\fermata | % 59
512 }
513
514
515 Dynamics =
516 {
517         s1*31 s2*7 |   % 1-38
518         s4 \> s s s \! |   % 39
519         s1*11 s2*2 |   % 40-52
520         s4 \> s s s \! |   % 53
521 }
522
523
524 \score
525 {
526         <<
527                 \Global         % The "roadmap" that everything else depends on
528
529                 \context Staff
530                 <<
531                         \new Voice = "lead" \LeadVox
532                         \new Voice = "riffs" \Riffs
533                         \new Lyrics \lyricsto "lead" \LeadVoxText
534                 >>
535
536                 \new ChoirStaff
537                 <<
538                         \new ChordNames \Chords
539                         \new RhythmicStaff << \StaffC \Dynamics >>
540                 >>
541
542                 \set Score.skipBars = ##t
543                 \set Score.melismaBusyProperties = #'()
544         >>
545 }
546
547
548 \paper
549 {
550         #(define fonts (make-pango-font-tree
551                 "Times New Roman"
552                 "LilyJAZZText"
553                 "Luxi Mono"
554                 (/ staffSize 20)))
555
556 % Don't spread staves vertically across last page (default: t)
557 %       ragged-last-bottom = ##f
558 % Don't spread staves vertically across the page (default: f)
559 %       ragged-bottom = ##t
560 % Allow partial line for last stave (default: f)
561         ragged-last = ##t
562
563 % To find out what's eating the space at the top...
564 %       annotate-spacing = ##t
565 }
566