]> Shamusworld >> Repos - music/blob - i-will-never-be.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / i-will-never-be.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 = #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 Never Be (The Same Again)" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Geoff Bullock" }
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
22 %
23 % Song's structure
24 %
25 Global =
26 {
27         \clef G
28         \key d \major
29         \numericTimeSignature
30         \time 4/4
31
32         % Intro
33
34         s1*2 |   % 1-2
35
36         % A section
37
38         \repeat volta 2
39         {
40                 \mark \markup { \override #'(font-family . sans) \box { A } }
41                 s1*7 |   % 3-9
42         }
43         \alternative
44         {
45                 {
46                         s1 |   % 10
47                 }
48                 {
49                         s1 |   % 11
50                 }
51         }
52
53         % B section
54
55         \once \override Score.RehearsalMark #'self-alignment-X = #left
56         \mark \markup { \override #'(font-family . sans) { \box { B } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
57
58         s1*7 |   % 12-18
59         \time 2/4 s2 \time 4/4 |   % 19
60         s2...
61         \once \override Score.RehearsalMark #'self-alignment-X = #right
62         \mark \markup { \italic { to Coda } \hspace #1.0 \musicglyph #"scripts.coda" }
63         s16 \bar "||"   % 20
64
65         % A section
66
67         \mark \markup { \override #'(font-family . sans) \box { C } }
68         s1*8 \bar "||"   % 21-28
69
70         \once \override Score.RehearsalMark #'self-alignment-X = #right
71         \mark \markup { \italic { D.S. al Coda } }
72
73 % \stopStaff s1 \bar "" \startStaff   % That removed the spurious floating bar line from line break
74 \stopStaff s1 \startStaff
75 \set Score.currentBarNumber = #29
76
77         \once \override Score.RehearsalMark #'self-alignment-X = #left
78         \mark \markup { { \musicglyph #"scripts.coda" } "Coda" }
79
80         % Coda
81
82         s1*8 \bar "||"   % 29-36
83
84         % Outro
85
86         \key ef \major
87
88         \mark \markup { \override #'(font-family . sans) \box { D } }
89         s1*14 \bar "|."   % 37-50
90 }
91
92
93 %
94 % Lead vocal
95 %
96 LeadVox = \relative c'
97 {
98         \clef G
99
100         % Intro
101
102         s1*2 |   % 1-2
103
104         % A section
105
106         r8 fs16 fs fs fs g8 ~ g4 r8 r16 g |   % 3
107         b4 a8 a ~ a4 r |   % 4
108         r8 d,16 d d e fs e ~ e4 r8 a  |   % 5
109         a8 e4 fs8 ~ fs4 r |   % 6
110         r8 fs16 fs fs fs g8 ~ g4 r8 b |   % 7
111         b8 a4 a8 ~ a4 r8 fs |   % 8
112         d4 fs8 fs16 e ~ e4. d16 cs |   % 9
113
114         d4 cs8 d ~ d4 r |   % 10
115
116         d4 cs8 d ~ d4 r |   % 11
117
118         % B section
119
120         g8 g4 g8 ~ g4. a8 ~ |   % 12
121         a8 e4 fs8 ~ fs2 |   % 13
122         g8 g g g16 b ~ b b4. b16 |   % 14
123         a8 e fs fs ~ fs4 r |   % 15
124         f8 f16 f ~ f f g8 ~ g8. g16 ~ g4 |   % 16
125         g8 g16 g ~ g f a8 ~ a4 r8 fs |   % 17
126         d8 d16 b' ~ b8 a ~ a4 r8 fs |   % 18
127         g8 fs16 g ~ g b8. ( |   % 19
128         a8 ) a2.. |   % 20
129
130         % A section
131
132         r8 fs16 fs fs fs g8 ~ g4 r4 |   % 21
133         r8 g16 g b8 a ~ a a4 r16 fs |   % 22
134         d16 d b d ~ d fs8 e16 ~ e4 r8 a |   % 23
135         a8 e4 fs8 ~ fs4 r8 r16 d |   % 24
136         fs8 fs g g ~ g4 r8 b ~ |   % 25
137         b8 a4 a8 ~ a4 r8 fs |   % 26
138         d4 fs8 fs16 e ~ e4. d16 cs |   % 27
139         d4 cs8 d ~ d4 r |   % 28
140
141         s1 % blank bar for coda
142
143         % Coda
144
145         r8 fs16 fs fs fs g8 ~ g4 r8 r16 g |   % 29
146         b4 a8 a ~ a4 r |   % 30
147         r8 d,16 d d e fs e ~ e4 r8 a  |   % 31
148         a8 e4 fs8 ~ fs4 r |   % 32
149         r8 fs16 fs fs fs g8 ~ g4 r8 b |   % 33
150         b8 a4 a8 ~ a4 r8 fs |   % 34
151         d4 fs8 fs16 e ~ e4. d16 cs |   % 35
152         d4 cs8 d ~ d4 r |   % 36
153
154         % Outro
155
156         r8 g16 g g g af8 ~ af4 r8 r16 af |   % 37
157         c4 bf8 bf ~ bf4 r |   % 38
158         r8 ef,16 ef ef f g f ~ f4 r8 bf  |   % 39
159         bf8 f4 g8 ~ g4 r |   % 40
160         r8 g16 g g af af8 ~ af4 r8 c |   % 41
161         c8 bf4 bf8 ~ bf4 r8 g |   % 42
162         ef4 g8 g16 f ~ f4. ef16 d |   % 43
163         ef4 d8 ef ~ ef4 r8 g |   % 44
164
165         ef4 g8 g16 f ~ f4. ef16 d |   % 45
166         ef4 d8 ef ~ ef4 r8 g |   % 46
167         ef4 g8 g16 f ~ f4. ef16 d |   % 47
168         ef2. d4 |   % 48
169         \voiceTwo { ef2 r2 } \oneVoice |   % 49
170         s1 |   % 50
171 }
172
173
174 LeadVoxText = \lyricmode
175 {
176         I will ne -- ver be _ the same a -- gain, _
177         I can ne -- ver re -- turn, _ I’ve closed the door; _
178         I will walk the path, _ I’ll run the race, _
179         And I will ne -- ver _ be the same a -- again. _
180
181         same a -- gain. _
182
183         Fall like fire, _ soak _ like rain, _
184         Flow like migh -- ty wa -- _ ters a -- gain and a -- gain. _
185         Sweep a -- way _ the dark -- _ ness, _ burn a -- way _ the chaff, _
186         And let a flame _ burn _ to glo -- ri -- fy _ your _ name!
187
188         There are high -- er heights, _ there are deep -- er _ seas;
189         What -- e -- ver you want _ to do, _ Lord do in me. _
190         The glo -- ry of God _ fills _ my life _
191         And I will ne -- ver _ be the same a -- again. _
192
193         I will ne -- ver be _ the same a -- gain, _
194         I can ne -- ver re -- turn, _ I’ve closed the door; _
195         I will walk the path, _ I’ll run the race, _
196         And I will ne -- ver _ be the same a -- again. _
197
198         I will ne -- ver be _ the same a -- gain, _
199         I can ne -- ver re -- turn, _ I’ve closed the door; _
200         I will walk the path, _ I’ll run the race, _
201         And I will ne -- ver _ be the same a -- again. _
202
203         And I will ne -- ver _ be the same a -- again. _
204         And I will ne -- ver _ be the same a -- again. _
205 }
206
207
208 Riffs = \relative c'
209 {
210         % Intro
211
212         \tiny
213         d4 fs8 fs16 e ~ e4. d16 cs |   % 1
214         d4 cs8 d ~ d2 |   % 2
215
216         s1*16
217         s2
218         s1*9
219         s1 % coda spacer
220         s1*20
221
222         \voiceOne { r8 g16 g g g af8 ~ af2 } \oneVoice |   % 49
223         c8 bf4. g2-\fermata |   % 50
224         \normalsize
225 }
226
227
228 %
229 % Chord names
230 %
231 Chords = \chordmode
232 {
233         % Intro
234
235         g4. a2 s8 |   % 1
236         g4/b a8/cs d2 s8 |   % 2
237
238         % A section
239
240         d4. g2/d s8 |   % 3
241         g4/b a8/cs d2 s8 |   % 4
242         g4.. a16 s2 |   % 5
243         g8/b a4/cs d4. a4:sus4 |   % 6
244         d4. e2:m11 s8 |   % 7
245         g8 a4 d4. d4/fs |   % 8
246         g4. a2 s8 |   % 9
247
248         g4/b a8/cs d4. a4:sus4 |   % 10
249
250         g4/b a8/cs d2 s8 |   % 11
251
252         % B section
253
254         c4. g2/b a8:sus4 |   % 12
255         s8 a4/cs d2 s8 |   % 13
256         c4.. g16/b s2 |   % 14
257         a4:sus4 a8/cs d4. d4/c |   % 15
258         bf4. c2/bf s8 |   % 16
259         a4.:m7 d2/a s8 |   % 17
260         e4.:m11 d2/fs s8 |   % 18
261         g2 |   % 19
262         a2:sus4 a |   % 20
263
264         % A section
265
266         d4. g2/d s8 |   % 21
267         g8/b a4/cs d2 s8 |   % 22
268         g4.. a16 s2 |   % 23
269         g8/b a4/cs d4. a4:sus4 |   % 24
270         d4. e2:m11 g8/b |   % 25
271         s8 a4/cs d4. d4/fs |   % 26
272         g4. a2 s8 |   % 27
273         g4/b a8/cs d2 s8 |   % 28
274
275         s1 % blank for coda
276
277         % Coda
278
279         d4. g2/d s8 |   % 29
280         g4/b a8/cs d2 s8 |   % 30
281         g4.. a16 s2 |   % 31
282         g8/b a4/cs d4. a4:sus4 |   % 32
283         d4. e2:m11 s8 |   % 33
284         g8 a4 d4. d4/fs |   % 34
285         g4. a2 s8 |   % 35
286         g4/b a8/cs d4. bf4 |   % 36
287
288         % Outro
289
290         ef4. af2/ef s8 |   % 37
291         af4/c bf8/d ef2 s8 |   % 38
292         af4.. bf16 s2 |   % 39
293         af8/c bf4/d ef4. bf4:sus4 |   % 40
294         ef4. f2:m11 s8 |   % 41
295         af8/c bf4/d ef4. ef4/g |   % 42
296         af4. bf2 s8 |   % 43
297         af4/c bf8/d ef4. ef4/g |   % 44
298         af4. bf2 s8 |   % 45
299         af4/c bf8/d ef2 s8 |   % 46
300         af4. bf2 s8 |   % 47
301         af2./c bf4/d |   % 48
302         ef4. af2/ef s8 |   % 49
303         af8/c bf4./d ef2 |   % 50
304 }
305
306
307 %
308 % Chord rhythms
309 %
310 StaffC = \relative c
311 {
312         \numericTimeSignature
313         \override NoteHead #'style = #'slash
314         \teeny
315
316         % Intro
317
318         c4. c8 ~ c4 c |   % 1
319         c4 c8 c ~ c4 c |   % 2
320
321         % A section
322
323         c4. c8 ~ c4 c |   % 3
324         c4 c8 c ~ c4 c |   % 4
325         c4 ~ c8. c16 ~ c4 c |   % 5
326         c8 c4 c8 ~ c4 c |   % 6
327         c4. c8 ~ c4 c |   % 7
328         c8 c4 c8 ~ c4 c |   % 8
329         c4. c8 ~ c4 c |   % 9
330
331         c4 c8 c ~ c4 c-> |   % 10
332
333         c4 c8 c ~ c4 c |   % 11
334
335         % B section
336
337         c4.-> c8-> ~ c4. c8-> ~ |   % 12
338         c8 c4 c8 ~ c4 c |   % 13
339         c4 c8. c16 ~ c4 c |   % 14
340         c4 c8 c-> ~ c4 c |   % 15
341         c4. c8-> ~ c4 c |   % 16
342         c4. c8 ~ c4 c |   % 17
343         c4.-> c8-> ~ c4 c |   % 18
344         c4-> c |   % 19
345         c4-> c c c |   % 20
346
347         % A section
348
349         c4. c8 ~ c4 c |   % 21
350         c8 c4 c8 ~ c4 c |   % 22
351         c4 c8. c16 ~ c4 c |   % 23
352         c8 c4 c8 ~ c4 c |   % 24
353         c4. c8 ~ c4. c8 ~ |   % 25
354         c8 c4 c8 ~ c4 c |   % 26
355         c4. c8 ~ c4 c |   % 27
356         c4 c8 c ~ c4 c |   % 28
357
358 % \stopStaff s1 \bar "" \startStaff   % That removed the spurious floating bar line from line break
359 \stopStaff s1 \startStaff
360
361         % Coda
362
363         c4. c8 ~ c4 c |   % 29
364         c4 c8 c ~ c4 c |   % 30
365         c4 c8. c16 ~ c4 c |   % 31
366         c8 c4 c8 ~ c4 c |   % 32
367         c4. c8 ~ c4 c |   % 33
368         c8 c4 c8 ~ c4 c |   % 34
369         c4. c8 ~ c4 c |   % 35
370         c4 c8 c ~ c4 c |   % 36
371
372         % Outro
373
374         c4. c8-> ~ c4 c |   % 37
375         c4 c8 c-> ~ c4 c |   % 38
376         c4 c8. c16 ~ c4 c |   % 39
377         c8 c4-> c8-> ~ c4 c |   % 40
378         c4. c8 ~ c4 c |   % 41
379         c8 c4-> c8-> ~ c4 c |   % 42
380         c4. c8 ~ c4 c |   % 43
381         c4 c8 c ~ c4 c |   % 44
382         c4. c8 ~ c4 c |   % 45
383         c4 c8 c ~ c4 c |   % 46
384         c4. c8 ~ c4 c |   % 47
385         c4 c c c-> |   % 48
386         c4. c8 ~ c4 c |   % 49
387         c8 c4. c2-\fermata |   % 50
388 }
389
390
391 Dynamics =
392 {
393         s4_\mp s2. |   % 1
394         s1*9
395         s2 s4 \< s |   % 11
396         s4_\mf s2. |   % 12
397         s1*4
398         s4. s8 \< s2 |   % 17
399         s4_\f s2. |   % 18
400         s2 |   % 19
401         s2 s4 \> s \! |   % 20
402         s1*7
403         s2 s4 \< s \! |   % 28
404         s1 % coda filler
405         s4_\mf s2. |   % 29
406         s1*6
407         s2 s4 \< s \! |   % 36
408         s1*11
409         s4 s \< s2 |   % 48
410         s4_\f s2. |   % 49
411         s8 s_\markup { \italic { rit. } } s2. |   % 50
412 }
413
414
415 \score
416 {
417         <<
418                 \Global         % The "roadmap" that everything else depends on
419
420                 \context Staff
421                 <<
422                         \new Voice = "lead" \LeadVox
423                         \new Voice = "riffs" \Riffs
424                         \new Lyrics \lyricsto "lead" \LeadVoxText
425                 >>
426
427                 \new ChoirStaff
428                 <<
429                         \new ChordNames \Chords
430                         \new RhythmicStaff << \StaffC \Dynamics >>
431                 >>
432
433                 \set Score.skipBars = ##t
434                 \set Score.melismaBusyProperties = #'()
435         >>
436 }
437
438
439 \paper
440 {
441         #(define fonts (make-pango-font-tree
442                 "Times New Roman"
443                 "LilyJAZZText"
444                 "Luxi Mono"
445                 (/ staffSize 20)))
446
447 % Don't spread staves vertically across last page (default: t)
448 %       ragged-last-bottom = ##f
449 % Don't spread staves vertically across the page (default: f)
450 %       ragged-bottom = ##t
451 % Allow partial line for last stave (default: f)
452         ragged-last = ##t
453
454 % To find out what's eating the space at the top...
455 %       annotate-spacing = ##t
456 }
457