]> Shamusworld >> Repos - music/blob - creation-song.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / creation-song.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 "Creation Song (Glory to the Lamb)" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Fernando Ortega" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "Arr. John Wierick/Ed Smart" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 % Let's try a chord dictionary
20         subtitle = \markup { \center-column { \fret-diagram-terse #"x;x;x;7;8;10;" \override #'(font-family . sans) G2 } "     " \center-column { \fret-diagram-terse #"x;x;x;5;6;8;" \override #'(font-family . sans) F2 } }
21 }
22
23 % Useful tweak abbreviations (hn = harmony note)
24
25 hn = #(define-music-function (parser location arg) (ly:music?)
26 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
27
28   (set! (ly:music-property arg 'tweaks)
29     (acons 'font-size -3.5 (ly:music-property arg 'tweaks))) arg)
30
31
32 %
33 % Song's structure
34 %
35 Global =
36 {
37         \key g \major
38         \numericTimeSignature
39         \time 6/4
40
41         % Intro
42
43         \once \override TextScript #'padding = #2.0
44         s1*0^\markup { \large \bold { Not too fast } }
45 %Capo 3 version
46 %       s1*0^\markup { \large \bold { Not too fast "(*** CAPO 3 ***)" } }
47
48         \repeat volta 2
49         {
50                 s1.*2 |   % 1-2
51         }
52
53         % Verse
54
55         \mark \markup { \override #'(font-family . sans) { \box { A } } }
56         s1.*16 \bar "||"   % 3-18
57
58         % Chorus
59
60         \once \override Score.RehearsalMark #'self-alignment-X = #left
61         \mark \markup { \override #'(font-family . sans) { \box { B } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
62         s1.*10 |   % 19-28
63         \once \override Score.RehearsalMark #'self-alignment-X = #left
64         \mark \markup { \musicglyph #"scripts.coda" \italic { to Coda } }
65         s1.*8 \bar "||"   % 29-36
66
67         % Verse
68
69         \mark \markup { \override #'(font-family . sans) { \box { C } } }
70         s1.*16 \bar "||"   % 37-52
71         \once \override Score.RehearsalMark #'self-alignment-X = #right
72         \mark \markup { \large \bold { D.S. al Coda } }
73
74         % Coda
75
76         % blank measure between last measure and coda
77 %       \stopStaff s1. \bar "" \startStaff   % That removed the spurious floating bar line from line break
78         \stopStaff s1. \startStaff   % That removed the spurious floating bar line from line break
79 %       \break % Meh
80         \set Score.currentBarNumber = #53
81
82         \once \override Score.RehearsalMark #'self-alignment-X = #left
83         \mark \markup { { \musicglyph #"scripts.coda" } "Coda" }
84
85         s1.*10 \bar "||"   % 53-62
86
87         % Interlude
88
89         \mark \markup { \override #'(font-family . sans) { \box { D } } }
90         s1.*14 |   % 63-76
91         \key a \major
92         s1.*2 |   % 77-78
93
94         % Chorus
95
96         \repeat volta 2
97         {
98                 \mark \markup { \override #'(font-family . sans) { \box { E } } }
99                 s1.*15 \bar "||"   % 79-93
100         }
101         \alternative
102         {
103                 {
104                         s1.   % 94
105                 }
106                 {
107                         s1.   % 95
108                 }
109         }
110
111         s1.*5 \bar "|."  % 96-100
112 }
113
114
115 %
116 % Lead vocal
117 %
118 LeadVox = \relative c'
119 {
120         \clef G
121
122         % Intro
123
124         s1. |   % 1
125         s1 s4 d |   % 2
126
127         % Verse
128
129         b'4. b b d |   % 3
130         d2. c4 b g |   % 4
131         a2 ( \times 2/3 { b8 a g ) } a2. |   % 5
132         r2 r8 g c4 b g8 g ~ |   % 6
133         g4 f2 r4 r r8 f |   % 7
134         c'4 c c8 c ~ c4 b g8 g ~ |   % 8
135         g1. |   % 9
136         r2 r r4 <d \hn b'> |   % 10
137         <b' \hn d>4 <b \hn d> <a \hn c>8 <b \hn d> ~ <b \hn d>4 <b \hn d> <d \hn g> |   % 11
138         <d \hn g>4 <d \hn g>4. <d, \hn b'>8 <c' \hn e>4 <b \hn d>8 <g \hn b>4. |   % 12
139         <a \hn c>2 ( \times 2/3 { <b \hn d>8 <a \hn c> <g \hn b> ) } <a \hn d>2. |   % 13
140         r2 r8 <g \hn b>8 <c \hn e>4 <b \hn d> << { \voiceTwo g8 g ~ } \context Voice = vb { \voiceOne <\hn b> <\hn c> ~ } >> |   % 14
141         << { \voiceTwo g8 f ~ f2 } \context Voice = vb { \voiceOne <\hn c'>2. } >> \oneVoice <c \hn e>4 <b \hn d> <g \hn b>8 <g \hn c> ~ |   % 15
142         <g \hn c>8 <f \hn c'> ~ <f \hn c'>2 <a \hn c>8 <b \hn d>4 <c \hn e>8 ~ <c \hn e>4 |   % 16
143         <c \hn e>4 <b \hn d> <b \hn d>8 ( <a \hn c> ) <b \hn d>2. |   % 17
144         r2 r2 g4 b |   % 18
145
146         % Chorus
147
148         <b \hn d \hn g>1. |   % 19
149         <b \hn d \hn g>2. r4 r2 |   % 20
150         <b \hn e \hn g>1. |   % 21
151         <b \hn e \hn g>2. r4 r2 |   % 22
152         << { \voiceTwo b2. b } \context Voice = vb { \voiceOne <\hn d \hn g>2. <\hn d>4 ~ <\hn d>8 <\hn e> <\hn g>4 } >> |   % 23
153         << { \voiceTwo c,2 ( b4 ) b2 ( a4 ) } \context Voice = vb { \voiceOne <\hn e' \hn a>2. <\hn d \hn g> } >> \oneVoice |   % 24
154         <a \hn d \hn fs>1. |   % 25
155         r2 r2 <g \hn b \hn d>4 <b \hn d \hn g> |   % 26
156         <b \hn d \hn g>1 ( ~ <b \hn d \hn g>8 <c \hn a'>16 <b \hn g'> <a \hn d \hn fs>4 ) |   % 27
157         <a \hn d \hn fs>2. r4 r <g \hn b \hn e> |   % 28
158         <b \hn e \hn g>1. |   % 29
159         <b \hn e \hn g>2. r4 r <c \hn e \hn g> |   % 30
160         << { \voiceTwo d1 ~ d4 c8 b } \context Voice = vb { \voiceOne <\hn fs' \hn a>2. ( <\hn e \hn g> } >> |   % 31
161         << { \voiceTwo a,1 ~ a8 b16 a g4 } \context Voice = vb { \voiceOne <\hn d' \hn fs>1 ~ <\hn d \hn fs>8 <\hn g>16 <\hn fs> <\hn d>4 ) } >> \oneVoice |   % 32
162         <g, \hn b \hn d>1. |   % 33
163         R1. |   % 34
164         R1. |   % 35
165         R1. |   % 36
166
167         % Verse
168
169         b4 b a8 b ~ b4 b d |   % 37
170         d4 b r8 b c4 b g |   % 38
171         a2 ( \times 2/3 { b8 a g ) } a2. |   % 39
172         r2 r8 <g \hn b> <a \hn c>4 <b \hn d> <c \hn e> |   % 40
173         <c \hn e>4 <b \hn d> <g \hn b> <g \hn c> <f \hn c'>2 |   % 41
174         r2 r8 <f \hn a> <a \hn c> <b \hn d>4 <c \hn e>8 ~ <c \hn e>4 |   % 42
175         <c \hn e>4 <b \hn d> <b \hn d>8 <a \hn c> <b \hn d>2. |   % 43
176         r2 r <g \hn d \hn b' \hn g'>4 <a \hn e \hn c' \hn a'> |   % 44
177         <b \hn g \hn d' \hn b'>4 <b \hn g \hn d' \hn b'> <a \hn g \hn c \hn a'>8 <b \hn g \hn d' \hn b'>8 ~ <b \hn g \hn d' \hn b'>4 <b \hn g \hn d' \hn b'> <d \hn b \hn g' \hn d'> |   % 45
178         <d \hn b \hn g' \hn d'>4 r r <c \hn a \hn e' \hn c'> <b \hn g \hn d' \hn b'> <g \hn d \hn b' \hn g'> |   % 46
179         <a \hn g \hn c \hn a'>4 <b \hn g \hn d' \hn b'> <b \hn g \hn d' \hn b'>8 <g \hn d \hn b' \hn g'> <a \hn g \hn d' \hn a'>2 r4 |   % 47
180         r2 r8 <a \hn a'> <a \hn a'>4 <b \hn b'> <c \hn c'> |   % 48
181         <c \hn c'>2. r4 r2 |   % 49
182         <a \hn c \hn e \hn a>4. <a \hn c \hn e \hn a> <b \hn d \hn g \hn b> <c \hn e \hn a \hn c> |   % 50
183         <c \hn e \hn a \hn c>4 <b \hn d \hn g \hn b> <a \hn c \hn e \hn a> <b \hn d \hn g \hn b>2. |   % 51
184         r2 r <g \hn g'>4 <b \hn b'> |   % 52
185
186         s1. % for Coda spacing
187
188         % Coda
189
190         <b \hn e \hn g>1. |   % 53
191         <b \hn e \hn g>2. r4 r <c \hn e> |   % 54
192         <d \hn bf \hn f'>1. |   % 55
193         << { \voiceTwo <d \hn bf>1. ~ } \context Voice = vc { \voiceOne <\hn f>1 ~ <\hn f>4 <\hn f> } >> |   % 56
194         << { \voiceTwo <d \hn bf>1. } \context Voice = vc { \voiceOne <\hn bf'>2. <\hn a>2 <\hn g> 4 } >> |   % 57
195         << { \voiceTwo r2 r bf,4 ( c ) } \context Voice = vc { \voiceOne <\hn bf'>2. <\hn a>2 <\hn g>4 } >> \oneVoice |   % 58
196         <c, \hn a \hn f' \hn a>1. |   % 59
197         <c \hn a \hn f' \hn a>1. ~ |   % 60
198         <c \hn a \hn f' \hn a>1. |   % 61
199         R1. |   % 62
200
201         % Interlude
202
203         s1. |   % 63
204         s1. |   % 64
205         s1. |   % 65
206         s1. |   % 66
207         s1. |   % 67
208         s1. |   % 68
209         s1. |   % 69
210         s1. |   % 70
211         s1. |   % 71
212         s1. |   % 72
213         s1. |   % 73
214         s1. |   % 74
215         s1. |   % 75
216         R1. |   % 76
217         R1. |   % 77
218         r2 r <a \hn e \hn cs' \hn a'>4 <cs \hn a \hn e' \hn cs'> |   % 78
219
220         % Chorus
221
222         <cs \hn a \hn e' \hn cs'>1. |   % 79
223         <cs \hn a \hn e' \hn cs'>2. r4 <a \hn e \hn cs' \hn a'> <cs \hn a \hn e' \hn cs'> |   % 80
224         <cs \hn a \hn fs' \hn cs'>1. |   % 81
225         <cs \hn a \hn fs' \hn cs'>1 r2 |   % 82
226         <cs \hn a \hn e' \hn cs'>2. <cs \hn a \hn e' \hn cs'> |   % 83
227         << { \voiceTwo d2 ( cs4 ) cs2 ( b4 ) } \context Voice = vb { \voiceOne <\hn b \hn fs' \hn d'>2. <\hn a \hn e' \hn cs'> } >> \oneVoice |   % 84
228         <b \hn gs \hn e' \hn b'>1. |   % 85
229         r2 r <a \hn e \hn cs' \hn a'>4 ( <cs \hn a  \hn e' \hn cs'> ) |   % 86
230         <cs \hn a \hn e' \hn cs'>1 ~ ( <cs \hn a \hn e' \hn cs'>8 <d \hn d'>16 <cs \hn cs'> <b \hn b'>4 ) |   % 87
231         <b \hn gs \hn e' \hn b'>2. r4 r <a \hn fs \hn cs' \hn a'>4 |   % 88
232         <cs \hn a \hn fs' \hn cs'>1. |   % 89
233         <cs \hn a \hn fs' \hn cs'>2. r4 r <d \hn d'> |   % 90
234         <e \hn e'>1 ( <d \hn d'>8 <cs \hn cs'> <b \hn b'>4 ) |   % 91
235         <b \hn b'>1 ~ <b \hn b'>4 <a \hn a'> |   % 92
236         <d \hn fs \hn d'>2. ( <cs \hn e \hn cs'>4 ~ <cs \hn e \hn cs'>8 <d \hn d'>16 <cs \hn cs'> <b \hn b'>4 ) |   % 93
237
238         <b \hn e \hn b'>2. r4 <a \hn e \hn cs' \hn a'> <cs \hn a \hn e' \hn cs'> |   % 94
239
240         <b \hn e \hn b'>2. <b \hn e \hn b'>4 ~ ( <b \hn e \hn b'>8 <cs \hn fs \hn cs'>16 <b \hn e \hn b'> <a \hn d \hn a'>4 ) |   % 95
241
242         % Outro
243
244         <a \hn e' \hn a>1. |   % 96
245         s1. |   % 97
246         s1. |   % 98
247         s1. |   % 99
248         s1. |   % 100
249 }
250
251
252 LeadVoxText = \lyricmode
253 {
254         He wraps him -- self in light
255         as with a gar -- _ _ _ ment,
256         He spreads out the hea -- _ vens,
257         and walks on the wings _ of the wind. _
258         He sends forth the springs _ from the val -- leys,
259         they flow be -- tween moun -- _ _ _ tains,
260         The birds of the air, __ _ _ _ dwell by the wa -- _ ters, _
261         lift -- ing their _ voi -- ces in _ song,
262
263         Sing -- ing glo -- ry, glo -- ry,
264         glo -- ry to _ the _ lamb,
265         All _ prai -- _ _ _ _ ses, and ho -- nor, for -- e -- _ _ _ _ _ _ _ _ ver.
266
267         He made the moon _ for its sea -- sons,
268         the sun knows its set -- _ _ _ tings,
269         He looks at the Earth and it trem -- bles,
270         He touch -- es the _ moun -- tains and they smoke,
271         I will sing to the Lord _ all my life,
272         I will sing prai -- ses to my God,
273         As long as I live,
274         prai -- ses to the Lord, O my soul,
275
276         Sing -- ing
277
278         ho -- nor, for -- e -- ver, _ and _ e -- ver. _
279
280         Sing -- ing glo -- ry, hal -- le -- lu -- jah,
281         glo -- ry to _ our _ God,
282         All _ prais -- _ _ _ _ es, and ho -- nor, for -- e -- _ _ _ ver _
283         and e -- _ _ _ _ _ ver
284
285         Sing -- ing
286
287         ver, A -- _ _ _ _ men.
288 }
289
290 DescantText = \lyricmode
291 {
292         _ _ and e -- ver and e -- ver _
293 }
294
295
296 %
297 % Riffs
298 %
299 Riffs = \relative c''
300 {
301         \tiny
302
303         s1.*63 |   % 1-62 (plus blank for Coda)
304
305         b1 a4 g |   % 63
306         e1 fs4 g |   % 64
307         e1 d4 c |   % 65
308         b1 g'4 a |   % 66
309         b1 a4 g |   % 67
310         e1 a4 g |   % 68
311         d1 fs4 g |   % 69
312         a1 g4 a |   % 70
313         b1 a4 g |   % 71
314         e1 fs4 g |   % 72
315         e1 d4 c |   % 73
316         b1 d4 e |   % 74
317         d1. |   % 75
318
319         s1.*20 |   % 76-95
320
321         s1. |   % 96
322         <a' e'>2. <d d'>4 <cs cs'> <a a'> |   % 97
323         <a e'>1. ~ |   % 98
324         <a e'>2. <d d'>4 <cs cs'> <a a'> |   % 99
325         <a a'>1.-\fermata |   % 100
326 }
327
328
329 %
330 % Chord names
331 %
332 Chords = \chordmode
333 {
334         % Intro
335
336         g1.:sus2 |   % 1
337         s1. |   % 2
338
339         % Verse
340
341         g1.:sus2 |   % 3
342         s1. |   % 4
343         s1. |   % 5
344         s1. |   % 6
345         f1.:sus2 |   % 7
346         s1. |   % 8
347         g1.:sus2 |   % 9
348         s1. |   % 10
349         s1. |   % 11
350         s1. |   % 12
351         s1. |   % 13
352         s1. |   % 14
353         f1.:sus2 |   % 15
354         s1. |   % 16
355         g1.:sus2 |   % 17
356         s1. |   % 18
357
358         % Chorus
359
360         g1. |   % 19
361         s1. |   % 20
362         c1.:maj7 |   % 21
363         s1. |   % 22
364         g1. |   % 23
365         a2.:m7 g |   % 24
366         d1. |   % 25
367         s1. |   % 26
368         g1. |   % 27
369         d1./fs |   % 28
370         e1.:m |   % 29
371         c1.:maj7 |   % 30
372         d2. c/d |   % 31
373         d1. |   % 32
374         g1.:sus2 |   % 33
375         s1. |   % 34
376         s1. |   % 35
377         s1. |   % 36
378
379         % Verse
380
381         g1.:sus2 |   % 37
382         s1. |   % 38
383         s1. |   % 39
384         s1. |   % 40
385         f1.:sus2 |   % 41
386         s1. |   % 42
387         g1.:sus2 |   % 43
388         s1. |   % 44
389         s1. |   % 45
390         s1. |   % 46
391         s1. |   % 47
392         s1. |   % 48
393         f1.:sus2 |   % 49
394         s1. |   % 50
395         g1.:sus2 |   % 51
396         s1. |   % 52
397
398         s1. % for Coda spacing
399
400         % Coda
401
402         e1.:m |   % 53
403         c1.:maj7 |   % 54
404         bf1. |   % 55
405         s1. |   % 56
406         g1.:m7 |   % 57
407         s1. |   % 58
408         f1. |   % 59
409         s1. |   % 60
410         s1. |   % 61
411         s1. |   % 62
412
413         % Interlude
414
415         e1.:m |   % 63
416         d1.:sus2/fs |   % 64
417         c1./g |   % 65
418         g1. |   % 66
419         e1.:m |   % 67
420         c1.:maj7 |   % 68
421         g1. |   % 69
422         d1. |   % 70
423         e1.:m |   % 71
424         d1.:sus2/fs |   % 72
425         c1./g |   % 73
426         g1. |   % 74
427         d1.:sus4 |   % 75
428         d1. |   % 76
429         e1.:sus4 |   % 77
430         e1. |   % 78
431
432         % Chorus
433
434         a1. |   % 79
435         s1. |   % 80
436         d1.:maj7 |   % 81
437         s1. |   % 82
438         a1. |   % 83
439         b2.:m7 a |   % 84
440         e1. |   % 85
441         s1. |   % 86
442         a1. |   % 87
443         e1./gs |   % 88
444         fs1.:m |   % 89
445         d1.:maj7 |   % 90
446         e2. e:sus4 |   % 91
447         e1. |   % 92
448         e2.:7 a/e |   % 93
449
450         e1. |   % 94
451
452         e1. |   % 95
453
454         % Outro
455
456         a1. |   % 96
457         s1. |   % 97
458         s1. |   % 98
459         s1. |   % 99
460         s1. |   % 100
461 }
462
463
464 %
465 % Chord rhythms
466 %
467
468 % Use a RhythmicStaff on the chords instead of this?
469 % It almost works, but not quite. Doesn't collapse chords above to single notes...
470
471 Rhythm =
472 {
473         \numericTimeSignature
474         \override NoteHead #'style = #'slash
475         \teeny
476
477         % Intro
478
479         c4. c8 c c c4. c8 c c |   % 1
480         c4. c8 c c c4. c8 c c |   % 2
481
482         % Verse
483
484         c4 c c c c c |   % 3
485         c4 c c c c c |   % 4
486         c4 c c c c c |   % 5
487         c4 c c c c c |   % 6
488         c4 c c c c c |   % 7
489         c4 c c c c c |   % 8
490         c4 c c c c c |   % 9
491         c4 c c c c c |   % 10
492         c4 c c c c c |   % 11
493         c4 c c c c c |   % 12
494         c4 c c c c c |   % 13
495         c4 c c c c c |   % 14
496         c4 c c c c c |   % 15
497         c4 c c c c c |   % 16
498         c4 c c c c c |   % 17
499         c4 c c c c c |   % 18
500
501         % Chorus
502
503         c4 c c c c c |   % 19
504         c4 c c c c c |   % 20
505         c4 c c c c c |   % 21
506         c4 c c c c c |   % 22
507         c4 c c c c c |   % 23
508         c4 c c c c c |   % 24
509         c4 c c c c c |   % 25
510         c4 c c c c c |   % 26
511         c4 c c c c c |   % 27
512         c4 c c c c c |   % 28
513         c4 c c c c c |   % 29
514         c4 c c c c c |   % 30
515         c4 c c c c c |   % 31
516         c4 c c c c c |   % 32
517         c4. c8 c c c4. c8 c c |   % 33
518         c4. c8 c c c4. c8 c c |   % 34
519         c4. c8 c c c4. c8 c c |   % 35
520         c4. c8 c c c4. c8 c c |   % 36
521
522         % Verse
523
524         c4 c c c c c |   % 37
525         c4 c c c c c |   % 38
526         c4 c c c c c |   % 39
527         c4 c c c c c |   % 40
528         c4 c c c c c |   % 41
529         c4 c c c c c |   % 42
530         c4 c c c c c |   % 43
531         c4 c c c c c |   % 44
532         c4 c c c c c |   % 45
533         c4 c c c c c |   % 46
534         c4 c c c c c |   % 47
535         c4 c c c c c |   % 48
536         c4 c c c c c |   % 49
537         c4 c c c c c |   % 50
538         c4 c c c c c |   % 51
539         c4 c c c c c |   % 52
540
541         \stopStaff s1. \startStaff % for Coda spacing
542
543         % Coda
544
545         c4 c c c c c |   % 53
546         c4 c c c c c |   % 54
547         c4 c c c c c |   % 55
548         c4 c c c c c |   % 56
549         c4 c c c c c |   % 57
550         c4 c c c c c |   % 58
551         c4 c c c c c |   % 59
552         c4 c c c c c |   % 60
553         c4 c c c c c |   % 61
554         c1. |   % 62
555
556         % Interlude
557
558         c4 c c c c c |   % 63
559         c4 c c c c c |   % 64
560         c4 c c c c c |   % 65
561         c4 c c c c c |   % 66
562         c4 c c c c c |   % 67
563         c4 c c c c c |   % 68
564         c4 c c c c c |   % 69
565         c4 c c c c c |   % 70
566         c4 c c c c c |   % 71
567         c4 c c c c c |   % 72
568         c4 c c c c c |   % 73
569         c4 c c c c c |   % 74
570         c4 c c c c c |   % 75
571         c4 c c c c c |   % 76
572         c4 c c c c c |   % 77
573         c4 c c c c c |   % 78
574
575         % Chorus
576
577         c4 c c c c c |   % 79
578         c4 c c c c c |   % 80
579         c4 c c c c c |   % 81
580         c4 c c c c c |   % 82
581         c4 c c c c c |   % 83
582         c4 c c c c c |   % 84
583         c4 c c c c c |   % 85
584         c4 c c c c c |   % 86
585         c4 c c c c c |   % 87
586         c4 c c c c c |   % 88
587         c4 c c c c c |   % 89
588         c4 c c c c c |   % 90
589         c4 c c c c c |   % 91
590         c4 c c c c c |   % 92
591         c4 c c c c c |   % 93
592
593         c4 c c c c c |   % 94
594
595         c4 c c c c c |   % 95
596
597         % Outro
598
599         c4 c c c c c |   % 96
600         c4 c c c c c |   % 97
601         c4 c c c c c |   % 98
602         c4 c c c c c |   % 99
603         c1.-\fermata |   % 100
604 }
605
606
607 Dynamics =
608 {
609 %{
610         % Intro
611
612         s4_\f s2. |   % 1
613         s1*5 |   % 2-6
614         s4_\fp s s \< s |   % 7
615         s1 |   % 8
616
617         % Verse
618
619         s4_\mf s2. |   % 9
620         s1*8 |   % 10-17
621         s2. s8 s_\fp |   % 18
622         s4 \< s2. |   % 19
623
624         % Chorus
625
626         s4_\f s2. |   % 20
627         s1*5 |   % 21-25
628         s4_\fp s2. |   % 26
629         s8 \< s2.. |   % 27
630         s4_\f s2. |   % 28
631         s1*21 |   % 29-49
632
633         s4_\fp s2. |   % 50
634         s8 \< s2. s8 \! |   % 51
635         s1*9 |   % 52-60
636         s4_\markup { \italic { rit. } } s2. |   % 61
637         s1*3 |   % 62-64
638         s2 s4_\markup { \italic { rit. } } s |   % 65
639 %}
640 }
641
642
643 \score
644 {
645         <<
646                 \Global         % The "roadmap" that everything else depends on
647
648                 \context Staff
649                 <<
650                         \new Voice = "lead" \LeadVox
651                         \new Voice \Riffs
652                         \new Lyrics \lyricsto "lead" \LeadVoxText
653                         \new Lyrics \lyricsto "vc" \DescantText
654                 >>
655
656                 \new ChoirStaff
657                 <<
658                         \new ChordNames \Chords
659 %Capo 3 edition
660 %                       \new ChordNames \transpose f d \Chords
661                         \new RhythmicStaff << \Rhythm \Dynamics >>
662                 >>
663
664                 \set Score.skipBars = ##t
665                 \set Score.melismaBusyProperties = #'()
666         >>
667 }
668
669
670 \paper
671 {
672         #(define fonts (make-pango-font-tree
673                 "Times New Roman"
674                 "JazzText"
675                 "Luxi Mono"
676                 (/ staffSize 20)))
677
678 % Don't spread staves vertically across last page (default: t)
679 %       ragged-last-bottom = ##f
680 % Don't spread staves vertically across the page (default: f)
681 %       ragged-bottom = ##t
682 % Allow partial line for last stave (default: f)
683         ragged-last = ##t
684
685 % To find out what's eating the space at the top...
686 %       annotate-spacing = ##t
687 }
688