]> Shamusworld >> Repos - music/blob - oxygen.ly
New song 'Wait By The Water' added.
[music] / oxygen.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 = #18
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 "Oxygen" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Michael Passons" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart/Shamus Hammons" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21 % Useful tweak abbreviations (hn = harmony note)
22
23 hn = #(define-music-function (parser location arg) (ly:music?)
24 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
25
26   (set! (ly:music-property arg 'tweaks)
27     (acons 'font-size -3.0 (ly:music-property arg 'tweaks))) arg)
28
29
30 %
31 % Lead vocal
32 %
33
34 LeadVox = \relative c'
35 {
36 %       \set Voice.autoBeaming = ##f
37 %       \set Staff.instrument = #"Lead vox"
38         \override Staff.TimeSignature #'style = #'()
39         \clef G
40         \key a \major
41         \time 4/4
42 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
43
44         % Intro
45
46         R1^\markup { \italic { perc. } } \bar "||"   % 1
47
48         R1 |   % 2
49         R1 |   % 3
50         R1 |   % 4
51         R1 |   % 5
52         R1 |   % 6
53         R1 |   % 7
54         R1 |   % 8
55         r2 r4 r8 cs \bar "||:"   % 9
56
57         % Verse
58
59 \mark \markup { \override #'(font-family . sans) { \box { A } } }
60
61         e8 e4 e8 ~ e4. cs8 |   % 10
62         e8 e4 e8 ~ e cs4 a8 ~ |   % 11
63         a4 r r2 |   % 12
64         r2 r4 r8 a |   % 13
65         cs4 cs8 cs ~ cs4 r8 a |   % 14
66         b8 b4 b8 ~ b gs4 gs8  |   % 15
67         a4. a8 ~ a4 fs8 fs ~ |   % 16
68         fs2 r4 r8 cs'8 \bar "||"   % 17
69
70 \mark \markup { \override #'(font-family . sans) { \box { A9 } } }
71
72         e8 e4 e8 ~ e4. cs8 |   % 18
73         e8 e4 e8 ~ e cs4 a8 ~ |   % 19
74         a4 r r2 |   % 20
75         r2 r8 a4. |   % 21
76         cs4 cs8 cs ~ cs4 r8 a |   % 22
77         b8 b4 b8 ~ b gs4 r8 |   % 23
78         a4 a8 a8 ~ a4 fs8 fs ~ |   % 24
79         fs2 r4 r8 g \bar "||"   % 25
80
81         % Prechorus
82
83 \mark \markup { \override #'(font-family . sans) { \box { A17 } } }
84
85         d'4 ( c8 ) c ~ c r4 b8 |   % 26
86         a8 a4 b8 ~ b8 r4 g8 |   % 27
87         d'4 ( c8 ) c ~ c r4 b8 |   % 28
88         d8 d4 e8 ~ e4 d8 d \bar "||"   % 29
89
90         % Chorus
91
92 \mark \markup { \override #'(font-family . sans) { \box { B } } }
93
94         r4 fs8 fs ~ fs4 fs |   % 30
95         fs4 d8 d4. r8 a |   % 31
96         d4 d8 d ~ d4 r8 a |   % 32
97         cs4 cs8 cs ~ cs4 r4 |   % 33
98         r4 d8 e8 ~ e4 fs |   % 34
99         fs4 d8 d4 r8 fs \slurUp e ( |   % 35
100         cs8 ) \slurNeutral cs4 a8 ~ a r e' d (  |   % 36
101         b4 ) b8 b ~ b4 a8 b ~ |   % 37
102
103         b1 |   % 38
104         R1 |   % 39
105         R1 |   % 40
106         r2 r4 r8 e \bar "||"   % 41
107
108         % Verse
109
110         \key c \major
111
112 \mark \markup { \override #'(font-family . sans) { \box { C } } }
113
114         g8 g4 g8 ~ g4. e8 |   % 42
115         g8 g4 g8 ~ g e4 c8 ~ |   % 43
116         c4 r r2 |   % 44
117         r2 r4 r8 c |   % 45
118         e4 e8 e ~ e4 r8 c |   % 46
119         d8 d4 d8 ~ d b4 b8  |   % 47
120         c4 c8 c8 ~ c8 g ( a ) a ~ |   % 48
121         a2 r4 r8 e'8 \bar "||"   % 49
122
123 \mark \markup { \override #'(font-family . sans) { \box { C9 } } }
124
125         g8 g4 g8 ~ g4. e8 |   % 50
126         g8 g4 g8 ~ g d'4. ~ |   % 51
127         d8 c16 ( b c4 ~ c8 b a4 ) |   % 52
128         r2 r4 r8 c, |   % 53
129         e4 e8 e ~ e4 r8 c |   % 54
130         d8 d4 d8 ~ d b4 b8 |   % 55
131         c4 c8 c8 ~ c8 g ( a ) a ~ |   % 56
132         a2 r4 bf \bar "||"   % 57
133
134         % Prechorus
135
136 \mark \markup { \override #'(font-family . sans) { \box { C17 } } }
137
138         f'4 ( ef8 ) ef ~ ef r4 d8 |   % 58
139         c8 c4 d8 ~ d8 r4 bf8 |   % 59
140         f'4 ( ef8 ) ef ~ ef r4 d8 |   % 60
141         f8 f4 g8 ~ g4 f8 f \bar "||"   % 61
142
143         % Chorus
144
145 \mark \markup { \override #'(font-family . sans) { \box { D } } }
146
147         \voiceOne r4 a8 a ~ a4 a \oneVoice |   % 62
148         a4 f8 f4. r8 c |   % 63
149         f4 f8 \tieUp f ~ f4 r8 c |   % 64
150         e4 e8 e ~ e4 \tieNeutral r4 |   % 65
151         r4 f8 g8 ~ g4 a |   % 66
152         a4 f8 f4 r8 a \slurUp g ( |   % 67
153         e8 ) e4 \slurNeutral c8 ~ c r g' f (  |   % 68
154         d4 ) d8 d ~ d4 c8 d ~ |   % 69
155         d1 |   % 70
156         R1 \bar "||"   % 71
157
158         % Bridge
159
160 \mark \markup { \override #'(font-family . sans) { \box { E } } }
161
162         r4 \voiceOne d8 d ~ d f4 f8 |   % 72
163         \oneVoice r4 \voiceOne d8 f ~ f a4 a8 ~ |   % 73
164         a2 \oneVoice r4. \voiceOne a,8 |   % 74
165         bf'4. a8 ~ a g4 f8 ~ |   % 75
166         f8 \oneVoice r \voiceOne d d ~ d e4 e8 |   % 76
167         \oneVoice r4 \voiceOne f8 f ~ f a4 ~ a16 bf ( |   % 77
168         a2 ) \oneVoice r4. \voiceOne a,8 |   % 78
169         bf'4. a8 ~ a g4 f8 ~ |   % 79
170         f4 \oneVoice r4 r2 |   % 80
171         \voiceOne a4. g8 ~ g f4 f8 ~ |   % 81
172         f4 \oneVoice r r d8 e8 ~ |   % 82
173         e2. r8 d \bar "||"   % 83
174
175         % Prechorus
176
177 \mark \markup { \override #'(font-family . sans) { \box { F } } }
178
179         f4 ( ef8 ) ef ~ ( ef d ) d ( c ) |   % 84
180         c8 c4 c8 ~ c8 r4 d8 |   % 85
181         f4. \tieUp ef8 ~ ef d4 ef8 ~ |   % 86
182         ef8 \tieNeutral r f4 g8 f4 f8 ( ~ |   % 87
183         f8 d16 c d8 f ~ f <a \hn f>4 <b \hn g>8 |   % 88
184
185         \repeat volta 4
186         {
187                 % Chorus
188
189 \mark \markup { \override #'(font-family . sans) { \box { G } } }
190
191 %               a2. ) r4 |   % 89
192         << { \voiceOne <a \hn f>2. ) r4 } \context Voice = "v2" { \voiceTwo r4 a8 a ~ a4 a } >> \oneVoice |   % 89
193         a4 f8 f4. r8 c |   % 90
194         f4 f8 f ~ f4 r8 c |   % 91
195         e4 e8 e ~ e4 r4 |   % 92
196         r4 f8 g8 ~ g4 a |   % 93
197         a4 f8 f4 r8 a \slurUp g ( |   % 94
198         e8 ) \slurNeutral e4 c8 ~ c r g' f (  |   % 95
199         }
200         \alternative
201         {
202                 {
203                         d4 ) d8 d ~ d4 c8 d |   % 96
204                 }
205                 {
206                         d4 d8 d ~ d4 c8 d |   % 97
207                 }
208         }
209
210         % Outro
211
212 \mark \markup { \override #'(font-family . sans) { \box { H } } }
213
214         \repeat volta 2
215         {
216                 R1 |   % 98
217                 R1 |   % 99
218                 R1 |   % 100
219                 R1 |   % 101
220         }
221
222         r1^\fermata \bar "|."   % 102
223 }
224
225
226 LeadVoxText = \lyricmode
227 {
228         I take each breath _ as if it is _ my first, _
229         I hold it there, _ so deep in -- side _ me
230         ’til I’m ’bout _ to burst _
231
232         I speak each word _ as if it is _ Your name, _
233         I move my lips, _ I see the whis -- _ per
234         stir the gen -- _ tle flame _
235
236         Your heart _ beats _ and so does mine _
237         Your love _ moves _ and I know I’m _ a -- live
238
239         You are _ my ox -- y -- gen
240         I breathe You in _
241         I breathe You out _
242         You are _ my ox -- y -- gen
243         You are _ my love _
244         You are _ what life’s _ a -- bout __ _
245
246         I take each breath _ as if it is _ my last, _
247         You ne -- ver know _ what came so slow -- _ ly
248         could leave us, oh, _ so _ fast _
249
250         I take each step _ as if it is _ to _ You __ _ _ _ _ _
251         I hear Your voice, _ I feel Your pre -- _ sence,
252         in e -- very -- thing _ I _ do _
253
254         My soul _ sleeps, _ Your love re -- vives _
255         Our hearts _ meet _ and I know I’m _ a -- live
256
257         You are _ my ox -- y -- gen
258         I breathe You in _
259         I breathe You out _
260         You are _ my ox -- y -- gen
261         You are _ my love _
262         You are _ what life’s _ a -- bout __ _
263
264         The air _ is thick, the flo -- _ wer sweet _
265         The sha -- dow _ comes down _
266         To -- night _ the moon is at _ my _ feet _
267         And I breathe _ You in _
268         I breathe _ You in _ to me _
269
270         I’m no -- _ bo -- __ _ _ dy _ with -- out You _
271         If You were _ not here _ what would I do __ _ _ _ _ _ _ _ _ _
272
273 %       You are _ my ox -- y -- gen
274         ox -- y -- gen
275         I breathe You in _
276         I breathe You out _
277         You are _ my ox -- y -- gen
278         You are _ my love _
279         You are _ what life’s _ a -- bout
280
281         _ what life’s _ a -- bout
282
283 %{
284 I take each breath as if it is my first 
285 I hold it there, so deep inside me 
286 'Til I'm about to burst 
287 I speak each word as if it is Your name 
288 I move my lips ... I see the whisper 
289 Stir the gentle flame 
290
291 Your heart beats and so does mine 
292 Your love moves 
293 And I know I'm alive 
294
295 You are my oxygen 
296 I breathe You in 
297 I breathe You out 
298 You are my oxygen 
299 You are my love 
300 You are what life's about 
301
302 I take each breath as if it is my last 
303 You never know what came so slowly 
304 Could leave us, oh, so fast 
305 I take each step as if it is to You 
306 I hear Your voice 
307 I feel Your presence 
308 In everything I do 
309
310 My soul sleeps, Your love revives 
311 Our hearts meet 
312 And I know I'm alive 
313
314 The air is think, the flower sweet 
315 The shadow comes down 
316 Tonight the moon is at my feet 
317 And I breathe You in 
318 I breathe You in to me 
319
320 I'm nobody without You 
321 If You were not here what would I do
322 %}
323 }
324
325 LeadVoxTextB = \lyricmode
326 {
327         You are _ my
328 }
329
330 LeadVoxTextC = \lyricmode
331 {
332         Oo __ _
333 }
334
335
336 %
337 % Harmonies
338 %
339
340 BGVox = \relative c'
341 {
342 %       \set Voice.autoBeaming = ##f
343 %       \set Staff.instrument = #"BG vox"
344         \override Staff.TimeSignature #'style = #'()
345         \clef G
346         \key a \major
347         \time 4/4
348 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
349
350         % Intro
351
352         s1 \bar "||"   % 1
353
354         s1 |   % 2
355         s1 |   % 3
356         s1 |   % 4
357         s1 |   % 5
358         s1 |   % 6
359         s1 |   % 7
360         s1 |   % 8
361         s1 \bar "||:"   % 9
362
363         % Verse
364
365         s1 |   % 10
366         s1 |   % 11
367         s1 |   % 12
368         s1 |   % 13
369         s1 |   % 14
370         s1 |   % 15
371         s1 |   % 16
372         s1 \bar "||"   % 17
373
374         s1 |   % 18
375         s1 |   % 19
376         s1 |   % 20
377         s1 |   % 21
378         s1 |   % 22
379         s1 |   % 23
380         s1 |   % 24
381         s1 \bar "||"   % 25
382
383         % Prechorus
384
385         s1 |   % 26
386         s1 |   % 27
387         s1 |   % 28
388         s1 \bar "||"   % 29
389
390         % Chorus
391
392         s1 |   % 30
393         s1 |   % 31
394         s1 |   % 32
395         s1 |   % 33
396         s1 |   % 34
397         s1 |   % 35
398         s1 |   % 36
399         s1 |   % 37
400
401         s1 |   % 38
402         s1 |   % 39
403         s1 |   % 40
404         s1 \bar "||"   % 41
405
406         % Verse
407
408         \key c \major
409
410         s1 |   % 42
411         s1 |   % 43
412         s1 |   % 44
413         s1 |   % 45
414         s1 |   % 46
415         s1 |   % 47
416         s1 |   % 48
417         s1 \bar "||"   % 49
418
419         s1 |   % 50
420         s1 |   % 51
421         s1 |   % 52
422         s1 |   % 53
423         s1 |   % 54
424         s1 |   % 55
425         s1 |   % 56
426         s1 \bar "||"   % 57
427
428         % Prechorus
429
430         s1 |   % 58
431         s1 |   % 59
432         s1 |   % 60
433         s1 \bar "||"   % 61
434
435         % Chorus
436
437         \context Voice = "v3" { \tiny \voiceTwo f4. e8 ~ e2 \oneVoice \normalsize } |   % 62
438 \tiny
439 \voiceTwo
440         <f d>4 <d bf>8 <d bf> ~ <d bf>2 |   % 63
441         <c a>4 <c a>8 <c a> ~ <c a>4 s |   % 64
442         <c g>4 <c g>8 <c g> ~ <c g>4 s |   % 65
443         s1 |   % 66
444         <f a,>4 <f a,>8 <d bf> ( ~ <d bf>4 <f a,>8 <e g,> ~ |   % 67
445         <e g,>4 ) s2. |   % 68
446         s1 |   % 69
447 \oneVoice
448 \normalsize
449         s1 |   % 70
450         s1 \bar "||"   % 71
451
452         % Bridge
453
454 \tiny
455         s4 \voiceTwo a,8 a ~ a d4 d8 |   % 72
456         \oneVoice s4 \voiceTwo d8 d ~ d e4 e8 ~ |   % 73
457         e2 \oneVoice s4. \voiceTwo a,8 |   % 74
458         g'4. f8 ~ f e4 d8 ~ |   % 75
459         d8 \oneVoice s \voiceTwo a a ~ a c4 c8 |   % 76
460         \oneVoice s4 \voiceTwo d8 d ~ d f4 ~ f16 e ( |   % 77
461         e2 ) \oneVoice s4. \voiceTwo a,8 |   % 78
462         g'4. f8 ~ f e4 d8 ~ |   % 79
463         d4 \oneVoice s4 s2 |   % 80
464         \voiceTwo f4. e8 ~ e d4 c8 ~ |   % 81
465         c4 \oneVoice s s2 |   % 82
466         s1 \bar "||"   % 83
467 \normalsize
468
469         % Prechorus
470
471         s1 |   % 84
472         s1 |   % 85
473 \tiny
474 \voiceTwo
475         d4. c8 ~ c bf4 c8 ~ |   % 86
476         c8 s2.. |   % 87
477 \oneVoice
478 \normalsize
479         s1 |   % 88
480
481         \repeat volta 4
482         {
483                 s4 \context Voice = "v2" { <\hn f \hn c>8 <\hn e \hn c> ~ <\hn e \hn c>4 <\hn e \hn c> } |   % 89
484 \tiny
485 \voiceTwo
486                 <f c>4 <d bf>8 <d bf> ( ~ <d bf>2 |   % 90
487                 <c a>1 ) |   % 91
488                 s1 |   % 92
489                 s4 <d bf>8 <e c> ~ <e c>4 <f c> |   % 93
490                 <f c>4 <c a>8 <d bf> ( ~ <d bf>2 |   % 94
491                 <c a>1 ) |   % 95
492 \oneVoice
493 \normalsize
494         }
495         \alternative
496         {
497                 {
498                         s1 |   % 96
499                 }
500                 {
501                         s1 |   % 97
502                 }
503         }
504
505         \repeat volta 2
506         {
507                 s1 |   % 98
508                 s1 |   % 99
509                 s1 |   % 100
510                 s1 |   % 101
511         }
512
513         s1 \bar "|."   % 102
514 }
515
516
517 %
518 % Chord names
519 %
520
521 Chords = \chordmode
522 {
523 %Bah, can't we set this globally?
524 %       \popChords
525
526         % Intro
527
528         s1 |   % 1
529
530         fs4.:m7 a2 d8:maj7 |   % 2
531         s1 |   % 3
532         fs4.:m7 a2 d8:maj7 |   % 4
533         s1 |   % 5
534         fs4.:m7 a2 d8:maj7 |   % 6
535         s1 |   % 7
536         fs4.:m7 a2 d8:maj7 |   % 8
537         s1 |   % 9
538
539         % Verse
540
541         a1 |   % 10
542         e1/gs |   % 11
543         fs1:m7 |   % 12
544         s2. e4 |   % 13
545         d1:maj9 |   % 14
546         e1 |   % 15
547         fs4.:m7 a2 d8:maj7 |   % 16
548         s1 |   % 17
549
550         a1 |   % 18
551         e1/gs |   % 19
552         fs1:m7 |   % 20
553         s4. e s4 |   % 21
554         d1:maj9 |   % 22
555         e1 |   % 23
556         fs4.:m7 a2 d8:maj7 |   % 24
557         s1 |   % 25
558
559         % Prechorus
560
561         c1:maj9 |   % 26
562         d1:maj9 |   % 27
563         c1:maj9 |   % 28
564         a1:sus4 |   % 29
565
566         % Chorus
567
568         b4.:m7 a s4 |   % 30
569         g1:maj7 |   % 31
570         d1 |   % 32
571         a4. fs:m7 s4 |   % 33
572         g4. a s4 |   % 34
573         d4. g s4 |   % 35
574         a4. fs:m7 s4 |   % 36
575         g4. e:m7 s4 |   % 37
576
577         b4.:m d2 g8 |   % 38
578         s1 |   % 39
579         b4.:m d2 g8 |   % 40
580         s1 |   % 41
581
582         % Verse
583
584         c1 |   % 10
585         g1/b |   % 11
586         a1:m7 |   % 12
587         s4. g s4 |   % 13
588         f1:maj9 |   % 14
589         g1 |   % 15
590         a4.:m7 c2 f8:maj7 |   % 16
591         s1 |   % 17
592
593         c1 |   % 18
594         g1/b |   % 19
595         a1:m7 |   % 20
596         s2. g4 |   % 21
597         f1:maj9 |   % 22
598         g1 |   % 23
599         a4.:m7 c2 f8:maj7 |   % 24
600         s1 |   % 25
601
602         % Prechorus
603
604         ef1:maj9 |   % 26
605         f1:maj9 |   % 27
606         ef1:maj9 |   % 28
607         c1:sus4 |   % 29
608
609         % Chorus
610
611         d4.:m7 c s4 |   % 30
612         bf1:maj7 |   % 31
613         f1 |   % 32
614         c4. a:m7 s4 |   % 33
615         bf4. c s4 |   % 34
616         f4. bf s4 |   % 35
617         c4. a:m7 s4 |   % 36
618         bf1 |   % 42
619
620         g1:m7.11 |   % 43
621         s1 |   % 44
622
623         % Bridge
624
625         d1:m |   % 46
626         bf1:maj7 |   % 47
627         a1 |   % 48
628         a1:7.9- |   % 49
629         d1:m |   % 50
630         bf1:maj7 |   % 51
631         a1 |   % 52
632         a1:7.9- |   % 53
633         bf1:maj7 |   % 54
634         bf4. a4:m g4.:m7 |   % 55
635         f1 |   % 56
636         c1 |   % 57
637
638         % Prechorus
639
640         ef1:maj9 |   % 58
641         f1:maj9 |   % 59
642         ef1/g |   % 60
643         c1:sus4 |   % 61
644         s1 |   % 62
645
646         % Chorus
647
648         \repeat volta 4
649         {
650                 d4.:m7 c s4 |   % 30
651                 bf1:maj7 |   % 31
652                 f1 |   % 32
653                 c4. a:m7 s4 |   % 33
654                 bf4. c s4 |   % 34
655                 f4. bf s4 |   % 35
656                 c4. a:m7 s4 |   % 36
657         }
658         \alternative
659         {
660                 {
661                         bf1 |   % 70
662                 }
663                 {
664                         bf1 |   % 71
665                 }
666         }
667
668         % Outro
669
670         \repeat volta 2
671         {
672                 d1:m7 |   % 72
673                 s1 |   % 73
674                 s1 |   % 74
675                 s1 |   % 75
676         }
677
678         d1:m7 |   % 76
679 }
680
681
682 %
683 % Chord rhythms
684 %
685
686 % Use a RhythmicStaff on the chords instead of this?
687 % It almost works, but not quite. Doesn't collapse chords above to single notes...
688
689 StaffC = \relative c
690 {
691 %       \set Voice.autoBeaming = ##f
692 %       \set Staff.instrument = #"Rhythm"
693         \override Staff.TimeSignature #'style = #'()
694         \time 4/4 
695         \override NoteHead #'style = #'slash
696         \teeny
697
698         % Intro
699
700         c1:16 \p \< \bar "||"   % 1
701
702         c4. \mf c8 ~ c4. c8 ~ |   % 2
703         c1 |   % 3
704         c4. c8 ~ c4. c8 ~ |   % 4
705         c1 |   % 5
706         c4. c8 ~ c4. c8 ~ |   % 6
707         c1 |   % 7
708         c4. c8 ~ c4. c8 ~ |   % 8
709         c1 \bar "||:"   % 9
710
711         % Verse
712
713         c4 c c c |   % 10
714         c4 c c c |   % 11
715         c4 c c c |   % 12
716         c4 c c c |   % 13
717         c4 c c c |   % 14
718         c4 c c c |   % 15
719         c4. c8 ~ c4. c8 ~ |   % 16
720         c4 c c c \bar "||"   % 17
721
722         c4 c c c |   % 18
723         c4 c c c |   % 19
724         c4 c c c |   % 20
725         c4 c8 c ~ c4 c |   % 21
726         c4 c c c |   % 22
727         c4 c c c |   % 23
728         c4. c8 ~ c4. c8 ~ |   % 24
729         c4 c c c \bar "||"   % 25
730
731         % Prechorus
732
733         c4 c c c |   % 26
734         c4 c c c |   % 27
735         c4 c c c |   % 28
736         c4 c c c \bar "||"   % 29
737
738         % Chorus
739
740         c4. c8 ~ c2 |   % 30
741         c4. c8 ~ c2 |   % 31
742         c4. c8 ~ c2 |   % 32
743         c4. c8 ~ c2 |   % 33
744         c4. c8 ~ c2 |   % 34
745         c4. c8 ~ c2 |   % 35
746         c4. c8 ~ c2 |   % 36
747         c4. c8 ~ c2 |   % 37
748
749         c4. c8 ~ c4. c8 ~ |   % 38
750         c4 c c c |   % 39
751         c4. c8 ~ c4. c8 ~ |   % 40
752         c1 \bar "||"   % 41
753
754         % Verse
755
756         c4 c c c |   % 42
757         c4 c c c |   % 43
758         c4 c c c |   % 44
759         c4 c8 c ~ c4 c |   % 45
760         c4 c c c |   % 46
761         c4 c c c |   % 47
762         c4. c8 ~ c4. c8 ~ |   % 48
763         c4 c c c \bar "||"   % 49
764
765         c4 c c c |   % 50
766         c4 c c c |   % 51
767         c4 c c c |   % 52
768         c4 c c c |   % 53
769         c4 c c c |   % 54
770         c4 c c c |   % 55
771         c4. c8 ~ c4. c8 ~ |   % 56
772         c4 c c c \bar "||"   % 57
773
774         % Prechorus
775
776         c4 c c c |   % 58
777         c4 c c c |   % 59
778         c4 c c c |   % 60
779         c4 c c c \bar "||"   % 61
780
781         % Chorus
782
783         c4. c8 ~ c2 |   % 62
784         c4. c8 ~ c2 |   % 63
785         c4. c8 ~ c2 |   % 64
786         c4. c8 ~ c2 |   % 65
787         c4. c8 ~ c2 |   % 66
788         c4. c8 ~ c2 |   % 67
789         c4. c8 ~ c2 |   % 68
790         c4 c c c |   % 69
791
792         c1 ~ |   % 70
793         c1 \bar "||"   % 71
794
795         % Bridge
796
797         c4 r8 c ~ c4 c |   % 72
798         c4 r8 c ~ c4 c |   % 73
799         c4 r8 c ~ c4 c |   % 74
800         c4 r8 c ~ c4 c |   % 75
801         c4 r8 c ~ c4 c |   % 76
802         c4 r8 c ~ c4 c |   % 77
803         c4 r8 c ~ c4 c |   % 78
804         c4 r8 c ~ c4 c |   % 79
805         c4 r8 c ~ c4 c |   % 80
806         c4. c8 ~ c c ~ c4 |   % 81
807         c1 |   % 82
808         c1 \bar "||"   % 83
809
810         % Prechorus
811
812         c4 c c c |   % 84
813         c4 c c c |   % 85
814         c4 c c c |   % 86
815         c4 c c c |   % 87
816         c4 c c c |   % 88
817
818         % Chorus
819
820         \repeat volta 4
821         {
822                 c4._\markup { \dynamic f \italic { ad lib throughout } } c8 ~ c2 |   % 89
823                 c4. c8 ~ c2 |   % 90
824                 c4. c8 ~ c2 |   % 91
825                 c4. c8 ~ c2 |   % 92
826                 c4. c8 ~ c2 |   % 93
827                 c4. c8 ~ c2 |   % 94
828                 c4. c8 ~ c2 |   % 95
829         }
830         \alternative
831         {
832                 {
833                         c4 c c c |   % 96
834                 }
835                 {
836                         c4 \> c c c \! |   % 97
837                 }
838         }
839
840         % Outro
841
842         \repeat volta 2
843         {
844                 c4 c c c |   % 98
845                 c4 c c c |   % 99
846                 c4 c c c |   % 100
847                 c4 c c c |   % 101
848         }
849
850         c1^\fermata \bar "|."   % 102
851 }
852
853
854 \score
855 {
856         <<
857 %               \new ChoirStaff = "Vox"
858                 <<
859                         \new Staff = leadStaff { << \new Voice = "lead" \LeadVox \new Voice = "harmony" \BGVox >> }
860                         \new Lyrics \lyricsto "lead" \LeadVoxText
861                         \new Lyrics \lyricsto "v2" \LeadVoxTextB
862                         \new Lyrics \lyricsto "v3" \LeadVoxTextC
863                 >>
864
865                 \new ChoirStaff = "Rhythm"
866                 <<
867 %                       \new Staff = "riff" \RhythmB
868                         \new ChordNames = "chords" \Chords
869                         \new RhythmicStaff = "chordRhythm" \StaffC
870                 >>
871
872                 \set Score.skipBars = ##t
873                 \set Score.melismaBusyProperties = #'()
874         >>
875         \layout
876         {
877 %               ragged-last-bottom = ##t
878 %               ragged-last = ##t
879         }
880 }
881
882
883 \paper
884 {
885   #(define fonts (make-pango-font-tree
886     "Times New Roman"
887     "DomCasual BT"
888     "Luxi Mono"
889     (/ staffSize 20)))
890 }