]> Shamusworld >> Repos - music/blob - word-of-god-speak.ly
Added various charts.
[music] / word-of-god-speak.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 = #16
7 #(set-default-paper-size "letter")
8 #(set-global-staff-size staffSize)
9 #(ly:set-option (quote no-point-and-click))
10
11 \header
12 {
13 %Let's bump up the title size and switch to the chord font. :-)
14
15         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Word Of God, Speak" }
16 %       composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
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 % Song's structure
31 %
32
33 Global =
34 {
35         \key c \major
36         \override Staff.TimeSignature #'style = #'()
37         \time 4/4
38
39         % Intro
40
41         \once \override TextScript #'padding = #2.0
42         s1*0^\markup { \large \italic { Piano only } }
43
44         s1*4 \bar "||"   % 1-4
45
46         % Verse
47
48         \mark \markup { \override #'(font-family . sans) { \box { A } } }
49         s1*8 \bar "||"   % 5-12
50
51         % Chorus
52
53         \mark \markup { \override #'(font-family . sans) { \box { B } } }
54         s1*8 \bar "||"   % 13-20
55
56         % Midtro
57
58         \mark \markup { \override #'(font-family . sans) { \box { B2 } } }
59         s1*4 \bar "||"   % 21-24
60
61         % Verse
62
63         \mark \markup { \override #'(font-family . sans) { \box { C } } }
64         s1*8 \bar "||"   % 25-32
65
66         % Chorus
67
68         \mark \markup { \override #'(font-family . sans) { \box { D } } }
69         s1*8 \bar "||"   % 33-40
70
71         \mark \markup { \override #'(font-family . sans) { \box { E } } }
72         s1*9 \bar "||"   % 41-49
73
74         \mark \markup { \override #'(font-family . sans) { \box { F } } }
75         s1*4 \bar "|."  % 96-100
76 }
77
78
79 %
80 % Lead vocal
81 %
82
83 LeadVox = \relative c'
84 {
85 %       \set Voice.autoBeaming = ##f
86 %       \set Staff.instrumentName = #"Lead vox"
87         \clef G
88         \key c \major
89         \override Staff.TimeSignature #'style = #'()
90         \time 4/4
91 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
92
93         % Intro
94
95         r1 |   % 1
96         r1 |   % 2
97         r1 |   % 3
98         r4 r8. c16 e8 g a g ~ |   % 4
99
100         % Verse
101
102         g2 ~ g8 e16 g a4 ~ |   % 5
103         a16 g g8 ~ g4 r g8 g16 g |   % 6
104         c,16 c8. c4 r c16 d8. ~ |   % 7
105         d8 c ~ c8. c16  e8 g a g ~ |   % 8
106
107         g2 ~ g8. e16 a4 ~ |   % 9
108         a16 g g8 ~ g2 g8 g16 g ~ |   % 10
109         g2 r8. g16 c d8 d16 ~ |   % 11
110         d2 <c, \hn e>8 <d \hn f>16 <e \hn g> ~ <e \hn g>8 <e \hn g> ~ |   % 12
111
112         % Chorus
113
114         <e \hn g>4 r8 <g, \hn c>16 <g \hn c> <e' \hn g>8 <d \hn f> <c \hn e> <d \hn g> ~ |   % 13
115         <d \hn g>4 r <d \hn g>8 <d \hn g> <e \hn g> <d \hn g> ~ |   % 14
116         <d \hn g>8 <c \hn f>16 <c \hn f> ~ <c \hn f>2 <a \hn c>8 <d \hn g> ~ |   % 15
117         <d \hn g>8 <c \hn f>16 <c \hn f> r8. <a \hn c>16 <\hn g c \hn e>8 <\hn a d \hn f> <\hn c e \hn g> <\hn c e \hn g> ~ |   % 16
118
119         <\hn c e \hn g>4 r8.<g \hn e'>16 <\hn c e \hn g>8 <\hn a d \hn f> <\hn g c \hn e> <\hn c d \hn g> ~ |   % 17
120         <\hn c d \hn g>4 r <\hn b d \hn g>8 <\hn b d \hn g> <\hn c e \hn g> <\hn bf d \hn g> ~ |   % 18
121         <\hn bf d \hn g>8 <\hn bf c \hn f>16 <\hn bf c \hn f> ~ <\hn bf c \hn f>4 r8 <a \hn c> <c \hn f> <\hn a d \hn g> ~ |   % 19
122         <\hn a d \hn g>8 <\hn a c \hn f>16 <\hn a c \hn f> ~ <\hn a c \hn f>4 <g \hn g'>8 <g \hn g'>16 <g \hn g'> ~ <g \hn g'>8 <g \hn g'> ~ |   % 20
123
124         % Midtro
125
126         <g \hn g'>4 r r2 |   % 21
127         r1 |   % 22
128         r1 |   % 23
129         r4 r8. <\hn g c>16 <\hn c e>8 <\hn e g> <\hn f a> <\hn e g> ~ |   % 24
130
131         % Verse
132
133         <\hn e g>4 r r8 <\hn c e>16 <\hn e g> <\hn f a>4 ~ |   % 25
134         <\hn f a>16 <\hn e g> <\hn e g>8 ~ <\hn e g>4 r8. g16 g8 g16 g ~ |   % 26
135         g16 c,8. r4 r8. c16 c8 d16 c16 ~ |   % 27
136         c4 r <\hn c e>8 <\hn e g> <\hn f a> <\hn e g> ~ |   % 28
137
138         <\hn e g>4 r r8 <\hn c e>16 <\hn e g> <\hn f a>4 ~ |   % 29
139         <\hn f a>16 <\hn e g> <\hn e g>8 ~ <\hn e g>4 r8. g16 g8 g16 g ~ |   % 30
140         g16 g r8 r4 r <\hn g, c \hn f>16 <\hn c d \hn g>8 <\hn c d \hn g>16 ~ |   % 31
141         <\hn c d \hn g>4 r <\hn g c \hn e>8 <\hn a d \hn f>16 <\hn c e \hn g> ~ <\hn c e \hn g>8 <\hn c e \hn g> ~ |   % 32
142
143         % Chorus
144
145         <\hn c e \hn g>4 r8 <\hn g c>16 <\hn g c> <\hn c e \hn g>8 <\hn a d \hn f> <\hn g c \hn e> <\hn c d \hn g> ~ |   % 33
146         <\hn c d \hn g>2 <\hn b d \hn g>8 <\hn b d \hn g> <\hn c e \hn g> <\hn bf d \hn g> ~ |   % 34
147         <\hn bf d \hn g>8 <\hn bf c \hn f>16 <\hn bf c \hn f> ~ <\hn bf c \hn f>2 <a \hn c>8 <\hn a d \hn g> ~ |   % 35
148         <\hn a d \hn g>8 <\hn a c \hn f>16 <\hn a c \hn f> r8. <a \hn c>16 <\hn g c \hn e>8 <\hn a d \hn f> <\hn c e \hn g> <\hn c e \hn g> ~ |   % 36
149
150         <\hn c e \hn g>4 r8.<g \hn e>16 <\hn c e \hn g>8 <\hn a d \hn f> <\hn g c \hn e> <\hn c d \hn g> ~ |   % 37
151         <\hn c d \hn g>4 r <\hn b d \hn g>8 <\hn b d \hn g> <\hn c e \hn g> <\hn bf d \hn g> ~ |   % 38
152         <\hn bf d \hn g>8 <\hn bf c \hn f>16 <\hn bf c \hn f> ~ <\hn bf c \hn f>4 r8 <a \hn c> <c \hn f> <\hn a d \hn g> ~ |   % 39
153         <\hn a d \hn g>8 <\hn a c \hn f>16 <\hn a c \hn f> ~ <\hn a c \hn f>4 <\hn g f' \hn g>8 <\hn a e' \hn a>16 <\hn c d \hn g \hn c> ~ <\hn c c \hn g' \hn c>8 <\hn c e \hn g \hn c> ~ |   % 40
154
155         <\hn c e \hn g \hn c>4 r8 <\hn g c \hn e \hn g>16 <\hn g c \hn e \hn g> <\hn c \hn e g \hn c>8 <\hn a \hn d f \hn a> <\hn g \hn c e \hn g> <\hn g \hn c e \hn g> ~ |   % 41
156         <\hn g \hn c d \hn g>4 r <\hn g \hn b d \hn g>8 <\hn g \hn b d \hn g> <\hn a \hn c e \hn g> <\hn bf d \hn g> ~ |   % 42
157         <\hn bf d \hn g>8 <\hn bf c \hn f>16 <\hn bf c \hn f> ~ <\hn bf c \hn f>4 r <a \hn c>8 <\hn a d \hn g> ~ |   % 43
158         <\hn a d \hn g>8 <\hn a c \hn f>16 <\hn a c \hn f> r8. <a \hn c \hn f>16 <\hn g c \hn e \hn g>8 <\hn a d \hn f \hn a> <\hn c e \hn g \hn c> <\hn c e \hn g \hn c> ~ |   % 44
159
160         <\hn c e \hn g \hn c>4 r8. <c \hn e \hn g>16 <\hn c \hn e g \hn c>8 <\hn a \hn d f \hn a> <\hn g \hn c e \hn g> <\hn g \hn c e \hn g> ~ |   % 45
161         <\hn g \hn c d \hn g>4 r <\hn g \hn b d \hn g>8 <\hn g \hn b d \hn g> <\hn a \hn c e \hn g> <\hn bf d \hn g> ~ |   % 46
162         <\hn bf d \hn g>8 <\hn bf c \hn f>16 <\hn bf c \hn f> ~ <\hn bf c \hn f>4 r8 <a \hn c> <c \hn f> <\hn a d \hn g> ~ |   % 47
163         <\hn a d \hn g>8 <\hn a c \hn f>16 <\hn a c \hn f> ~ <\hn a c \hn f>2 r4 |   % 48
164         r4 r8. c16 e8 g a g ~ |   % 49
165
166         % End
167
168         g2 r8 e16 g a4 ~ |   % 50
169         a16 g g8 ~ g4 r g8 g16 g |   % 51
170         c,16 c8. c4 r c16 d8. ~ |   % 52
171         d8 c ~ c2.-\fermata |   % 53
172 }
173
174 LeadVoxText = \lyricmode
175 {
176         I'm find -- ing my -- self _ _ at a loss _ for words _
177         and the fun -- ny thing is, it's o -- _ kay _
178         The last thing I need _ _ is to _ be heard _
179         but to hear _ what you might say _
180
181         Word of God _ speak, _ would you pour down like rain, _
182         wash -- ing my eyes _ to see _ your ma -- _ jes -- ty
183         To be still and know _ that you're in this place, _
184         please let me stay _ and rest _ in your ho -- _ li -- ness _
185         Word of God _ speak. _
186
187         I'm find -- in' my -- self _ in the midst _ of you _
188         be -- yond the mu -- _ sic, be -- yond the noise, _
189         all that I need _ is to be _ with you, _
190         and in the qui -- _ et, hear your voice, _
191
192         Word of God _ speak, _ would you pour down like rain, _
193         wash -- ing my eyes _ to see _ your ma -- _ jes -- ty
194         To be still and know _ that you're in this place, _
195         please let me stay _ and rest _ in your ho -- _ li -- ness _
196
197         Word of God _ speak, _ would you pour down like rain, _
198         wash -- ing my eyes _ to see _ your ma -- _ jes -- ty
199         To be still and know _ that you're in this place, _
200         please let me stay _ and rest _ in your ho -- _ li -- ness _
201
202         I'm find -- ing my -- self _ at a loss _ for words _
203         and the fun -- ny thing is, it's o -- _ kay _
204 }
205
206
207 Riffs = \relative c''
208 {
209 %{
210         \clef G
211         \key c \major
212         \override Staff.TimeSignature #'style = #'()
213         \time 4/4
214 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
215
216         % Intro
217
218 \tiny
219         r8 g16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. ~  |   % 1
220         c8 g16 d' ~ d c8 b16 ~ b8. c16 ~ c16 d8. ~ |   % 2
221         d8 g,16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. ~ |   % 3
222         c8 g16 d' ~ d c8 b16 ~ b8. c16 ~ c16 d8. ~ |   % 4
223         d8 g,16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. ~ |   % 5
224         c8 g16 d' ~ d c8 b16 ~ b8. c16 ~ c16 d8. ~ |   % 6
225         d8 g,16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. |   % 7
226         \voiceOne <g' d c g>1 \oneVoice |   % 8
227
228         \repeat volta 2
229         {
230                 % Verse
231
232                 s1 |   % 9
233                 s1 |   % 10
234                 s1 |   % 11
235                 s1 |   % 12
236                 s1 |   % 13
237                 s1 |   % 14
238                 s1 |   % 15
239                 s1 |   % 16
240
241                 % Chorus
242
243                 s1 |   % 17
244                 s1 |   % 18
245                 s1 |   % 19
246                 s1 |   % 20
247                 s1 |   % 21
248                 s1 |   % 22
249                 s1 |   % 23
250                 \time 2/4 s2 \time 4/4 |   % 24
251                 \voiceOne r8 g,16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. ~ \oneVoice |   % 25
252                 c8 g16 d' ~ d c8 b16 ~ b8. c16 ~ c16 d8. ~ |   % 26
253         }
254         \alternative
255         {
256                 {
257                         d8 g,16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. |   % 27
258                         \voiceOne <g' d c g>1 \oneVoice |   % 28
259                 }
260                 {
261                         d8 \repeatTie g,16 d' ~ d c8 g16 ~ g8 g16 d' ~ d c8. |   % 29
262                 }
263         }
264
265         c8 bf16 f ~ f2. |   % 30
266         c'8 bf16 f ~ f4 ~ f8. af16 ~ af bf8. |   % 31
267         c1 |   % 32
268         \voiceOne d2 e \oneVoice |   % 33
269
270         % Verse
271
272         s1 |   % 34
273         s1 |   % 35
274         s1 |   % 36
275         s1 |   % 37
276         s1 |   % 38
277         s1 |   % 39
278         s1 |   % 40
279         s1 |   % 41
280
281         % Chorus
282
283         s1 |   % 42
284         s1 |   % 43
285         s1 |   % 44
286         s1 |   % 45
287         s1 |   % 46
288         s1 |   % 47
289         s1 |   % 48
290         s1 |   % 49
291
292         % Outro
293
294         \voiceOne r8 a,16 e' ~ e d8 a16 ~ a8 a16 e' ~ e d8. ~ \oneVoice |   % 50
295         d8 a16 e' ~ e d8 cs16 ~ cs8. d16 ~ d16 e8. ~ |   % 51
296         e8 a,16 e' ~ e d8 a16 ~ a8 a16 e' ~ e d8. ~ |   % 52
297         d8 a16 e' ~ e d8 cs16 ~ cs8. d16 ~ d16 e8. ~ |   % 53
298         e8 a,16 e' ~ e d8 a16 ~ a8 a16 e' ~ e d8. ~ |   % 54
299         d8 a16 e' ~ e d8 cs16 ~ cs8. d16 ~ d16 e8. ~ |   % 55
300         e8 a,16 e' ~ e d8 a16 ~ a8 a16 e' ~ e d8. ~ |   % 56
301         d8 a16 e' ~ e d8 cs16 ~ cs8. d16 ~ d16 cs8. ~ |   % 57
302         <d a fs d>1^\fermata |   % 59
303 \normalsize
304 %}
305 }
306
307
308 %
309 % Chord names
310 %
311
312 Chords = \chordmode
313 {
314         % Intro
315
316         c2. c4:sus4 |   % 1
317         c2. c4:sus2 |   % 2
318         c2./f c4:sus4/f |   % 3
319         c2./f c4:sus2/f |   % 4
320
321         % Verse
322
323         c2. c4:sus4 |   % 5
324         c2. c4:sus2 |   % 6
325         c2./f c4:sus4/f |   % 7
326         c2./f c4:sus2/f |   % 8
327
328         c2. c4:sus4 |   % 9
329         c2. c4:sus2 |   % 10
330         c2./f c4:sus4/f |   % 11
331         c1/f |   % 12
332
333         % Chorus
334
335         c1 |   % 13
336         g2:sus4 g4 a:m11 |   % 14
337         bf1:sus2 |   % 15
338         f2 c/f |   % 16
339
340         c1 |   % 17
341         g2:sus4 g4 a:m11 |   % 18
342         bf1:sus2 |   % 19
343         f1 |   % 20
344
345         % Midtro
346
347         c2. c4:sus4 |   % 21
348         c2. c4:sus2 |   % 22
349         c2./f c4:sus4/f |   % 23
350         c2./f c4:sus2/f |   % 24
351
352         % Verse
353
354         c2. c4:sus4 |   % 25
355         c2. c4:sus2 |   % 26
356         c2./f c4:sus4/f |   % 27
357         c2./f c4:sus2/f |   % 28
358
359         c2. c4:sus4 |   % 29
360         c2. c4:sus2 |   % 30
361         c2./f c4:sus4/f |   % 31
362         c1 |   % 32
363
364         % Chorus
365
366         c1 |   % 33
367         g2:sus4 g4 a:m11 |   % 34
368         bf1:sus2 |   % 35
369         f2 c/f |   % 36
370
371         c1 |   % 37
372         g2:sus4 g4 a:m11 |   % 38
373         bf1:sus2 |   % 39
374         f1 |   % 40
375
376         c1 |   % 41
377         g2:sus4 g4 a:m11 |   % 42
378         bf1:sus2 |   % 43
379         f2 c/f |   % 44
380
381         c1 |   % 45
382         g2:sus4 g4 a:m11 |   % 46
383         bf1:sus2 |   % 47
384         f1 |   % 48
385         f1:sus2 |   % 49
386
387         % End
388
389         c2. c4:sus4 |   % 50
390         c2. c4:sus2 |   % 51
391         c2./f c4:sus4/f |   % 52
392         f1:sus2 |   % 53
393 }
394
395
396 %
397 % Chord rhythms
398 %
399
400 % Use a RhythmicStaff on the chords instead of this?
401 % It almost works, but not quite. Doesn't collapse chords above to single notes...
402
403 Rhythm = \relative c
404 {
405 %       \set Voice.autoBeaming = ##f
406 %       \set Staff.instrumentName = #"Rhythm"
407         \override Staff.TimeSignature #'style = #'()
408         \time 4/4
409         \override NoteHead #'style = #'slash
410         \teeny
411
412         % Intro
413
414         c4 c c c |   % 1
415         c4 c c c |   % 2
416         c4 c c c |   % 3
417         c4 c c c |   % 4
418
419         % Verse
420
421         c4 c c c |   % 5
422         c4 c c c |   % 6
423         c4 c c c |   % 7
424         c4 c c c |   % 8
425
426         c4 c c c |   % 9
427         c4 c c c |   % 10
428         c4 c c c |   % 11
429         c4 c c c |   % 12
430
431         % Chorus
432
433         c4 c c c |   % 13
434         c4 c c c |   % 14
435         c4 c c c |   % 15
436         c4 c c c |   % 16
437
438         c4 c c c |   % 17
439         c4 c c c |   % 18
440         c4 c c c |   % 19
441         c4 c c c |   % 20
442
443         % Midtro
444
445         c4 c c c |   % 21
446         c4 c c c |   % 22
447         c4 c c c |   % 23
448         c4 c c c |   % 24
449
450         % Verse
451
452         c4 c c c |   % 25
453         c4 c c c |   % 26
454         c4 c c c |   % 27
455         c4 c c c |   % 28
456
457         c4 c c c |   % 29
458         c4 c c c |   % 30
459         c4 c c c |   % 31
460         c4 c c c |   % 32
461
462         % Chorus
463
464         c4 c c c |   % 33
465         c4 c c c |   % 34
466         c4 c c c |   % 35
467         c4 c c c |   % 36
468
469         c4 c c c |   % 37
470         c4 c c c |   % 38
471         c4 c c c |   % 39
472         c4 c c c |   % 40
473
474         c4 c c c |   % 41
475         c4 c c c |   % 42
476         c4 c c c |   % 43
477         c4 c c c |   % 44
478         c4 c c c |   % 45
479         c4 c c c |   % 46
480         c4 c c c |   % 47
481         c4 c c c |   % 48
482         c1^\fermata |   % 49
483
484         % Outro
485
486         c4 c c c |   % 50
487         c4 c c c |   % 51
488         c4 c c c |   % 52
489         c1^\fermata |   % 53
490 }
491
492
493 Dynamics =
494 {
495         s1*12 |   % 1-12
496         s4_\markup { \italic { Add bass, pad } } s2. |   % 13
497         s1*7 |   % 14-20
498         s4_\markup { \italic { Add perc, Ac. gtrs. } } s2. |   % 21
499         s1*28 |   % 22-49
500         s4_\markup { \italic { Piano only, like intro } } s2. |   % 50
501         s1*2 |   % 51-52
502         s4_\markup { \italic { Full band } } s2. |   % 53
503 }
504
505
506 \score
507 {
508 %{
509         <<
510                 <<
511 %                       \new Staff = leadStaff { \new Voice = "lead" \LeadVox }
512                         \new Staff = leadStaff { << \new Voice = "lead" \LeadVox \new Voice = "riffs" \Riffs >> }
513                         \new Lyrics \lyricsto "lead" \LeadVoxText
514                 >>
515
516                 \new ChoirStaff = "Rhythm"
517                 <<
518                         \new ChordNames = "chords" \Chords
519                         \new RhythmicStaff = "chordRhythm" << \StaffC \Dynamics >>
520                 >>
521
522                 \set Score.skipBars = ##t
523                 \set Score.melismaBusyProperties = #'()
524         >>
525 %}
526         <<
527                 \set Score.skipBars = ##t
528                 \set Score.melismaBusyProperties = #'()
529
530                 \new Staff
531                 <<
532                         \Global
533                         \new Voice = "lead" \LeadVox
534                         \new Voice \Riffs
535                         \new Lyrics \lyricsto "lead" \LeadVoxText
536                 >>
537
538 %               \new Staff
539                 <<
540                         \new ChordNames \Chords
541                         \new RhythmicStaff << \Rhythm \Dynamics >>
542                 >>
543         >>
544 }
545
546
547 \paper
548 {
549   #(define fonts (make-pango-font-tree
550     "Times New Roman"
551     "JazzText"
552     "Luxi Mono"
553     (/ staffSize 20)))
554
555 % Spread staves vertically across last page (default: t)
556 %       ragged-last-bottom = ##f
557 % Don't spread staves vertically across the page (default: f)
558 %       ragged-bottom = ##t
559 % Allow partial line for last stave (default: f)
560         ragged-last = ##t
561
562 % To find out what's eating the space at the top...
563 %       annotate-spacing = ##t
564 %let's try this: [It works! Huzzah!][nope... :-/]
565 %       obsolete-page-top-space = 0  top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
566 }
567