]> Shamusworld >> Repos - music/blob - how-great-is-our-god.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / how-great-is-our-god.ly
1 % Missing: correct dynamics/directions, meas. 17 needs fixing (lyrics)
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 = #20
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 "How Great Is Our God" }
18         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "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) " (preliminary chart)")
21 }
22
23 % Useful tweak abbreviations (hn = harmony note)
24
25 hn = #(define-music-function (parser location arg) (ly:music?)
26 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
27
28   (set! (ly:music-property arg 'tweaks)
29     (acons 'font-size -3.5 (ly:music-property arg 'tweaks))) arg)
30
31
32 %
33 % Song's structure
34 %
35 Global =
36 {
37         \clef G
38         \key g \major
39         \numericTimeSignature
40         \time 4/4
41
42         \repeat volta 2
43         {
44                 % Intro
45
46                 s1*6 |   % -
47         }
48
49         \repeat volta 2
50         {
51                 % Verse
52
53                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
54         %       s1*0^\markup { \italic { 1X Snare, 2X Stick, 3X Spacey to B } }
55                 s1*12 \bar "||"   % -
56
57                 % Chorus
58
59                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
60         %       s1*0^\markup { \italic { (Snare) } }
61                 s1*8 |   % -
62         }
63
64
65         \repeat volta 2
66         {
67                 % Bridge
68
69                 \mark \markup { \override #'(font-family . sans) { \box { C } } }
70         %       s1*0^\markup { \italic { (Snare) } }
71                 s1*8 |   % -
72         }
73
74         % Chorus
75
76         s1*2 \bar "||"   % -
77
78         \mark \markup { \override #'(font-family . sans) { \box { D } } }
79         s1*8 |   % -
80
81         \repeat volta 2
82         {
83                 % Outro Chorus
84
85                 \mark \markup { \override #'(font-family . sans) { \box { E } } }
86                 s1*7 |   % -
87         }
88         \alternative
89         {
90                 {
91                         s1 |   %
92                 }
93                 {
94                         s1 \bar "|."   %
95                 }
96         }
97 }
98
99
100 %
101 % Lead vocal
102 %
103 LeadVox = \relative c'
104 {
105         % Intro
106
107         R1*5 |   % 1-5
108         r2 r4 r8 d |   % 6
109
110         % Verse
111
112         g4 d8 d ~ d4 b8 d ~ |   % 7
113         d2 r4 r8 \hn d |   % 8
114         g4 d8 d ~ d4 b8 d ~ |   % 9
115         d4 r8 b c b16 c ~ c b d8 ~ |   % 10
116         d4 r8 \hn b c b16 c ~ c b d8 ~ |   % 11
117         d2 r4 d8 g ~ |   % 12
118         g4 d8 d ~ d4 <b \hn fs'>8 d ~ |   % 13
119         d2 r4 r8 d |   % 14
120         g4 << { \voiceTwo d8 d ~ d4 b8 d ~ } \context Voice = vb { \voiceOne \tiny a'8 b g4 a4 \normalsize } >> |   % 15
121         %g a b g a g
122         << { \voiceTwo d,4 r8 b c b16 c ~ c b d8 ~ } \context Voice = vb { \voiceOne \tiny g4 r8 b b c16 b ~ b a g8 ~ \normalsize } >>|   % 16
123         << { \voiceTwo d4 r c8 b16 c ~ c b d8 ~ } \context Voice = vb { \voiceOne \tiny g4 r8 d g g16 g ~ g e a8 ~ \normalsize } >>|   % 17
124         << { \voiceTwo d,4 r r4. } \context Voice = vb { \voiceOne \tiny a'4. ( b8 ~ b4. ) \normalsize } >> \oneVoice d,8 |   % 18
125
126         % Chorus
127
128         g2 ~ g8 d a' g ~ |   % 19
129         g4. r8 b8 a16 a g4 |   % 20
130         g2 ~ g8 d a' g ~ |   % 21
131         g4 d b'8 a a g |   % 22
132         g2 ~ g8 r d a' ~ |   % 23
133         a2 r8 d, d g ~ |   % 24
134         g1 |   % 25
135         R1 |   % 26
136
137         % Bridge
138
139         b4 c8 b ~ b4 a ~ |   % 27
140         a8 g4. r4 \hn g8^\markup { \italic { 2nd X } } \hn a |   % 28
141         b4 c8 b ~ b4 a ~ |   % 29
142         a8 g4. r4 a8 b ~ |   % 30
143         b4 c8 b ~ b r d, a' ~ |   % 31
144         a2 ~ a8 d, <b' \hn a> <b \hn g> ~ |   % 32
145         <b \hn g>1 |   % 33
146         R1 |   % 34
147
148         R1 |   % 35
149         r2 r4 g |   % 36
150
151         % Chorus
152
153         g2 ~ g8 d a' g ~ |   % 37
154         g4. r8 b8 a16 a g4 |   % 38
155         g2 ~ g8 d a' g ~ |   % 39
156         g4 d b'8 a a g |   % 40
157         g2 ~ g8 r d a' ~ |   % 41
158         a2 r8 d, d g ~ |   % 42
159         g1 |   % 43
160         r2 r4 g |   % 44
161
162         % Outro Chorus
163
164         g2 ~ g8 d a' g ~ |   % 45
165         g2 ~ g8 r g4 |   % 46
166         g2 ~ g8 d a' g ~ |   % 47
167         g2 ~ g8 r g4 |   % 48
168         g2 ~ g8 r d a' ~ |   % 49
169         a2 r8 d, d g ~ |   % 50
170         g1 |   % 51
171
172         r2 r4 g |   % 52
173
174         R1-\fermata |   % 53
175 }
176
177
178 LeadVoxText = \lyricmode
179 {
180         The splen -- dor of _ a king, _
181         _ clothed in maj -- _ es -- ty, _
182         let all the Earth _ re -- joice, _ _ all the Earth _ re -- joice. _
183
184         He wraps _ him -- self _ in light, _
185         and dark -- ness tries _ to hide, _
186         and trem -- bles at _ his voice, _ trem -- bles at _ his voice. _
187
188         How great _ is our God, _ sing with me,
189         how great _ is our God, _ and all will see
190         how great, _ how great, _ is our God. _
191
192         Name a -- bove _ all _ names,
193         you are wor -- thy of _ all _ praise,
194         my heart _ will sing _ how great _ _ is our God _
195
196         How great _ is our God, _ sing with me,
197         how great _ is our God, _ and all will see
198         how great, _ how great, _ is our God. _
199
200         How great _ is our God, _ _
201         how great _ is our God, _ _
202         how great, _ how great, _ is our God. _
203
204         How
205 }
206
207 LeadVoxTextB = \lyricmode
208 {
209         _ Age to age _ he stands, _
210         and time is in _ his hands, _
211         be -- gin -- ning and _ the end, _ be -- gin -- ning and _ the end. _
212
213         The God -- _ head three _ in one, _
214         _ Fa -- ther, Spi -- rit and _ Son,
215         the li -- on and _ the lamb, _ the  li -- on and _ the lamb. _
216 }
217
218
219 Riffs = \relative c''
220 {
221         % Intro
222
223 %{
224         \tiny
225         \repeat "percent" 3   % 1 - 6
226         {
227                 << { \tiny f16 c f, <f' f,> ~ <f f,> f, c' f f8 e } \\ { \tiny f,,2 c'4 } >> |   % 1
228                 << { \tiny f'16 c f, <f' f,> ~ <f f,> f, c' f f8 e } \\ { \tiny bf,2 c4 } >> |   % 2
229         }
230         << s2. \\ { \tiny d2 c4 } >> |   % 7
231         << s2. \\ { \tiny bf2. } >> |   % 8
232
233         s2.*7
234
235         \voiceOne
236         \repeat "percent" 6 { f''16 c f, <f' f,> ~ <f f,> f, c' f f8 e | }   % 16-21
237         \oneVoice
238
239         s2.*7
240
241         \voiceOne
242         \repeat "percent" 2 { f16 c f, f' ~ f f, c' f f8 e | }   % 29-30
243         \oneVoice
244
245         \key g \major
246
247         \voiceOne
248         \repeat "percent" 2 { g16 d g, g' ~ g g, d' g g8 fs | }   % 31-32
249         \oneVoice
250
251         s2.*7
252
253         \voiceOne
254         \repeat "percent" 4 { g16 d g, g' ~ g g, d' g g8 fs | }   % 40-43
255         \oneVoice
256         \normalsize
257 %}
258 }
259
260
261 %
262 % Chord names
263 %
264 Chords = \chordmode
265 {
266         % Intro
267
268         g1:3.5.9 |   %
269         s1 |   %
270         e1:m7 |   %
271         s1 |   %
272         c1:3.5.9 |   %
273         s1 |   %
274
275         % Verse
276
277         g1:3.5.9 |   %
278         s1 |   %
279         e1:m7 |   %
280         s1 |   %
281         c1:3.5.9 |   %
282         s1 |   %
283         g1:3.5.9 |   %
284         s1 |   %
285         e1:m7 |   %
286         s1 |   %
287         c1:3.5.9 |   %
288         s1 |   %
289
290         % Chorus
291
292         g1:3.5.9 |   %
293         s1 |   %
294         e1:m7 |   %
295         s1 |   %
296         c1:3.5.9 |   %
297         d1 |   %
298         g1:3.5.9 |   %
299         s1 |   %
300
301         % Bridge
302
303         g1:3.5.9 |   %
304         s1 |   %
305         e1:m7 |   %
306         s1 |   %
307         c1:maj9 |   %
308         d1 |   %
309         g1:3.5.9 |   %
310         s1 |   %
311
312         s1 |   %
313         s1 |   %
314
315         % Chorus
316
317         g1:3.5.9 |   %
318         s1 |   %
319         e1:m7 |   %
320         s1 |   %
321         c1:3.5.9 |   %
322         d1 |   %
323         g1:3.5.9 |   %
324         s1 |   %
325
326         % Outro Chorus
327
328         g1:3.5.9 |   %
329         s1 |   %
330         e1:m7 |   %
331         s1 |   %
332         c1:3.5.9 |   %
333         d1 |   %
334         g1:3.5.9 |   %
335
336         s1 |   %
337
338         s1 |   %
339 }
340
341
342 %
343 % Chord rhythms
344 %
345 StaffC = \relative c
346 {
347         \numericTimeSignature
348         \override NoteHead #'style = #'slash
349         \teeny
350
351         % Intro
352
353         c4 c c c |   %
354         c4 c c c |   %
355         c4 c c c |   %
356         c4 c c c |   %
357         c4 c c c |   %
358         c4 c c c |   %
359
360         % Verse
361
362         c4 c c c |   %
363         c4 c c c |   %
364         c4 c c c |   %
365         c4 c c c |   %
366         c4 c c c |   %
367         c4 c c c |   %
368         c4 c c c |   %
369         c4 c c c |   %
370         c4 c c c |   %
371         c4 c c c |   %
372         c4 c c c |   %
373         c4 c c c |   %
374
375         % Chorus
376
377         c4 c c c |   %
378         c4 c c c |   %
379         c4 c c c |   %
380         c4 c c c |   %
381         c4 c c c |   %
382         c4 c c c |   %
383         c4 c c c |   %
384         c4 c c c |   %
385
386         % Bridge
387
388         c4 c c c |   %
389         c4 c c c |   %
390         c4 c c c |   %
391         c4 c c c |   %
392         c4 c c c |   %
393         c4 c c c |   %
394         c4 c c c |   %
395         c4 c c c |   %
396
397         c4 c c c |   %
398         c4 c c c |   %
399
400         % Chorus
401
402         c4 c c c |   %
403         c4 c c c |   %
404         c4 c c c |   %
405         c4 c c c |   %
406         c4 c c c |   %
407         c4 c c c |   %
408         c4 c c c |   %
409         c4 c c c |   %
410
411         % Outro Chorus
412
413         c4 c c c |   %
414         c4 c c c |   %
415         c4 c c c |   %
416         c4 c c c |   %
417         c4 c c c |   %
418         c4 c c c |   %
419         c4 c c c |   %
420
421         c4 c c c |   %
422
423         c1-\fermata |   %
424 }
425
426
427 Dynamics =
428 {
429 %       s1_\markup { \italic { Cym. Colors, Hi Gtr, Piano } }
430         s2._\p
431         s2.
432         s4. s_\<
433         s2.
434         s2._\f
435         s2.*3
436         s2._\mf
437         s2.
438         s2._\markup { \italic { Sim. } }
439         s2.*11
440         s4. s_\<
441         s2.
442
443         s2._\f
444         s2.*6
445         s4._\< s_\!
446         s2.*9
447         s2._\>
448         s2._\mf
449         s2.*2
450         s2._\markup { \italic { Rit. Last X } }
451 %{
452         s4_\markup { \italic { snare pat. } } s2 |   % 1
453         s4_\markup { \italic { simile } } s2 |   % 2
454         s2.*19
455         s4_\markup { \italic { spacy } } s2 |   % 22
456         s2.*5
457         s4 s \< s \! |   % 28
458         s2.*22
459         s4_\markup { \italic { Last time } } s2 |   % 51
460 %}
461 }
462
463
464 \score
465 {
466         <<
467                 \Global         % The "roadmap" that everything else depends on
468
469                 \context Staff
470                 <<
471                         \new Voice = "lead" \LeadVox
472                         \new Voice = "riffs" \Riffs
473                         \new Lyrics \lyricsto "lead" \LeadVoxText
474                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
475                 >>
476
477                 \new ChoirStaff
478                 <<
479                         \new ChordNames \Chords
480                         \new RhythmicStaff << \StaffC \Dynamics >>
481                 >>
482
483                 \set Score.skipBars = ##t
484                 \set Score.melismaBusyProperties = #'()
485         >>
486 }
487
488
489 \paper
490 {
491         #(define fonts (make-pango-font-tree
492                 "Times New Roman"
493                 "LilyJAZZText"
494                 "Luxi Mono"
495                 (/ staffSize 20)))
496
497 % Don't spread staves vertically across last page (default: t)
498 %       ragged-last-bottom = ##f
499 % Don't spread staves vertically across the page (default: f)
500 %       ragged-bottom = ##t
501 % Allow partial line for last stave (default: f)
502         ragged-last = ##t
503
504 % To find out what's eating the space at the top...
505 %       annotate-spacing = ##t
506 }
507