]> Shamusworld >> Repos - music/blob - i-will-not-be-shaken.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / i-will-not-be-shaken.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 %{ Some useful characters: ‘ ’ “ ” – — † ‡ • … %}
12
13 \header
14 {
15         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "(I Will Not Be) Shaken" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "T.Guerrero" }
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 %
31 % Song's structure
32 %
33 Global =
34 {
35         \key g \major
36         \numericTimeSignature
37         \time 4/4
38
39         % Intro
40
41         \repeat volta 2
42         {
43                 s1*4 |   % 1-4
44         }
45
46         \repeat volta 2
47         {
48                 % Verse
49
50                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
51                 s1^\markup { \italic { (1st X Gtr 16ths) } } |   % 5
52                 s1*7 \bar "||"   % 6-12
53                 \mark \markup { \override #'(font-family . sans) { \box { A9 } } }
54                 s8 s2..^\markup { \italic { (1st X Add Bass & Kick) } } |   % 13
55                 s1*6 |   % 14-19
56                 s1^\markup { \italic { (Drum Fill) } } \bar "||"   % 14-20
57
58                 % Chorus
59
60                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
61                 s8 s2..^\markup { \italic { (Snare 2&4) } } |   % 21
62                 s1*10 \bar "||"   % 22-31
63         }
64         \alternative
65         {
66                 {
67                         s1*2 |   % 32-33
68                 }
69                 {
70                         s1 |   % 34
71                 }
72         }
73
74         s1 \bar "||"   % 35
75
76         % Bridge
77
78         \mark \markup { \override #'(font-family . sans) { \box { C } } }
79         s1*6 |   % 36-41
80         s1^\markup { \italic { (Add Gtr. 16ths) } } |   % 42
81         s1*2 |   % 43-44
82         s1^\markup { \italic { (Drum Fill) } } \bar ".|:-||"   % 45
83
84         % Solos
85
86         \repeat volta 2
87         {
88                 \mark \markup { \override #'(font-family . sans) { \box { D } } }
89                 s8 s2..^\markup { \bold { Solos } } |   % 46
90                 s1*2 |   % 47-48
91         }
92         \alternative
93         {
94                 {
95                         s1 |   % 49
96                 }
97                 {
98                         s1 \bar "||"   % 50
99                 }
100         }
101
102         % Verse
103
104         \mark \markup { \override #'(font-family . sans) { \box { E } } }
105         s16 s2...^\markup { \italic { (Add Gtr. 16ths) } } |   % 51
106         s1^\markup { \italic { (Women Echo) } } |   % 52
107         s1 |   % 53
108         s1^\markup { \italic { (Women Echo) } } |   % 54
109         s2.. s8^\markup { \italic { (Tutti) } } |   % 55
110         s1*2 |   % 56-57
111         s1^\markup { \italic { (Drum Fill) } } \bar ".|:-||"   % 58
112
113         \repeat volta 2
114         {
115                 % Chorus
116
117                 \mark \markup { \override #'(font-family . sans) { \box { F } } }
118                 s1*8 |   % 59-66
119         }
120
121         s1 |   % 67
122
123         \repeat volta 2
124         {
125                 % Chorus
126
127                 \mark \markup { \override #'(font-family . sans) { \box { G } } }
128                 s1*4 |   % 68-71
129         }
130
131         s1 \bar "|."   % 72
132 }
133
134
135 %
136 % Lead vocal
137 %
138 LeadVox = \relative c'
139 {
140         \clef G
141
142         % Intro
143
144         R1*3 |   % 1-3
145         s2 r4 r8 d8 |   % 4
146
147         % Verse
148
149         g4 a b g |   % 5
150         e2 r4 r8 e |   % 6
151         a4 b c g |   % 7
152         fs2 r4 r8 fs |   % 8
153         b4 c d r8 fs, |   % 9
154         g8. a16 ~ a8 b ~ b4 r8 e, |   % 10
155         a4 b c g |   % 11
156         fs2 r4 r8 d |   % 12
157
158         g4 a b g |   % 13
159         e2 r4 r8 e |   % 14
160         a4 b c g |   % 15
161         fs2 r4 r8 fs |   % 16
162         b4 c8. d16 ~ d4 r8 fs, |   % 17
163         g8. a16 ~ a8 b ~ b4 r8 e, |   % 18
164         a4 b c g |   % 19
165         fs2. r4 |   % 20
166
167         % Chorus
168
169         r4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn g,>16 ~ |   % 21
170         <e \hn g,>4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn c>16 ~ |   % 22
171         <e \hn c>4 <g \hn c,>16 <g \hn c,>8 <g \hn c,>16 ~ <g \hn c,> <a \hn c,>8 <b \hn e,>16 ~ <b \hn e,> <g \hn e>8 <a \hn d,>16 ~ |   % 23
172         <a \hn d,>8. d,16 <g \hn d> <g \hn d>8 <g \hn d>16 ~ <g \hn d> <fs \hn c>8 <e \hn c>16 ~ <e \hn c> <d \hn a>8. |   % 24
173
174         r4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn g,>16 ~ |   % 25
175         <e \hn g,>4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn c>16 ~ |   % 26
176         <e \hn c>8. <g \hn c,>16 <g \hn c,> <g \hn c,>8 <g \hn c,>16 ~ <g \hn c,> <a \hn c,>8 <b \hn e,>16 ~ <b \hn e,> <g \hn e>8 <a \hn d,>16 ~ |   % 27
177         <a \hn d,>8. d,16 <g \hn d> <g \hn d>8 <g \hn d>16 ~ <g \hn d> <fs \hn c>8 <e \hn c>16 ~ <e \hn c> <d \hn a>8. |   % 28
178         r4 <g \hn b,>16 <g \hn b,>8 <b \hn d,>16 ~ <b \hn d,> <b \hn d,>8 <a \hn c,>16 ~ <a \hn c,> <g \hn b,>8. |   % 29
179         R1 |   % 30
180         R1 |   % 31
181
182         R1 |   % 32
183         R1 |   % 33
184
185         R1 |   % 34
186
187         R1 |   % 35
188
189         % Bridge
190
191         r4 d'16 d8 d16 ~ d b8 c16 ~ c d8 c16 ~ |   % 36
192         c16 c8 c16 ~ c b8 a16 ( g4 ) r |   % 37
193         r8. a16 c c8 c16 ~ c b8 a16 ~ a8 g |   % 38
194         c8 b16 a ~ a g8 a16 ~ a4 r |   % 39
195         r8. <b \hn d,>16 <d \hn g,> <d \hn g,>8 <d \hn g,>16 ~ <d \hn g,> <b \hn d,>8 <c \hn e,>16 ~ <c \hn e,> <d \hn g,>8 <d \hn g,>16 ~ |   % 40
196         <d \hn g,>16 <c \hn e,>8 <c \hn e,>16 ~ <c \hn e,> <b \hn d,>8 <a \hn c,>16 ( <g \hn b,>4 ) r |   % 41
197         r4 <b \hn g \hn e>16 <b \hn g \hn e>8 <b \hn g \hn e>16 ~ <b \hn g \hn e> <g \hn e \hn b>8 <a \hn fs \hn d>16 ~ <a \hn fs \hn d> ( <b \hn g \hn e>8. ) |   % 42
198         r4 <c \hn a \hn e>16 <c \hn a \hn e>8 <c \hn a \hn e>16 ~ <c \hn a \hn e> <b \hn g \hn d>8 <a \hn e \hn c>16 ~ <a \hn e \hn c> <g \hn e \hn c>8. |   % 43
199         r8. <b \hn d,>16 <d \hn g,> <d \hn g,>8 <d \hn g,>16 ~ <d \hn g,> <b \hn d,>8 <c \hn e,>16 ~ <c \hn e,> << { \voiceOne d8. ~ } \context Voice = vb { \voiceTwo \hn g,8. ( } >> |   % 44
200         << { \voiceOne d'2. } \context Voice = vb { \voiceTwo \hn fs,2. ) } >> \oneVoice r4 |   % 45
201
202          % Solos
203
204         R1 |   % 46
205         R1 |   % 47
206         R1 |   % 48
207
208         R1 |   % 49
209
210         r2 r4 r8 d |   % 50
211
212         % Verse
213
214         g4 a b g |   % 51
215         e2. r8 e |   % 52
216         a4 b c g |   % 53
217         fs2 r4 r8 fs |   % 54
218         b4 c d r8 fs, |   % 55
219         g8. a16 ~ a8 b ~ b4 r8 e, |   % 56
220         a4 b <c \hn g \hn e>-> <d \hn g, \hn e>-> |   % 57
221         <d \hn a \hn fs>2.-> r4 |   % 58
222
223         % Chorus
224
225         r4 <g, \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn g,>16 ~ |   % 59
226         <e \hn g,>4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn c>16 ~ |   % 60
227         <e \hn c>4 <g \hn c,>16 <g \hn c,>8 <g \hn c,>16 ~ <g \hn c,> <a \hn c,>8 <b \hn e,>16 ~ <b \hn e,> <g \hn e>8 <a \hn d,>16 ~ |   % 61
228         <a \hn d,>8. d,16 <g \hn d> <g \hn d>8 <g \hn d>16 ~ <g \hn d> <fs \hn c>8 <e \hn c>16 ~ <e \hn c> <d \hn a>8. |   % 62
229
230         r4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn g,>16 ~ |   % 63
231         <e \hn g,>4 <g \hn b,>16 <g \hn b,>8 <g \hn b,>16 ~ <g \hn b,> <a \hn c,>8 <b \hn d,>16 ~ <b \hn d,>16 <g \hn b,>8 <e \hn c>16 ~ |   % 64
232         <e \hn c>8. <g \hn c,>16 <g \hn c,> <g \hn c,>8 <g \hn c,>16 ~ <g \hn c,> <a \hn c,>8 <b \hn e,>16 ~ <b \hn e,> <g \hn e>8 <a \hn d,>16 ~ |   % 65
233         <a \hn d,>8. d,16 <g \hn d> <g \hn d>8 <g \hn d>16 ~ <g \hn d> <fs \hn c>8 <e \hn c>16 ~ <e \hn c> <d \hn a>8. |   % 66
234
235         r4 <g \hn b,>16 <g \hn b,>8 <b \hn d,>16 ~ <b \hn d,> <b \hn d,>8 <a \hn c,>16 ~ <a \hn c,> <g \hn b,>8. |   % 67
236
237         % Outro
238
239         R1 |   % 68
240         R1 |   % 69
241         R1 |   % 70
242         r4 <g \hn b,>16 <g \hn b,>8 <b \hn d,>16 ~ <b \hn d,> <b \hn d,>8 <a \hn c,>16 ~ <a \hn c,> <g \hn b,>8. |   % 71
243         R1-\fermata |   % 72
244 }
245
246 LeadVoxText = \lyricmode
247 {
248         My soul finds rest in you,
249         my for -- tress and my rock,
250         my hope for life, my hid -- ing _ place, _
251         my re -- fuge and my God.
252
253         In you I've found my home,
254         my shel -- ter from the storm,
255         and I'll pour out _ my hear to _ you, _
256         and lean u -- pon your throne.
257
258         I will put _ my trust _ in you, _
259         I will put _ my hope _ there too, _
260         I will stand _ u -- pon _ your word, _
261         and I will not _ be sha -- _ ken,
262
263         I will let _ my prai -- _ ses show, _
264         hold -- ing on _ to what _ I know, _
265         be -- cause I know _ you're al -- _ ways there, _
266         and I will not _ be sha -- _ ken,
267         I will not _ be sha -- _ ken.
268
269         I will not _ be moved, _ I'm lean -- _ ing on _ the throne, _
270         be -- cause you died _ for me _ and called me to _ your own, _
271         and e -- ven when _ the dark -- _ est winds _ be -- gin _ to blow, _
272         I will stand _ my ground, _ _ I will not _ be moved, _ _
273         and I will not _ be sha -- _ ken. _
274
275         My soul finds rest in you,
276         my for -- tress and my rock,
277         my hope for life, my hid -- ing _ place, _
278         my re -- fuge and my God.
279
280         I will put _ my trust _ in you, _
281         I will put _ my hope _ there too, _
282         I will stand _ u -- pon _ your word, _
283         and I will not _ be sha -- _ ken,
284
285         I will let _ my prai -- _ ses show, _
286         hold -- ing on _ to what _ I know, _
287         be -- cause I know _ you're al -- _ ways there, _
288         and I will not _ be sha -- _ ken,
289         I will not _ be sha -- _ ken.
290
291         I will not _ be sha -- _ ken.
292 }
293
294
295 Riffs = \relative c''
296 {
297         \clef G
298
299         \tiny
300
301         % Intro
302
303 %{      e8 e ~ |   % 0
304         e8 cs4 b8 ~ b a4 b8 ~ |   % 1
305         b8 cs4. ~ cs4 e8 e ~ |   % 2
306         e8 cs4 b8 ~ b cs4 a8 ~ |   % 3
307         a2 s2 |    % 4
308 %}
309         \normalsize
310 }
311
312
313 %
314 % Chord names
315 %
316 Chords = \chordmode
317 {
318         % Intro
319
320         g4:sus2 s8. c16:sus2 s2 |   % 1
321         g4:sus2 s8. c16:sus2 s2 |   % 2
322         g4:sus2 s8. c16:sus2 s2 |   % 3
323         e4:m7 s8. d16 s2 |   % 4
324
325         % Verse
326
327         g1:sus2 |   % 5
328         c1:sus2 |   % 6
329         a1:m7 |   % 7
330         d1 |   % 8
331         b1:m7 |   % 9
332         e1:m7 |   % 10
333         a1:m7 |   % 11
334         d1 |   % 12
335
336         g1:sus2 |   % 13
337         c1:sus2 |   % 14
338         a1:m7 |   % 15
339         d2 d/c |   % 16
340         b1:m7 |   % 17
341         c1:sus2 |   % 18
342         a1:m7 |   % 19
343         d2. c4:sus2 |   % 20
344
345         % Chorus
346
347         g1:sus2 |   % 21
348         c1:sus2 |   % 22
349         a1:m7 |   % 23
350         d4..:sus4 d16 s2 |   % 24
351         g1:sus2 |   % 25
352         c4..:sus2 g16/b s2 |   % 26
353         a1:m7 |   % 27
354         d4..:sus4 d16 s2 |   % 28
355         c4..:sus2 d16 s2 |   % 29
356         g4..:sus2 c16:sus2 s2 |   % 30
357         g4..:sus2 c16:sus2 s2 |   % 31
358
359         g4..:sus2 c16:sus2 s2 |   % 32
360         e4..:m7 d16 s2 |   % 33
361
362         g4..:sus2 c16:sus2 s2 |   % 34
363
364         g4..:sus2 c16:sus2 s2 |   % 35
365
366         % Bridge
367
368         g1:sus2 |   % 36
369         c1:sus2 |   % 37
370         a1:m7 |   % 38
371         c2:sus2 d4 c:sus2 |   % 39
372         g1:sus2 |   % 40
373         c1:sus2 |   % 41
374         e1:m7 |   % 42
375         f1:3.5.9 |   % 43
376         d1:sus4 |   % 44
377         d1 |   % 45
378
379         % Solos
380
381         g4..:sus2 c16:sus2 s2 |   % 46
382         g4..:sus2 c16:sus2 s2 |   % 47
383         g4..:sus2 c16:sus2 s2 |   % 48
384
385         e4..:m7 d16 s2 |   % 49
386
387         e4..:m7 d16 s2 |   % 50
388
389         % Verse
390
391         g1:sus2 |   % 51
392         c1:sus2 |   % 52
393         a1:m7 |   % 53
394         d2 d/c |   % 54
395         b1:m7 |   % 55
396         e1:m7 |   % 56
397         a1:m7 |   % 57
398         d2. c4:sus2 |   % 58
399
400         % Chorus
401
402         g1:sus2 |   % 59
403         c1:sus2 |   % 60
404         a1:m7 |   % 61
405         d4..:sus4 d16 s2 |   % 62
406         g1:sus2 |   % 63
407         c4..:sus2 g16/b s2 |   % 64
408         a1:m7 |   % 65
409         d4..:sus4 d16 s2 |   % 66
410
411         c4..:sus2 d16 s2 |   % 67
412
413         % Outro
414
415         g4..:sus2 c16:sus2 s2 |   % 68
416         g4..:sus2 c16:sus2 s2 |   % 69
417         g4..:sus2 c16:sus2 s2 |   % 70
418         e4..:m7 d16 s2 |   % 71
419
420         g1:sus2 |   % 72
421 }
422
423
424 %
425 % Chord rhythms
426 %
427 Rhythm = \relative c
428 {
429         \numericTimeSignature
430         \override NoteHead #'style = #'slash
431         \stemDown
432         \teeny
433
434         % Intro
435
436         c4 c8. c16-> ~ c4 c |   % 1
437         c4 c8. c16-> ~ c4 c |   % 2
438         c4 c8. c16-> ~ c4 c |   % 3
439         c4 c8. c16-> ~ c4 c |   % 4
440
441         % Verse
442
443         c1 |   % 5
444         c1 |   % 6
445         c1 |   % 7
446         c1 |   % 8
447         c1 |   % 9
448         c1 |   % 10
449         c1 |   % 11
450         c1 |   % 12
451
452         c1 |   % 13
453         c1 |   % 14
454         c1 |   % 15
455         c2 c |   % 16
456         c1 |   % 17
457         c1 |   % 18
458         c1 |   % 19
459         c4 c c c-> |   % 20
460
461         % Chorus
462
463         c4.. c16-> ~ c4 c |   % 21
464         c4.. c16-> ~ c4 c |   % 22
465         c4.. c16-> ~ c4 c |   % 23
466         c4.. c16-> ~ c4 c |   % 24
467         c4.. c16-> ~ c4 c |   % 25
468         c4.. c16-> ~ c4 c |   % 26
469         c4.. c16-> ~ c4 c |   % 27
470         c4.. c16-> ~ c4 c |   % 28
471         c4.. c16-> ~ c4 c |   % 29
472         c4 c8. c16-> ~ c4 c |   % 30
473         c4 c8. c16-> ~ c4 c |   % 31
474
475         c4 c8. c16-> ~ c4 c |   % 32
476         c4 c8. c16-> ~ c4 c |   % 33
477
478         c4 c8. c16-> ~ c4 c |   % 34
479
480         c4 c8. c16-> ~ c4 c |   % 35
481
482         % Bridge
483
484         c1 |   % 36
485         c1 |   % 37
486         c1 |   % 38
487         c2 c4 c-> |   % 39
488         c1 |   % 40
489         c1 |   % 41
490         c1-> |   % 42
491         c1-> |   % 43
492         c1-> |   % 44
493         c4 c c c |   % 45
494
495         % Solos
496
497         c4 c8. c16-> ~ c4 c |   % 46
498         c4 c8. c16-> ~ c4 c |   % 47
499         c4 c8. c16-> ~ c4 c |   % 48
500
501         c4 c8. c16-> ~ c4 c |   % 49
502
503         c4 c8. c16-> ~ c4 c |   % 50
504
505         % Verse
506
507         c1 |   % 51
508         c1 |   % 52
509         c1 |   % 53
510         c2 c |   % 54
511         c1 |   % 55
512         c1 |   % 56
513         c1 |   % 57
514         c4 c c c-> |   % 58
515
516         % Chorus
517
518         c4.. c16-> ~ c4 c |   % 59
519         c4.. c16-> ~ c4 c |   % 60
520         c4.. c16-> ~ c4 c |   % 61
521         c4.. c16-> ~ c4 c |   % 62
522         c4.. c16-> ~ c4 c |   % 63
523         c4.. c16-> ~ c4 c |   % 64
524         c4.. c16-> ~ c4 c |   % 65
525         c4.. c16-> ~ c4 c |   % 66
526
527         c4 c8. c16 ~ c2 |   % 67
528
529         % Outro
530
531         c4 c8. c16-> ~ c2 |   % 68
532         c4 c8. c16-> ~ c2 |   % 69
533         c4 c8. c16-> ~ c4 c |   % 70
534         c4 c8. c16-> ~ c4 c |   % 71
535
536         c1-\fermata |   % 72
537 }
538
539
540 Dynamics =
541 {
542         s1_\f |   % 1
543
544         s1*3
545
546         s1_\mf |   % 5
547
548         s1*14
549
550         s4 s2._\< |   % 20
551         s1_\ff |   % 21
552
553         s1*23
554
555         s2 s_\< |   % 45
556         s1_\! |   % 46
557
558         s1*4
559
560         s1_\mf |   % 51
561
562         s1*6
563
564         s4 s2._\< |   % 58
565         s1_\ff |   % 59
566
567         s1*11
568
569         s2 s_\markup { \italic { Last X Rit. } } |   % 71
570 }
571
572
573 \score
574 {
575         <<
576                 \set Score.skipBars = ##t
577                 \set Score.melismaBusyProperties = #'()
578                 \Global         % The "roadmap" that everything else depends on
579
580                 \context Staff
581                 <<
582                         \new Voice = "lead" \LeadVox
583                         \new Voice \Riffs
584                         \new Lyrics = "verse1" \lyricsto "lead" \LeadVoxText
585                 >>
586
587                 \new ChoirStaff
588                 <<
589                         \new ChordNames \Chords
590 %Capo 4 edition
591 %                       \new ChordNames \transpose b g \Chords
592                         \new RhythmicStaff << \Rhythm \Dynamics >>
593                 >>
594         >>
595 }
596
597
598 \paper
599 {
600   #(define fonts (make-pango-font-tree
601     "Times New Roman"
602     "JazzText"
603     "Luxi Mono"
604     (/ staffSize 20)))
605
606 % Spread staves vertically across last page (default: t)
607 %       ragged-last-bottom = ##f
608 % Don't spread staves vertically across the page (default: f)
609 %       ragged-bottom = ##t
610 % Allow partial line for last stave (default: f)
611         ragged-last = ##t
612
613 % To find out what's eating the space at the top...
614 %       annotate-spacing = ##t
615 }
616