]> Shamusworld >> Repos - music/blob - covers/wishing-you-were-here.ly
New chart "Wishing You Were Here".
[music] / covers / wishing-you-were-here.ly
1 \version "2.22.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 %Let's bump up the title size and switch to the chord font. :-)
16
17         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Wishing You Were Here" }
18         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Chicago" }
19 %       arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. S. Hammons" }
20         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
21 % Let's try a chord dictionary
22         subtitle = \markup {
23                 \center-column { "Dm7" \fret-diagram-terse "x;x;o;5;6;5;" } "    "
24                 \center-column { "E/D" \fret-diagram-terse "x;x;o;4;5;4;" } "    "
25                 \center-column { "Eb/D" \fret-diagram-terse "x;x;o;3;4;3;" } "    "
26                 \center-column { "Bb" \fret-diagram-terse "x;1;3;3;3;x;" } "    "
27                 \center-column { "Dm7" \fret-diagram-terse "x;x;o;2;1;1;" }
28         }
29 }
30
31 % Useful tweak abbreviations (hn = harmony note)
32
33 hn = #(define-music-function (arg) (ly:music?)
34 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
35
36   (set! (ly:music-property arg 'tweaks)
37     (acons 'font-size -3.0 (ly:music-property arg 'tweaks))) arg)
38
39
40 %
41 % Song's structure
42 %
43 Global =
44 {
45         \key d \minor
46         \override Staff.TimeSignature.style = #'numbered
47         \time 4/4
48
49         % Intro
50
51 % Capo 4 version
52 %       s1*0^\markup { \hspace #0.0 \raise #2.0 \bigger \bold { "Moderate pop (*** CAPO 4 ***)" } }
53
54         \once \override TextScript.padding = #2.0
55         s1*0^\markup { \large \bold { Moderate } }
56
57         \repeat volta 2
58         {
59                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
60                 s1*7 \bar "||"   % 1-7
61         }
62         \alternative
63         {
64                 {
65                         s1 |   % 8
66                 }
67                 {
68                         s1 |   % 9
69                 }
70         }
71
72         \repeat volta 4
73         {
74                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
75                 s1*7 |   % 10-16
76         }
77         \alternative
78         {
79                 {
80                         s1 |   % 17
81                 }
82                 {
83                         s4 s2.^\markup{ Da Capo } \bar "||"   % 18
84                 }
85                 {
86                         s1 |   % 19
87                 }
88                 {
89                         s1 |   % 20
90                 }
91         }
92
93         \repeat volta 2
94         {
95                 \mark \markup { \override #'(font-family . sans) { \box { C } } }
96                 s1*7 |   % 21-27
97         }
98         \alternative
99         {
100                 {
101                         s1 |   % 28
102                 }
103                 {
104                         s1 \bar "||"   % 29
105                 }
106         }
107
108         \mark \markup { \override #'(font-family . sans) { \box { D } } }
109         s1*14 | % 30-43
110
111         \repeat volta 2
112         {
113                 \mark \markup { \override #'(font-family . sans) { \box { E } } }
114                 s1*7 |   % 44-50
115         }
116         \alternative
117         {
118                 {
119                         s1 |   % 51
120                 }
121                 {
122                         s1 |   % 52
123                 }
124         }
125
126         \repeat volta 2
127         {
128                 \mark \markup { \override #'(font-family . sans) { \box { F } } }
129                 s1*7 |   % 53-59
130         }
131         \alternative
132         {
133                 {
134                         s1 |   % 60
135                 }
136                 {
137                         s1 |   % 61
138                 }
139         }
140
141         s1*6 |   % 62-67
142
143         \repeat volta 2
144         {
145                 \mark \markup { \override #'(font-family . sans) { \box { G } } }
146                 s1*7 |   % 68-74
147         }
148         \alternative
149         {
150                 {
151                         s1 |   % 75
152                 }
153                 {
154                         s1 |   % 76
155                 }
156         }
157
158         s1 \bar "|."   % 77
159 }
160
161
162 %
163 % Lead vocal
164 %
165 LeadVox = \relative c'
166 {
167 %       \set Staff.instrument = #"Lead vox"
168         \clef G
169         \override Staff.TimeSignature.style = #'numbered
170 %Hm. Needed anymore?
171 %       \override Score.SpacingSpanner.average-spacing-wishes = ##f
172
173         % Intro (refrain)
174
175         r1 |   % 1
176         r1 |   % 2
177         r1 |   % 3
178         r1 |   % 4
179         r1 |   % 5
180         r1 |   % 6
181         r1 |   % 7
182
183         r1 |   % 8
184
185         r1 |   % 9
186
187         % Verse
188
189         e4 e8 e4. e8 e |   % 10
190         fs4 a8 e4. a8 a |   % 11
191         b4 c8 a8 ~ a2 |   % 12
192         r2 f'8 ( g4. ) |   % 13
193         g4 ( a bf2 ) |   % 14
194         g8 f4 e f4. |   % 15
195         f8 g4 a g f8 ( ~ |   % 16
196
197         f2 e ) |   % 17
198
199         f2.-\repeatTie r4 |   % 18
200
201         f2-\repeatTie ( e ) |   % 19
202
203         f2.-\repeatTie r4 |   % 20
204
205         % Refrain
206
207         a1 ~ |   % 21
208         a1 |   % 22
209         gs1 ~ |   % 23
210         gs1 |   % 24
211         g1 ~ |   % 25
212         g1 |   % 26
213         f1 ~ |   % 27
214
215         f1 |   % 28
216
217         r1 |   % 29
218
219         % Bridge
220
221         r2 d8 d4. |   % 30
222         e4 e8 e4. f8 d |   % 31
223         r4 a8 a e' f4 d8 ( ~ |   % 32
224         d8 c bf2. ) |   % 33
225         r2 c4 d8 bf' ~ |   % 34
226         bf4 a8 g4. f8 f ~ |   % 35
227         f4 c8 c d f4 d8 ( |   % 36
228         c2 ) r |   % 37
229         r2 d8 d4. |   % 38
230         e4 e8 e4. f8 d ~ |   % 39
231         d4 a8 a e' f4 d8 ( ~ |   % 40
232         d8 c bf2. ) |   % 41
233         r2 c8 d4 bf'8 ~ |   % 42
234         bf4 a g f8 f ~ |   % 43
235
236         % Refrain
237
238         << { f1 } \new Voice = "v2" { \voiceTwo a1 } >> |   % 44
239         a8 a4 a a gs8 ~ |   % 45
240         gs1 |   % 46
241         r1 |   % 47
242         g1 |   % 48
243         g8 g4 g g f8 ~ |   % 49
244         f1 |   % 50
245
246         r1 |   % 51
247
248         r1 |   % 52
249
250         % Verse
251
252         e,4 e8 e4. e8 e |   % 53
253         fs4 a8 e4. a4 |   % 54
254         b4 c8 a8 ~ a2 |   % 55
255         r2 f'8 ( g4. ) |   % 56
256         g4 ( a bf2 ) |   % 57
257         g8 f4 e f4. |   % 58
258         f8 g4 a g f8 ( ~ |   % 59
259
260         f2 e ) |   % 60
261
262         f2-\repeatTie f8 ( g4. ) |   % 61
263         g4 ( a bf2 ) |   % 62
264         g8  f4 e f4. |   % 63
265         f8 g4 a g f8 ~ |   % 64
266         f2 f8 ( g4. ) |   % 65
267         g4 ( a bf2 ) |   % 66
268         g8  f4 e f4. |   % 67
269
270         % Outro
271
272         d1 ~ |   % 68
273         d1 |   % 69
274         d8 d4 d4 d4 d8 ~ |   % 70
275         d1 |   % 71
276         d1 ~ |   % 72
277         d1 |   % 73
278         d8 d4 d4 d4 d8 ~ |   % 74
279
280         d1 |   % 75
281
282         r1 |   % 76
283         r1-\fermata |   % 77
284 }
285
286 LeadVoxText = \lyricmode
287 {
288         Sleep -- less hours and _ dream -- less nights and _ far a -- ways. _
289         Ooo ooo ooo __ _ _
290         Wish -- ing you were, wish -- ing you were here. __ _ _
291
292         _ _ _ _
293
294         Ooo __ _ Ooo __ _ Ooo __ _ Ooo __ _
295
296         And I'd like to change my life, and you know I would, __ _ _ _
297         Just to be __ _ with you to -- night, _ ba -- by if I could. __ _
298         But I've got my job to do, _ and I do it well, __ _ _ _
299         So I guess _ that's how it is. __ _
300
301         wish -- ing you were here, __ _
302         Ooo, wish -- ing you were here. __ _
303
304         On the road, it's a hea -- vy load, but I'll be by, __ _
305         Ooo ooo ooo __ _ _
306         Wish -- ing you were, wish -- ing you were here. __ _ _
307         _
308         Ooo ooo ooo __ _ _
309         Wish -- ing you were, wish -- ing you were here. __ _
310         Ooo __ _ ooo __ _ _
311         Wish -- ing you were,
312
313         Ooo __ _
314         Wish -- ing you were here __ _
315         Ooo __ _
316         Wish -- ing you were here __ _
317 %{
318 Sleepless hours and dreamless nights and far aways
319 Ooo wishing you were, wishing you were here.
320 Heaven knows and Lord, it shows, when I'm away,
321 Ooo wishing you were, wishing you were here.
322
323 Ooooo, ooooo, ooooo, ooooo
324 Ooooo, ooooo, ooooo, ooooo
325
326 Same old show in a different town, on another day,
327 Ooo wishing you were, wishing you were here.
328 Even though you're far away, you're on my mind,
329 Ooo wishing you were, wishing you were here.
330
331 Ooooo, ooooo, ooooo, ooooo
332 Ooooo, ooooo, ooooo, ooooo
333
334 And I'd like to change my life, and you know I would,
335 Just to be with you tonight, baby if I could.
336 But I've got my job to do, and I do it well,
337 So I guess that's how it is.
338
339 Ooooo, wishing your were here, ooooo, wishing you were here
340 Ooooo, wishing your were here, ooooo, wishing you were here
341
342 On the road, it's a heavy load, but I'll be by,
343 Ooo, wishing your were, wishing you were here.
344 Pay the price, make a sacrifice, and still I'll try.
345 Ooo, wishing you were, wishing you were here.
346 Ooo, wishing you were, wishing you were here.
347 Ooo, wishing you were...
348
349 Ooooo, wishing you were here.
350 Ooooo, wishing you were here.
351
352 %}
353 }
354
355 LeadVoxTextB = \lyricmode
356 {
357         Hea -- ven knows and _ Lord, it shows, _ when I'm a -- way, _
358         _ _ _ _ _
359         _ _ _ _ _ _ _ _ _ _  _ _ _ _
360
361         _ _ _ _ _ _ _ _
362
363         _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
364         _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
365         _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
366         _ _ _ _ _ _ _ _ _ _
367
368         _ _ _ _ _ _
369         _ _ _ _ _ _ _
370
371         Pay the price, make a sa -- cri -- fice, and still I'll try. __ _
372 }
373
374 LeadVoxTextC = \lyricmode
375 {
376         Same old show in a diff -- erent town, on a -- no -- ther day,
377 }
378
379 LeadVoxTextD = \lyricmode
380 {
381         E -- ven though you're _ far a -- way, you're _ on my mind, _
382 }
383
384 LeadVoxOverlap = \lyricmode
385 {
386         Ooo,
387 }
388
389 Riffs = \relative c'
390 {
391         \clef G
392 %Hm. Needed anymore?
393 %       \override Score.SpacingSpanner.average-spacing-wishes = ##f
394
395         % Intro
396
397         \tiny
398 %       f8 a ef' g d'-\fermata r s4
399         \normalsize
400 }
401
402
403 %
404 % Chord names
405 %
406 Chords = \chordmode
407 {
408         % Refrain
409
410         d1:m7 |   % 1
411         s1 |   % 2
412         e1/d |   % 3
413         s1 |   % 4
414         ef1/d |   % 5
415         s1 |   % 6
416         d1:m |   % 7
417
418         s1 |   % 8
419
420         bf2 c |   % 9
421
422         % Verse
423
424         a1 |   % 10
425         d4. a8 s2 |   % 11
426         d1:m7 |   % 12
427         s1 |   % 13
428         g1:m7 |   % 14
429         c1 |   % 15
430         d1:m7 |   % 16
431
432         bf2 c |   % 17
433
434         d1:m7 |   % 18
435
436         bf2 c |   % 19
437
438         d1:m7 |   % 20
439
440         % Refrain
441
442         d1:m7 |   % 21
443         s1 |   % 22
444         e1/d |   % 23
445         s1 |   % 24
446         ef1/d |   % 25
447         s1 |   % 26
448         d1:m |   % 27
449
450         s1 |   % 28
451
452         d2:m c |   % 29
453
454         % Bridge
455
456         bf1 |   % 30
457         c1 |   % 31
458         d2:m c |   % 32
459         bf1 |   % 33
460         f1 |   % 34
461         bf1 |   % 35
462         f2 bf |   % 36
463         f1 |   % 37
464         bf1 |   % 38
465         c1 |   % 39
466         d2:m c |   % 40
467         bf1 |   % 41
468         f1 |   % 42
469         bf1 |   % 43
470
471         % Refrain
472
473         d1:m7 |   % 44
474         s1 |   % 45
475         e1/d |   % 46
476         s1 |   % 47
477         ef1/d |   % 48
478         s1 |   % 49
479         d1:m |   % 50
480
481         s1 |   % 51
482
483         bf2 c |   % 52
484
485         % Verse
486
487         a1 |   % 53
488         d4. a8 s2 |   % 54
489         d1:m7 |   % 55
490         s1 |   % 56
491         g1:m7 |   % 57
492         c1 |   % 58
493         d1:m7 |   % 59
494
495         bf2 c |   % 60
496
497         d1:m7 |   % 61
498         g1:m7 |   % 62
499         c1 |   % 63
500         d1:m7 |   % 64
501         s1 |   % 65
502         g1:m7 |   % 66
503         c1 |   % 67
504 %       d1:m7 |   % 68
505
506         % Outro
507
508         d1:m7 |   % 69
509         s1 |   % 70
510         e1/d |   % 71
511         s1 |   % 72
512         ef1/d |   % 73
513         s1 |   % 74
514         d1:m |   % 75
515
516         s1 |   % 76
517
518         d1:m |   % 77
519         d1 |   % 78
520 }
521
522
523 %
524 % Chord rhythms
525 %
526 % Use a RhythmicStaff on the chords instead of this?
527 % It almost works, but not quite. Doesn't collapse chords above to single notes...
528 %
529 Rhythm = \relative c
530 {
531 %%      \set Voice.autoBeaming = ##f
532 %%      \set Staff.instrument = #"Rhythm"
533         \override Staff.TimeSignature.style = #'numbered
534         \override NoteHead.style = #'slash
535
536         c4 c c c |   % 1
537         c4 c c c |   % 2
538         c4 c c c |   % 3
539         c4 c c c |   % 4
540         c4 c c c |   % 5
541         c4 c c c |   % 6
542         c4 c c c |   % 7
543
544         c4 c c c |   % 8
545
546         c4 c c c |   % 9
547
548         % Verse
549
550         c4 c c c |   % 10
551         c4 c8 c8 ~ c4 c |   % 11
552         c4 c c c |   % 12
553         c4 c c c |   % 13
554         c4 c c c |   % 14
555         c4 c c c |   % 15
556         c4 c c c |   % 16
557
558         c4 c c c |   % 17
559
560         c4 c c c |   % 18
561
562         c4 c c c |   % 19
563
564         c4 c c c |   % 20
565
566         % Refrain
567
568         c4 c c c |   % 21
569         c4 c c c |   % 22
570         c4 c c c |   % 23
571         c4 c c c |   % 24
572         c4 c c c |   % 25
573         c4 c c c |   % 26
574         c4 c c c |   % 27
575
576         c4 c c c |   % 28
577
578         c4 c c c |   % 29
579
580         % Bridge
581
582         c4 c c c |   % 30
583         c4 c c c |   % 31
584         c4 c c c |   % 32
585         c4 c c c |   % 33
586         c4 c c c |   % 34
587         c4 c c c |   % 35
588         c4 c c c |   % 36
589         c4 c c c |   % 37
590         c4 c c c |   % 38
591         c4 c c c |   % 39
592         c4 c c c |   % 40
593         c4 c c c |   % 41
594         c4 c c c |   % 42
595         c4 c c c |   % 43
596
597         % Refrain
598
599         c4 c c c |   % 44
600         c4 c c c |   % 45
601         c4 c c c |   % 46
602         c4 c c c |   % 47
603         c4 c c c |   % 48
604         c4 c c c |   % 49
605         c4 c c c |   % 50
606
607         c4 c c c |   % 51
608
609         c4 c c c |   % 52
610
611         % Verse
612
613         c4 c c c |   % 53
614         c4 c8 c ~ c4 c |   % 54
615         c4 c c c |   % 55
616         c4 c c c |   % 56
617         c4 c c c |   % 57
618         c4 c c c |   % 58
619         c4 c c c |   % 59
620
621         c4 c c c |   % 60
622
623         c4 c c c |   % 61
624         c4 c c c |   % 62
625         c4 c c c |   % 63
626         c4 c c c |   % 64
627         c4 c c c |   % 65
628         c4 c c c |   % 66
629         c4 c c c |   % 67
630 %       c4 c c c |   % 68
631
632         % Outro (refrain)
633
634         c4 c c c |   % 69
635         c4 c c c |   % 70
636         c4 c c c |   % 71
637         c4 c c c |   % 72
638         c4 c c c |   % 73
639         c4 c c c |   % 74
640         c4 c c c |   % 75
641
642         c4 c c c |   % 76
643
644         c2 c |   % 77
645         c1-\fermata |   % 78
646 }
647
648
649 Dynamics =
650 {
651 %{
652         s4_\markup { \italic { Let notes ring } } s2. |   % 1
653         s4_\markup { \italic { snare pat. } } s2 |   % 1
654         s4_\markup { \italic { simile } } s2 |   % 2
655         s2.*19
656         s4_\markup { \italic { spacey } } s2 |   % 22
657         s2.*5
658         s4 s \< s \! |   % 28
659         s2.*22
660         s4_\markup { \italic { Last time } } s2 |   % 51
661 %}
662 }
663
664
665 \score
666 {
667         <<
668                 \set Score.skipBars = ##t
669                 \set Score.melismaBusyProperties = #'()
670
671 %               \new Staff
672                 <<
673                         \new ChordNames \Chords
674 %Capo 4 edition
675 %                       \new ChordNames \transpose b g \Chords
676                         \new RhythmicStaff << \Rhythm \Dynamics >>
677                 >>
678
679                 \new Staff
680                 <<
681                         \Global                                         % The "roadmap" that everything else depends on
682                         \new Voice = "lead" \LeadVox
683                         \new Voice \Riffs
684                         \new Lyrics \lyricsto "lead" \LeadVoxText
685                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
686                         \new Lyrics \lyricsto "lead" \LeadVoxTextC
687                         \new Lyrics \lyricsto "lead" \LeadVoxTextD
688                         \new Lyrics \lyricsto "v2" \LeadVoxOverlap
689                 >>
690         >>
691 }
692
693
694 \paper
695 {
696   #(define fonts (make-pango-font-tree
697     "Times New Roman"
698     "LilyJAZZ Text"
699     "Luxi Mono"
700     (/ staffSize 20)))
701
702 % Spread staves vertically across last page (default: t)
703         ragged-last-bottom = ##f
704 % Don't spread staves vertically across the page (default: f)
705 %       ragged-bottom = ##t
706 % Allow partial line for last stave (default: f)
707 %       ragged-last = ##t
708
709 % To find out what's eating the space at the top...
710 %       annotate-spacing = ##t
711 %let's try this: [It works! Huzzah!][Nope!]
712 %       obsolete-page-top-space = 0  top-system-spacing.basic-distance = #(/ obsolete-page-top-space staff-space)
713 }