]> Shamusworld >> Repos - music/blob - everlasting-god.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / everlasting-god.ly
1 % Need to change chart to add dbl p/c+c, add dynamics, band indications
2
3 \version "2.19.48"
4 \include "pop-chords.ly"
5 \include "english.ly"
6
7 % Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26)
8 staffSize = #16
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 "Everlasting God" }
18         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Brenton Brown/Ken Riley" }
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^\markup { \italic { Rhythm Fig. 1 } }
37         s1*3 \bar ".|:-||"   % 1-4
38
39         \repeat volta 2
40         {
41                 % Verse
42
43                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
44                 s1^\markup { \italic { w/Rhythm Fig. 1 (thru B) } }
45                 s1*7 \bar "||"   % 5-12
46
47                 % Prechorus
48
49                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
50                 s1*8 |   % 13-20
51
52                 % Chorus
53
54                 \mark \markup { \override #'(font-family . sans) { \box { C } } }
55                 s1*8 |   % 21-28
56         }
57         \alternative
58         {
59                 {
60                         s1*4 |   % 29-32
61                 }
62                 {
63                         s1 |   % 33
64                 }
65         }
66
67         s1*7 \bar "||"   % 34-40
68
69         % Outro
70
71         \mark \markup { \override #'(font-family . sans) { \box { D } } }
72         s1*4 \bar "|."   % 41-44
73 }
74
75
76 %
77 % Lead vocal
78 %
79 LeadVox = \relative c'
80 {
81         % Intro
82
83         s1*4 |   % 1-4
84
85         % Verse
86
87         r4 b8 d d b b c ~ |   % 5
88         c8 c b a g a b c ~ |   % 6
89         c8 c b a g a b c ~ |   % 7
90         c8 c b a g r r4 |   % 8
91
92         r4 b8 d d b b c ~ |   % 9
93         c8 c b a g a b c ~ |   % 10
94         c8 c b a g a b c ~ |   % 11
95         c8 c b a g d'4 e8 ~ |   % 12
96
97         % Prechorus
98
99         e2 r4 r8 d ~ |   % 13
100         d8 e4 fs8 ~ fs ( g ) g4 ~ |   % 14
101         g2 ( fs8 ) fs4. ~ |   % 15
102         fs2 r8 d4 e8 ~ |   % 16
103         e2 r4 r8 d ~ |   % 17
104         d8 e4 fs8 ~ fs ( g ) g4 ~ |   % 18
105         g2 a8 a4. ~ |   % 19
106         a2. r4 | % 20
107
108         % Chorus
109
110         r4 g8 g ~ g4 a8 a ~ |   % 21
111         a8 b4 b8 ~ b d,4 e8 ~ |   % 22
112         e2 r4 a8 a ~ |   % 23
113         a8 b4 b8 ~ b d,4 e8 ~ |   % 24
114         e2 r4 a8 a ~ |   % 25
115         a8 b4 b8 ~ b d,4 ( e8 ) |   % 26
116         e4 r fs r |   % 27
117         g4. ( a8 ) a2 |   % 28
118
119         s1*4 |   % 29-32
120
121         r4 g8 g ~ g4 a8 a ~ |   % 33
122         a8 b4 b8 ~ b d,4 e8 ~ |   % 34
123         e2 r4 a8 a ~ |   % 35
124         a8 b4 b8 ~ b d,4 e8 ~ |   % 36
125         e2 r4 a8 a ~ |   % 37
126         a8 b4 b8 ~ b d,4 ( e8 ) |   % 38
127         e4 r fs4. ( g8 ) |   % 39
128         g4. ( a8 ) a ( g4. ) |   % 40
129
130         % Outro
131
132         s1*4 |   % 41-44
133 }
134
135
136 LeadVoxText = \lyricmode
137 {
138         Strength will rise as we wait _ u -- pon the Lord,
139         we will wait _ u -- pon the Lord,
140         we will wait _ u -- pon the Lord.
141
142         Strength will rise as we wait _ u -- pon the Lord,
143         we will wait _ u -- pon the Lord,
144         we will wait _ u -- pon the Lord.
145
146         Our God, _ you _ reign for -- _ _ e -- _ _ ver, _
147         our hope, _ our _ strong de -- _ _ li -- _  ver -- er, _
148
149         You are _ the e -- _ ver -- last -- _ ing God, _
150         the e -- _ ver -- last -- _ ing God, _
151         you do _ not faint, _ you _ won't grow wear -- _ y,
152
153         You're the _ de -- fend -- _ er of _ the weak, _
154         you com -- _ fort those _ in need, _
155         you lift _ us up _ on _ wings like _ ea -- _ gles. _
156 }
157
158
159 Riffs = \relative c'
160 {
161         % Intro
162
163         \tiny
164         r4 g g8 a b c ~ |   % 1
165         c8 c b a g a b c ~ |   % 2
166         c8 c b a g a b c ~ |   % 3
167         c8 c b a g2 |   % 4
168
169         s1*24
170
171         r4 g g8 a b c ~ |   % 29
172         c8 c b a g a b c ~ |   % 30
173         c8 c b a g a b c ~ |   % 31
174         c8 c b a g2 |   % 32
175
176         s1*8
177
178         r4 g g8 a b c ~ |   % 41
179         c8 c b a g a b c ~ |   % 42
180         c8 c b a g d' e f ~ |   % 43
181         f8 f e d g2-\fermata |   % 44
182 }
183
184
185 %
186 % Chord names
187 %
188 Chords = \chordmode
189 {
190         % Intro
191
192         g1 |   % 1
193         s1 |   % 2
194         s1 |   % 3
195         s1 |   % 4
196
197         % Verse
198
199         g1 |   % 5
200         s1 |   % 6
201         s1 |   % 7
202         s1 |   % 8
203
204         g1 |   % 9
205         s1 |   % 10
206         s1 |   % 11
207         s2 s8 g4 c8 |   % 12
208
209         % Prechorus
210
211         s2.. g8/b |   % 13
212         s8 c4 d4. e4:m |   % 14
213         s2 s8 d4. |   % 15
214         s2 s8 g4 c8 |   % 16
215         s2.. g8/b |   % 17
216         s8 c4 d4. e4:m |   % 18
217         s2 s8 d4./fs |   % 19
218         s1 |   % 20
219
220         % Chorus
221
222         g1 |   % 21
223         s2 s8 g4/b c8 |   % 22
224         s1 |   % 23
225         s2 s8 g4/d e8:m |   % 24
226         s1 |   % 25
227         s1 |   % 26
228         c2 d |   % 27
229         c2/e d/fs |   % 28
230
231         g1 |   % 29
232         s1 |   % 30
233         s1 |   % 31
234         s1 |   % 32
235
236         g1 |   % 33
237
238         % Chorus
239
240         s2 s8 g4/b c8 |   % 34
241         s1 |   % 35
242         s2 s8 g4/d e8:m |   % 36
243         s1 |   % 37
244         s1 |   % 38
245         c2 d |   % 39
246         c2/e d/fs |   % 40
247
248         % Outro
249
250         g1 |   % 41
251         s1 |   % 42
252         s2 f |   % 43
253         s2 g |   % 44
254 }
255
256
257 %
258 % Chord rhythms
259 %
260 StaffC = \relative c
261 {
262         \numericTimeSignature
263         \override NoteHead #'style = #'slash
264         \teeny
265
266         % Intro
267
268         c1 |   % 1
269         c1 |   % 2
270         c1 |   % 3
271         c2 r8 c4-> c8-> ~ |   % 4
272
273         % Verse
274
275         c1 |   % 5
276         c1 |   % 6
277         c1 |   % 7
278         c2 r8 c4-> c8-> ~ |   % 8
279         c1 |   % 9
280         c1 |   % 10
281         c1 |   % 11
282         c2 r8 c4-> c8-> ~ |   % 12
283
284         c2. ~ c8 c ~ |   % 13
285         c8 c4 c8 ~ c4 c ~ |   % 14
286         c2 ~ c8 c4. ~ |   % 15
287         c2 ~ c8 c4 c8 ~ |   % 16
288         c2. ~ c8 c ~ |   % 17
289         c8 c4 c8 ~ c4 c ~ |   % 18
290         c2 ~ c8 c4. ~ |   % 19
291         c1 |   % 20
292
293         % Chorus
294
295         c1 ~ |   % 21
296         c2 ~ c8 c4-> c8 ~ |   % 22
297         c1 ~ |   % 23
298         c2 ~ c8 c4-> c8 ~ |   % 24
299         c1 ~ |   % 25
300         c1 |   % 26
301         c8-> c c c c8-> c c c |   % 27
302         c8-> c c c c8-> c c c |   % 28
303
304         c1 |   % 29
305         c1 |   % 30
306         c1 |   % 31
307         c2 r8 c4-> c8-> \laissezVibrer |   % 32
308
309         c1 ~ |   % 33
310
311         % Chorus
312
313         c2 ~ c8 c4-> c8 ~ |   % 34
314         c1 ~ |   % 35
315         c2 ~ c8 c4-> c8 ~ |   % 36
316         c1 ~ |   % 37
317         c1 |   % 38
318         c8-> c c c c8-> c c c |   % 39
319         c8-> c c c c8-> c c c |   % 40
320
321         % Outro
322
323         c1 |   % 41
324         c1 |   % 42
325         c2 c |   % 43
326         c2 c-\fermata |   % 44
327 }
328
329
330 Dynamics =
331 {
332 %{
333         s1_\markup { \italic { snare pat. } } |   % 1
334         s1_\markup { \italic { simile } } |   % 2
335         s1*19
336         s1_\markup { \italic { spacy } } |   % 22
337         s1*5
338         s1 s \< s \! |   % 28
339         s1*22
340         s1_\markup { \italic { Last time } } |   % 51
341 %}
342 }
343
344
345 \score
346 {
347         <<
348                 \Global         % The "roadmap" that everything else depends on
349
350                 \context Staff
351                 <<
352                         \new Voice = "lead" \LeadVox
353                         \new Voice = "riffs" \Riffs
354                         \new Lyrics \lyricsto "lead" \LeadVoxText
355                 >>
356
357                 \new ChoirStaff
358                 <<
359                         \new ChordNames \Chords
360                         \new RhythmicStaff << \StaffC \Dynamics >>
361                 >>
362
363                 \set Score.skipBars = ##t
364                 \set Score.melismaBusyProperties = #'()
365         >>
366 }
367
368
369 \paper
370 {
371         #(define fonts (make-pango-font-tree
372                 "Times New Roman"
373                 "LilyJAZZText"
374                 "Luxi Mono"
375                 (/ staffSize 20)))
376
377 % Don't spread staves vertically across last page (default: t)
378 %       ragged-last-bottom = ##f
379 % Don't spread staves vertically across the page (default: f)
380 %       ragged-bottom = ##t
381 % Allow partial line for last stave (default: f)
382         ragged-last = ##t
383
384 % To find out what's eating the space at the top...
385 %       annotate-spacing = ##t
386 }
387