]> Shamusworld >> Repos - music/blob - leaning-on-the-everlasting-arms.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / leaning-on-the-everlasting-arms.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 = #20
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         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Leaning On The Everlasting Arms" }
14 %       composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "" }
15         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
16         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
17 }
18
19
20 % Useful tweak abbreviations (hn = harmony note)
21
22 hn = #(define-music-function (parser location arg) (ly:music?)
23 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
24
25   (set! (ly:music-property arg 'tweaks)
26     (acons 'font-size -3.0 (ly:music-property arg 'tweaks))) arg)
27
28
29 %
30 % Song's structure
31 %
32 Global =
33 {
34         \clef G
35         \key g \major
36         \numericTimeSignature
37         \time 4/4
38
39         % Intro
40
41         \repeat volta 2
42         {
43                 s1*2 |   % 1-2
44         }
45
46         \repeat volta 2
47         {
48                 s1*2 |   % 3-4
49         }
50
51         \repeat volta 2
52         {
53                 % Verse
54
55                 \once \override Score.RehearsalMark #'self-alignment-X = #left
56                 \mark \markup { \override #'(font-family . sans) { \box { A } } \italic { 1st X unison } }
57
58                 s1*8 \bar "||"   % 5-12
59
60                 % Chorus
61
62                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
63                 s1*7 |   % 13-19
64                 \time 2/4 s2 \time 4/4 |   % 20
65                 s1*2 |   % 21-22
66         }
67         \alternative
68         {
69                 {
70                         s1*2 |   % 23-24
71                 }
72                 {
73                         s1 |   % 25
74                 }
75         }
76
77         s1 |   % 26
78
79         \key a \major
80
81         \repeat volta 2
82         {
83                 s1*2 |   % 27-28
84         }
85
86         % Verse
87
88         \once \override Score.RehearsalMark #'self-alignment-X = #left
89         \mark \markup { \override #'(font-family . sans) { \box { C } } \italic { bass & drums only } }
90
91         s1*4 |   % 29-32
92
93         \once \override Score.RehearsalMark #'self-alignment-X = #left
94         \mark \markup { \italic { full band } }
95
96         s1*4 |   % 33-36
97
98         \repeat volta 2
99         {
100                 % Chorus
101
102                 \mark \markup { \override #'(font-family . sans) { \box { D } } }
103                 s1*8 |   % 37-44
104         }
105
106         s1*4 \bar "|."   % 45-48
107 }
108
109
110 %
111 % Lead vocal
112 %
113 LeadVox = \relative c''
114 {
115         \clef G
116
117         % Intro
118
119         R1*2 |   % 1-2
120
121         R1*2 |   % 3-4
122
123         % Verse
124
125         <b \hn d,>4 <b \hn d,> <b \hn d,>8 <a \hn c,> <g \hn b,>4 |   % 5
126         <a \hn c,>4 <a \hn c,> <a \hn c,>8 <g \hn c,> <e \hn a,>4 |   % 6
127         <d \hn b>4 <d \hn b> <g \hn b,>8 <fs \hn a,> <g \hn b,> <a \hn c,> |   % 7
128         <b \hn d,>8. <b \hn d,>16 ~ <b \hn d,>8 <a \hn d,>8 ~ <a \hn d,>2 |   % 8
129         <b \hn d,>4 <b \hn d,> <b \hn d,>8 <a \hn c,> <g \hn b,>4 |   % 9
130         <a \hn c,>4 <a \hn c,> <a \hn c,>8 <g \hn c,> <e \hn a,>4 |   % 10
131         <d \hn b>4 <d \hn b> <g \hn c,>8 <fs \hn c> <g \hn c,> <a \hn c,> |   % 7
132         <b \hn d,>8. <a \hn d,>16 ~ <a \hn d,>8 <g \hn b,> r2 |   % 12
133
134         % Chorus
135
136         <b \hn g \hn d>4. ~ <b \hn g \hn d>16 <g \hn d \hn b> ~ <g \hn d \hn b>2 |   % 13
137         <g \hn e \hn c>4. ~ <g \hn e \hn c>16 <e \hn c \hn a> ~ <e \hn c \hn a>2 |   % 14
138         <d \hn b>4 <g \hn b,>8 <fs \hn a,> <g \hn b,>4 <a \hn c,> |   % 15
139         <b \hn cs,>8. <b \hn cs,>16 ~ <b \hn cs,>8 <a \hn d,> ~ <a \hn d,>4 r |   % 16
140         <b \hn g \hn d>4. ~ <b \hn g \hn d>16 <g \hn d \hn b> ~ <g \hn d \hn b>2 |   % 17
141         <g \hn e \hn c>4. ~ <g \hn e \hn c>16 <e \hn c \hn a' \hn c> ~ <e \hn c \hn a' \hn c>2 |   % 18
142         <d \hn g \hn b>4 <d \hn g \hn b> <g \hn e \hn c>8 <fs \hn d \hn c> <g \hn e \hn c> <a \hn fs \hn c> |   % 19
143         \time 2/4 <b \hn g \hn d>8. <a \hn fs \hn d>16 ~ <a \hn fs \hn d>8 <g \hn g,> ~ \time 4/4 |   % 20
144
145         <g \hn g,>4 r r2 |   % 21
146         R1 |   % 22
147
148         R1*2 |   % 23-24
149
150         R1 |   % 25
151
152         R1 |   % 26
153
154
155         R1*2 |   % 27-28
156
157         % Verse
158
159         cs4 cs cs8 b a4 |   % 29
160         b4 b b8 a fs4 |   % 30
161         e4 e a8 gs a b |   % 31
162         cs8. cs16 ~ cs8 b ~ b2 |   % 32
163
164         <cs \hn e,>4 <cs \hn e,> <cs \hn e,>8 <b \hn d,> <a \hn cs,>4 |   % 33
165         <b \hn d,>4 <b \hn d,> <b \hn d,>8 <a \hn d,> <fs \hn b,>4 |   % 34
166         <e \hn cs>4 <e \hn cs> <a \hn fs \hn d>8 <gs \hn e \hn d> <a \hn fs \hn d> <b \hn gs \hn d> |   % 35
167         <cs \hn a \hn e>8. <b \hn gs \hn e>16 ~ <b \hn gs \hn e>8 <a \hn e \hn cs> r2 |   % 36
168
169         % Chorus
170
171         <cs \hn a \hn e>4. ~ <cs \hn a \hn e>16 <a \hn e \hn cs> ~ <a \hn e \hn cs>2 |   % 37
172         <a \hn fs \hn d>4. ~ <a \hn fs \hn d>16 <fs \hn d \hn b> ~ <fs \hn d \hn b>2 |   % 38
173         <e \hn cs>4 <a \hn cs,>8 <gs \hn b,> <a \hn cs,>4 <b \hn d,> |   % 39
174         <cs \hn ds,>8. <cs \hn ds,>16 ~ <cs \hn ds,>8 <b \hn e,> ~ <b \hn e,>4 r |   % 40
175         <cs \hn a \hn e>4. ~ <cs \hn a \hn e>16 <a \hn e \hn cs> ~ <a \hn e \hn cs>2 |   % 41
176         <a \hn fs \hn d>4. ~ <a \hn fs \hn d>16 <fs \hn d \hn b' \hn d> ~ <fs \hn d \hn b' \hn d>2 |   % 42
177         <e \hn a \hn cs>4 <e \hn a \hn cs> <a \hn fs \hn d \hn d'>8 <gs \hn e \hn d \hn d'> <a \hn fs \hn d \hn d'> <b \hn gs \hn d \hn d'> |   % 43
178         <cs \hn a \hn e \hn e'>8. <b \hn gs \hn e \hn d'>16 ~<b \hn gs \hn e \hn d'>8 <a \hn e \hn cs \hn cs'> ~ <a \hn e \hn cs \hn cs'>4 r |   % 44
179
180         <e \hn a \hn cs>4 <e \hn a \hn cs> <a \hn fs \hn d \hn d'>8 <gs \hn e \hn d \hn d'> <a \hn fs \hn d \hn d'> <b \hn gs \hn d \hn d'> |   % 45
181         <cs \hn a \hn e \hn e'>8. <b \hn gs \hn e \hn d'>16 ~<b \hn gs \hn e \hn d'>8 <a \hn e \hn cs \hn cs'> ~ <a \hn e \hn cs \hn cs'>4 r |   % 46
182         e4 e a8 gs a b |   % 47
183         cs4 b a2^\fermata |   % 48
184 }
185
186
187 LeadVoxText = \lyricmode
188 {
189         What a fel -- low -- ship, what a joy di -- vine,
190         lean -- ing on the e -- ver -- last -- ing _ arms; _
191         What a bless -- ed -- ness, what a peace is mine,
192         lean -- ing on the e -- ver -- last -- ing _ arms.
193
194         Lea -- _ ning, _ lea -- _ ning, _
195         safe and se -- cure from all a -- _ larms, _
196         Lea -- _ ning, _ lea -- _ ning, _
197         lean -- ing on the e -- ver -- last -- ing _ arms. _
198
199         What have I to dread, what have I to fear,
200         lean -- ing on the e -- ver -- last -- ing _ arms; _
201         I have bless -- ed peace with my Lord so dear,
202         lean -- ing on the e -- ver -- last -- ing _ arms.
203
204         Lea -- _ ning, _ lea -- _ ning, _
205         safe and se -- cure from all a -- _ larms, _
206         Lea -- _ ning, _ lea -- _ ning, _
207         lean -- ing on the e -- ver -- last -- ing _ arms. _
208
209         Lean -- ing on the e -- ver -- last -- ing _ arms. _
210         Lean -- ing on the e -- ver -- last -- ing arms.
211 }
212
213 LeadVoxTextB = \lyricmode
214 {
215         Oh how sweet to walk in this pil -- grim way,
216         lean -- ing on the e -- ver -- last -- ing _ arms; _
217         Oh how bright the path grows from day to day,
218         lean -- ing on the e -- ver -- last -- ing _ arms.
219 }
220
221
222 Riffs = \relative c'
223 {
224 }
225
226
227 %
228 % Chord names
229 %
230 Chords = \chordmode
231 {
232         % Intro
233
234         s1 |   % 1
235         s1 |   % 2
236
237         g1:7 |   % 3
238         g1:7 |   % 4
239
240         % Verse
241
242         g2 g/b |   % 5
243         c2:6 a:m7 |   % 6
244         g2 e:m7 |   % 7
245         g2/d d |   % 8
246         g2 g/b |   % 9
247         c2:6 a:m7 |   % 10
248         g2/b c |   % 11
249         g4/d d g2 \bar "||"   % 12
250
251         % Chorus
252
253         g2 g:7/b |   % 13
254         c2 a:m7 |   % 14
255         g2 e:m7 |   % 15
256         a2:7 d4:sus4 d |   % 16
257         g2 g:7/b |   % 17
258         c2 a:m7 |   % 18
259         g2/b c |   % 19
260         g4/d d |   % 20
261
262         g1:7 |   % 21
263         g1:7 |   % 22
264
265         g1:7 |   % 23
266         g1:7 |   % 24
267
268         g1:7 |   % 25
269
270         g1:7 |   % 26
271
272
273         a1:7 |   % 27
274         a1:7 |   % 28
275
276         % Verse
277
278         a2 a/cs |   % 29
279         d2:6 b:m7 |   % 30
280         a2 fs:m7 |   % 31
281         a2/e e |   % 32
282         a2 a/cs |   % 33
283         d2:6 b:m7 |   % 34
284         a2/cs d |   % 35
285         a4/e e a2 |   % 36
286
287         % Chorus
288
289         a2 a:7/cs |   % 37
290         d2 b:m7 |   % 38
291         a2 fs:m7 |   % 39
292         b2:7 e4:sus4 e |   % 40
293         a2 a:7/cs |   % 41
294         d2 b:m7 |   % 42
295         a2/cs d |   % 43
296         a4/e e a2 |   % 44
297
298         a2/cs d |   % 45
299         a4/e e a2 |   % 46
300         a2/cs d |   % 47
301         a4/e e a2 |   % 48
302 }
303
304
305 %
306 % Chord rhythms
307 %
308 StaffC = \relative c
309 {
310         \numericTimeSignature
311         \override NoteHead #'style = #'slash
312         \teeny
313
314         % Intro
315
316         R1 |   % 1
317         R1 |   % 2
318
319         c4-> c-> r2 |   % 3
320         c8-> c-> r4 r2 |   % 4
321
322         % Verse
323
324         c4 c c c |   % 5
325         c4 c c c |   % 6
326         c4 c c c |   % 7
327         c4 c c c |   % 8
328         c4 c c c |   % 9
329         c4 c c c |   % 10
330         c4 c c c |   % 11
331         c4 c c-> r |   % 12
332
333         % Chorus
334
335         c2 c4 c |   % 13
336         c2 c4 c |   % 14
337         c4 c c c |   % 15
338         c4 c c c |   % 16
339         c2 c4 c |   % 17
340         c2 c4 c |   % 18
341         c4 c c c |   % 19
342         c4 c |   % 20
343
344         c4-> c-> r2 |   % 21
345         c8-> c-> r4 r2 |   % 22
346
347         c4-> c-> r2 |   % 23
348         c8-> c-> r4 r2 |   % 24
349
350         c4-> c-> r2 |   % 25
351
352         c8-> c-> r4 r2 |   % 26
353
354         c4-> c-> r2 |   % 27
355         c8-> c-> r4 r2 |   % 28
356
357         % Verse
358
359         c4 c c c |   % 29
360         c4 c c c |   % 30
361         c4 c c c |   % 31
362         c4 c c c |   % 32
363         c4 c c c |   % 33
364         c4 c c c |   % 34
365         c4 c c c |   % 35
366         c4 c c c |   % 36
367
368         % Chorus
369
370         c2 c4 c |   % 37
371         c2 c4 c |   % 38
372         c4 c c c |   % 39
373         c4 c c c |   % 40
374         c2 c4 c |   % 41
375         c2 c4 c |   % 42
376         c4 c c c |   % 43
377         c4 c c c |   % 44
378
379         c4 c c c |   % 45
380         c4 c c c |   % 46
381         c2-> c-> |   % 47
382         c4-> c-> c2^\fermata |   % 48
383 }
384
385
386 Dynamics =
387 {
388         s4_\markup { \italic { bass & drums } } s2. |   % 1
389         s1 |   % 2
390         s4_\markup { \italic { full band } } s2. |   % 3
391         s1 |   % 4
392         s4_\markup { \italic { 1st X bass & drums only } } s2. |   % 5
393         s1*7 |   % 6-12
394         s4_\markup { \italic { full band } } s2. |   % 13
395 }
396
397
398 \score
399 {
400         <<
401                 \Global         % The "roadmap" that everything else depends on
402
403                 \context Staff
404                 <<
405                         \new Voice = "lead" \LeadVox
406                         \new Voice = "riffs" \Riffs
407                         \new Lyrics \lyricsto "lead" \LeadVoxText
408                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
409                 >>
410
411                 \new ChoirStaff
412                 <<
413                         \new ChordNames \Chords
414                         \new RhythmicStaff << \StaffC \Dynamics >>
415                 >>
416
417                 \set Score.skipBars = ##t
418                 \set Score.melismaBusyProperties = #'()
419         >>
420 }
421
422
423 \paper
424 {
425         #(define fonts (make-pango-font-tree
426                 "Times New Roman"
427                 "LilyJAZZText"
428                 "Luxi Mono"
429                 (/ staffSize 20)))
430
431 % Don't spread staves vertically across last page (default: t)
432 %       ragged-last-bottom = ##f
433 % Don't spread staves vertically across the page (default: f)
434 %       ragged-bottom = ##t
435 % Allow partial line for last stave (default: f)
436         ragged-last = ##t
437
438 % To find out what's eating the space at the top...
439 %       annotate-spacing = ##t
440 }
441