]> Shamusworld >> Repos - music/blob - covers/evermore.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / covers / evermore.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 "Evermore" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Sandra Boynton/Michael Ford" }
17 %       arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Shamus Hammons" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21
22 %
23 % Lead vocal
24 %
25
26 LeadVox = \relative c'
27 {
28 %       \set Voice.autoBeaming = ##f
29 %       \set Staff.instrument = #"Lead vox"
30         \clef G
31         \key df \major
32         \override Staff.TimeSignature #'style = #'()
33         \time 4/4
34 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
35
36         % Intro
37
38         s1^\markup { \hspace #0.0 \raise #2.0 { Fast 4, moderate half-time feel } } |   % 1
39         s1 |   % 2
40         s1 |   % 3
41         s1 |   % 4
42         s1 |   % 5
43         s1 |   % 6
44         s1 |   % 7
45         s2.. af8 \bar "||"   % 8
46
47         % Verse
48
49 \mark \markup { \override #'(font-family . sans) { \box { A } } }
50
51         f'2 f4 af |   % 9
52         gf2 f4 ef |   % 10
53         df2 ef4 df8 f ~ |   % 11
54         f4 r r af, |   % 12
55         f'4 f r f |   % 13
56         gf2 f4 df |   % 14
57         ef1 |   % 15
58         r2 r4 f8 gf |   % 16
59         af2 bf8 c8 ~ c4 |   % 17
60         bf2. af8 gf |   % 18
61         f8 af ~ af4. r8 gf4 |   % 19
62         ef2. af,8 df |   % 20
63         f2 gf4 af |   % 21
64         af2 gf4 f |   % 22
65         ef2. r4 |   % 23
66         r1 |   % 24
67         r2 r4 af |   % 25
68         af2 gf8 f ~ f4 |   % 26
69         ef1 |   % 27
70         r2 r4 af,8 df \bar "||"   % 28
71
72         % Chorus
73
74 %\mark \markup { \override #'(font-family . sans) { \box { B } } }
75 \once \override Score.RehearsalMark #'self-alignment-X = #left
76 \mark \markup { \override #'(font-family . sans) { \box { B } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
77
78         f4 r af gf |   % 29
79         f4 df r df8 df |   % 30
80         ef2 gf4 f |   % 31
81         df2 r4 f8 ef |   % 32
82         df2 af'4. bf8 |   % 33
83         af4 f r ef8 f |   % 34
84         gf4 gf2 af4 |   % 35
85         ef2 r4 af |   % 36
86         bf8 af4 gf8 ~ gf4 bf |   % 37
87         af8 bf f4 r af |   % 38
88         gf4 f ef df8 ef ~ |   % 39
89         ef4 r r af,8 df |   % 40
90         f2 af4 gf |   % 41
91         f4 df r df8 f |   % 42
92         \times 2/3 { ef2 df c } |   % 43
93         df1 \bar "||"   % 44
94
95 \once \override Score.RehearsalMark #'self-alignment-X = #right
96 \mark \markup { \italic { to Coda } \hspace #1.0 \musicglyph #"scripts.coda" }
97
98         % Midtro
99
100 %\mark \markup { \override #'(font-family . sans) { \box { C } } }
101
102         r1 |  % 45
103         r1 |  % 46
104         r1 |  % 47
105         r1 |  % 48
106         r1 |  % 49
107         r1 |  % 50
108         r2 r4 r8 af \bar "||"  % 51
109
110         % Verse
111
112 \mark \markup { \override #'(font-family . sans) { \box { C } } }
113
114         f'2 f4 af |   % 52
115         gf2 f4 ef |   % 53
116         df2 ef4 df8 f ~ |   % 54
117         f4 r r af, |   % 55
118         f'4 f r f |   % 56
119         gf2 f4 df |   % 57
120         ef1 |   % 58
121         r2 r4 af4 |   % 59
122         bf8 c4 bf8 ~ bf4 af8 f ~ |   % 60
123         f8 af4. r4 f |   % 61
124         gf2 gf8 af4. |   % 62
125         ef2 r |   % 63
126         gf2 gf4. f8 |   % 64
127         f8 ef4 r8 af, f'4. |   % 65
128         ef1 |   % 66
129         r2 r4 af,8 df \bar "||"   % 67
130
131 \once \override Score.RehearsalMark #'self-alignment-X = #right
132 \mark \markup { \italic { D.S. al Coda } }
133
134         % Coda
135
136 %\stopStaff s1 \bar "" \startStaff   % That removed the spurious floating bar line from line break
137 \stopStaff s1 \startStaff
138 \set Score.currentBarNumber = #68
139
140 %meh
141 %\break
142
143 \once \override Score.RehearsalMark #'self-alignment-X = #left
144 \mark \markup { { \musicglyph #"scripts.coda" } "Coda" }
145
146         r1 |   % 68
147         r1 |   % 69
148         r1 |   % 70
149         r1 |   % 71
150         r1 |   % 72
151         r1 |   % 73
152         r2 r4 bf'8 ( c ) |   % 74
153
154 \mark \markup { \override #'(font-family . sans) { \box { D } } }
155
156         df8 c4 bf8 ~ bf4 df |   % 75
157         c8 bf af4 r r8 af |   % 76
158         bf4 af df, ef8 f ~ |   % 77
159         f2-\fermata r4 f8 ef |   % 78
160         f2 c'4 df |   % 79
161         af4 f r df8 f |   % 80
162         \times 2/3 { ef2 df c } \bar "||"   % 81
163
164         % Outro
165
166         df1 |   % 82
167         r1 |   % 83
168         r1 |   % 84
169         \times 2/3 { ef2 df c } |   % 85
170
171         df1 |   % 86
172         r1 |   % 87
173         r1 |   % 88
174         \times 2/3 { ef2 df c } |   % 89
175
176         af'1 |   % 90
177         r1 |   % 91
178         r1 |   % 92
179         r2 r4 r8 bf |   % 93
180
181         af8 f ~ f2. |   % 94
182         r1 |   % 95
183         r1 |   % 96
184         r4 r8 ef4. df8 c |   % 97
185
186         df1-\fermata \bar "|."   % 98
187 }
188
189 LeadVoxText = \lyricmode
190 {
191         The for -- ests of A -- pril a -- wa -- ken from sleep, _
192         and flow -- ers un -- fold through the snow,
193         And the wind rush -- es _ high, and the ri -- ver _ runs deep,
194         and it sings what you al -- rea -- dy know.
195         You al -- rea -- dy _ know.
196
197         E -- ver -- more I will love you.
198         E -- ver -- more I will stay
199         e -- ver right here to hold you.
200         Ne -- ver so far a -- way.
201         And though I know _ some -- times you go
202         to find your way a -- lone, _
203         e -- ver -- more I will love you.
204         You are e -- ver my own.
205
206         Though no -- thing’s as cer -- tain as sea -- sons and time, _
207         though no -- thing will be as be -- fore,
208         still e -- v’ry way _ and al -- _ ways it’s cer -- tain that I’m
209         with you for -- e -- ver, e -- ver -- more.
210
211         E -- ver
212
213         And _ though I know _ some -- times you go
214         to find your way a -- lone, _
215         e -- ver -- more I will love you.
216         You are e -- ver my own.
217
218         E -- ver my own.
219         E -- ver my own.
220         For -- e -- ver _
221         and e -- ver -- more.
222 }
223
224
225 Riffs = \relative c''
226 {
227         \clef G
228         \key df \major
229         \override Staff.TimeSignature #'style = #'()
230         \time 4/4
231 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
232
233         % Intro
234
235         \tiny
236         << { \tiny r4 r8 af4 df4. } \\ { \tiny df,1 } >> |   % 1
237         << { \tiny r4 r8 af'4 df4. } \\ { \tiny ef,8 ( f ) ~ f2. } >> |   % 2
238         << { \tiny r4 r8 df'4 af4. } \\ { \tiny gf4. gf8 ~ gf f ( ef4 ) } >> |   % 3
239         << { \tiny r4 r8 af4 df4. } \\ { \tiny ef,2. ef8 ( df ) } >> |   % 4
240         << { \tiny r4 r8 af'4 df4. } \\ { \tiny df,1 } >> |   % 5
241         << { \tiny r4 r8 af'4 df4. } \\ { \tiny ef,8 ( f ) ~ f2. } >> |   % 6
242         << { \tiny r4 r8 df'4 af4. } \\ { \tiny gf4. gf8 ~ gf f ( ef4 ) } >> |   % 7
243         << { \tiny r4 r8 gf4 af4. } \\ { \tiny af,1 } >> |   % 1
244         \normalsize
245 }
246
247
248 %
249 % Chord names
250 %
251
252 Chords = \chordmode
253 {
254         % Intro
255
256         s1 |   % 1
257         s1 |   % 2
258         s1 |   % 3
259         s1 |   % 4
260         s1 |   % 5
261         s1 |   % 6
262         s1 |   % 7
263         s1 |   % 8
264
265         % Verse
266
267         df1 |   % 9
268         df1/f |   % 10
269         gf2 af |   % 11
270         df1 |   % 12
271         bf1:m |   % 13
272         gf1 |   % 14
273         af1 |   % 15
274         s1 |   % 16
275         df1/f |   % 17
276         bf1:m7 |   % 18
277         af1:sus4 |   % 19
278         af1 |   % 20
279         bf1:m7 |   % 21
280         gf1 |   % 22
281         af1 |   % 23
282         af1/gf |   % 24
283         df1:sus4/f |   % 25
284         af1/gf |   % 26
285         af1 |   % 27
286         af1:7 |   % 28
287
288         % Chorus
289
290         df1 |   % 29
291         df1/f |   % 30
292         gf1 |   % 31
293         af1 |   % 32
294         df1/f |   % 33
295         bf1:m |   % 34
296         gf1 |   % 35
297         af1 |   % 36
298         gf1 |   % 37
299         df1/f |   % 38
300         ef1:m |   % 39
301         af1 |   % 40
302         df1 |   % 41
303         df1/f |   % 42
304         af1 |   % 43
305         df1 |   % 44
306
307         % Midtro
308
309         df1/f |  % 45
310         gf1 |  % 46
311         af1 |  % 47
312         df1 |  % 48
313         df1/f |  % 49
314         gf1 |  % 50
315         af1 |  % 51
316
317         % Verse
318
319         df1 |   % 52
320         df1/f |   % 53
321         gf2 af |   % 54
322         df1 |   % 55
323         bf1:m |   % 56
324         gf1 |   % 57
325         af1 |   % 58
326         s1 |   % 59
327         bf1:m |   % 60
328         df1/f |   % 61
329         gf1 |   % 62
330         af1 |   % 63
331         ef1:m |   % 64
332         df1 |   % 65
333         af1/c |   % 66
334         af1:7 |   % 67
335
336         % Coda
337
338 %\stopStaff s1 \bar "" \startStaff   % That removed the spurious floating bar line from line break
339 %\stopStaff s1 \startStaff
340 %\set Score.currentBarNumber = #68
341 s1
342
343         df1/f |   % 68
344         gf1 |   % 69
345         af1 |   % 70
346         df1/f |   % 71
347         bf1:m |   % 72
348         gf1 |   % 73
349         af1 |   % 74
350
351         bf1:m |   % 75
352         df1/af |   % 76
353         ef1:m/gf |   % 77
354         f1 |   % 78
355         gf1 |   % 79
356         df1/f |   % 80
357         af1 |   % 81
358
359         % Outro
360
361         df1 |   % 82
362         df1/f |   % 83
363         gf1 |   % 84
364         af1 |   % 85
365
366         df1 |   % 86
367         df1/f |   % 87
368         gf1 |   % 88
369         af1 |   % 89
370
371         df1 |   % 90
372         df1/f |   % 91
373         gf1 |   % 92
374         af1 |   % 93
375
376         df1 |   % 94
377         df1/f |   % 95
378         gf1 |   % 96
379         af1 |   % 97
380
381         df1 |   % 98
382 }
383
384
385 %
386 % Chord rhythms
387 %
388
389 % Use a RhythmicStaff on the chords instead of this?
390 % It almost works, but not quite. Doesn't collapse chords above to single notes...
391
392 %Slash = { \override NoteHead #'style = #'slash }
393 %Cross = { \override NoteHead #'style = #'cross }
394
395 StaffC = \relative c
396 {
397         \override Staff.TimeSignature #'style = #'()
398         \time 4/4
399         \override NoteHead #'style = #'slash
400
401         % Intro
402
403         r1 |   % 1
404         r1 |   % 2
405         r1 |   % 3
406         r1 |   % 4
407         r1 |   % 5
408         r1 |   % 6
409         r1 |   % 7
410         r1 \bar "||"   % 8
411
412         % Verse
413
414         c4 c c c |   % 9
415         c4 c c c |   % 10
416         c4 c c c |   % 11
417         c4 c c c |   % 12
418         c4 c c c |   % 13
419         c4 c c c |   % 14
420         c4 c c c |   % 15
421         c4 c c c |   % 16
422         c4 c c c |   % 17
423         c4 c c c |   % 18
424         c4 c c c |   % 19
425         c4 c c c |   % 20
426         c4 c c c |   % 21
427         c4 c c c |   % 22
428         c4 c c c |   % 23
429         c4 c c c |   % 24
430         c4 c c c |   % 25
431         c4 c c c |   % 26
432         c4 c c c |   % 27
433         c4 c c c \bar "||"   % 28
434
435         % Chorus
436
437         c4 c c c |   % 29
438         c4 c c c |   % 30
439         c4 c c c |   % 31
440         c4 c c c |   % 32
441         c4 c c c |   % 33
442         c4 c c c_\markup { "E F#" } |   % 34
443         c4 c c c |   % 35
444         c4 c c c |   % 36
445         c4 c c c |   % 37
446         c4 c c c |   % 38
447         c4 c c_\markup { G } c |   % 39
448         c4 c c c |   % 40
449         c4 c c c |   % 41
450         c4 c c c |   % 42
451         c4_\markup { "G (A)" } c c_\markup { A } c |   % 43
452         c4 c c c \bar "||"   % 44
453
454         % Midtro
455
456         c4 c c c |  % 45
457         c4 c c c |  % 46
458         c4 c c c |  % 47
459         c4 c c c |  % 48
460         c4 c c c |  % 49
461         c4 c c c |  % 50
462         c4 c c c \bar "||"  % 51
463
464         % Verse
465
466         c4 c c c |   % 52
467         c4 c c c |   % 53
468         c4 c c c |   % 54
469         c4 c c c |   % 55
470         c4 c c c |   % 56
471         c4 c c c |   % 57
472         c4 c c c |   % 58
473         c4 c c c |   % 59
474         c4 c c c |   % 60
475         c4 c c c |   % 61
476         c4 c c c |   % 62
477         c4 c c c_\markup { D } |   % 63
478         c4 c c c |   % 64
479         c4 c c c |   % 65
480         c4 c c c_\markup { B } |   % 66
481         c4 c c c \bar "||"   % 67
482
483         % Coda
484
485 %\stopStaff s1 \bar "" \startStaff   % That removed the spurious floating bar line from line break
486 \stopStaff s1 \startStaff
487 \set Score.currentBarNumber = #68
488
489         c4 c c c |   % 68
490         c4 c c c |   % 69
491         c4 c c c |   % 70
492         c4 c c c |   % 71
493         c4 c c c |   % 72
494         c4 c c c |   % 73
495         c4 c c c |   % 74
496
497         c4 c c c |   % 75
498         c4 c c c |   % 76
499         c4 c c c |   % 77
500         c1-\fermata |   % 78
501         c4 c c c |   % 79
502         c4 c c c |   % 80
503         c4_\markup { E } c c_\markup { A } c \bar "||"   % 81
504
505         % Outro
506
507         c4 c c c |   % 82
508         c4 c c c |   % 83
509         c4 c c c |   % 84
510         c4 c c c |   % 85
511
512         c4 c c c |   % 86
513         c4 c c c |   % 87
514         c4 c c c |   % 88
515         c4 c c c |   % 89
516
517         c4 c c c |   % 90
518         c4 c c c |   % 91
519         c4 c c c |   % 92
520         c4 c c c |   % 93
521
522         c4 c c c |   % 94
523         c4 c c c |   % 95
524         c4 c c c |   % 96
525         c4 c c c |   % 97
526
527         c1-\fermata \bar "|."   % 98
528 }
529
530
531 Dynamics =
532 {
533         s4_\markup { \italic { Acoustic guitar only } } s2. |   % 1
534         s1*26
535         s4_\markup { \italic { Piano in } } s2. |   % 1
536         s1*15
537         s4_\markup { \italic { Band in } } s2. |   % 1
538
539 %{
540         s4_\markup { \italic { snare on 4, bass 8th notes } } s2. |   % 1
541         s1*26 |   % 2-27
542         s2 s4 \< s |   % 28
543         s4_\f s_\markup { \hspace #0.0 \raise #-2.0 \italic { snare 2 & 4 } } s2 |   % 29
544         s1*8 |   % 30-37
545         s2 s4 \< s \! |   % 38
546         s1 |   % 39
547         s2. s8 \> s \! |   % 40
548         s4_\markup { \hspace #0.0 \raise #-2.0 \italic { bass 8th notes, band builds each repeat } } s2. |   % 41
549         s1*8 |   % 42-49
550         s4 \< s2. |   % 50
551         s4_\f s2. |   % 51
552         s1*5 |   % 52-56
553         s4_\markup { \hspace #0.0 \raise #-2.0 \italic { rit. last time } } s2. |   % 57
554         s2 s4 \< s \! |   % 58
555 %}
556 }
557
558
559 \score
560 {
561         <<
562                 <<
563 %                       \new Staff = leadStaff { \new Voice = "lead" \LeadVox }
564 %                       \new Staff = leadStaff { << \new Voice = "lead" \LeadVox \new Voice = "riffs" \Riffs >> }
565                         \new Staff = leadStaff { << \new Voice = "lead" \transpose df d \LeadVox \new Voice = "riffs" \transpose df d \Riffs >> }
566                         \new Lyrics \lyricsto "lead" \LeadVoxText
567 %                       \new Lyrics \lyricsto "lead" \LeadVoxTextB
568                 >>
569
570                 \new ChoirStaff = "Rhythm"
571                 <<
572 %                       \new ChordNames = "chords" \Chords
573                         \new ChordNames = "chords" \transpose df d \Chords
574                         \new RhythmicStaff = "chordRhythm" << \StaffC \Dynamics >>
575                 >>
576
577                 \set Score.skipBars = ##t
578                 \set Score.melismaBusyProperties = #'()
579         >>
580
581         \layout
582         {
583 %               \context { \Staff \RemoveEmptyStaves }
584 %               ragged-last-bottom = ##t
585                 ragged-last = ##t
586         }
587 }
588
589
590 \paper
591 {
592   #(define fonts (make-pango-font-tree
593     "Times New Roman"
594     "DomCasual BT"
595     "Luxi Mono"
596     (/ staffSize 20)))
597
598 %  top-margin = -0.25 \in
599 }