]> Shamusworld >> Repos - music/blob - i-could-sing-of-your-love-forever.ly
New chart "Bless The Lord, O My Soul".
[music] / i-could-sing-of-your-love-forever.ly
1 \version "2.16.0"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 staffSize = #18 % or 16
6 #(set-default-paper-size "letter")
7 #(set-global-staff-size staffSize)
8 #(ly:set-option (quote no-point-and-click))
9
10 \header
11 {
12 %Let's bump up the title size and switch to the chord font. :-)
13
14         title    = \markup { \override #'(font-family . sans)
15                 { \fontsize #3.5 "I Could Sing Of Your Love Forever" } }
16 %       composer = \markup { \override #'(font-family . sans) "" }
17         arranger = \markup { \override #'(font-family . sans) "arr. Ed Smart" }
18         tagline  = "Engraved by JLH and Lilypond 2.8.2"
19 }
20
21
22 %
23 % Lead vocal
24 %
25
26 LeadVox = \relative c'
27 {
28 %       \set Voice.autoBeaming = ##f
29 %       \set Staff.instrumentName = #"Lead vox"
30         \clef G
31         \key f \major
32         \override Staff.TimeSignature #'style = #'()
33         \time 4/4
34 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
35
36         % Intro
37
38         \repeat volta 2
39         {
40                 R1 |   % 1
41                 R1 |   % 2
42                 R1 |   % 3
43                 R1 |   % 4
44         }
45
46         \repeat volta 2
47         {
48                 % Verse
49
50 \mark \markup { \override #'(font-family . sans) { \box { A } } }
51
52                 r8 c' c8 a16 a ~ a g8 g16 ~ g f f8 |   % 5
53                 r8 c' c8 a16 a ~ a g8 g16 ~ g f f8 |   % 6
54                 r8 c' c8 a16 a ~ a g8 g16 ~ g f8. |   % 7
55                 g8 g g f16 a ~ a g8 g16 ~ g f f8 |   % 8
56                 r8 c' c8 a16 a ~ a g8 g16 ~ g f f8 |   % 9
57                 r8 c' c8 a16 a ~ a g8 g16 ~ g f f8 |   % 10
58                 r8 c' c c c c c c |   % 11
59                 d8 c c c a4 ( g8 f ) \bar "||"   % 12
60
61                 % Chorus
62
63 \mark \markup { \override #'(font-family . sans) { \box { B } } }
64
65                 r4 f8 f f g a c ~ |   % 13
66                 c4 f,8 g ~ g a ~ a4 |   % 14
67                 r4 f8 f f g a c ~ |   % 15
68                 c4 a8 a ~ a g4 ( f8 ) |   % 16
69                 r4 f8 f f g a c ~ |   % 17
70                 c4 f,8 g ~ g a ~ a4 |   % 18
71                 r4 f8 f f g a c ~ |   % 19
72                 c4 a8 a ~ a g4 ( f8 ) |   % 20
73         }
74         \alternative
75         {
76                 {
77                         R1 |   % 21
78                         R1 |   % 22
79                         R1 |   % 23
80                         R1 |   % 24
81                 }
82                 {
83                         r2 bf16 a8 g16 ~ g f8. |   % 25
84                 }
85         }
86
87         % Bridge
88
89         d8 f4. r2 |   % 26
90         r4 r8 f d'16 c8 c16 ~ c8 c |   % 27
91         a4 ( g ) r2 |   % 28
92         r4 r8 f bf16 a8 g16 ~ g f8. |   % 29
93         d4 f8 f r f f d' ~ |   % 30
94         d8 c4 c8 ~ c a c d ~ |   % 31
95         d8 c4 a8 ( ~ a g4 f8 ) \bar "||"   % 32
96
97         % Solo
98
99 \mark \markup { \override #'(font-family . sans) { \box { C } } }
100
101         \key g \major
102
103         R1 |   % 33
104         R1 |   % 34
105         R1 |   % 35
106         R1 |   % 36
107         R1 |   % 37
108         R1 |   % 38
109         R1 |   % 39
110         R1 |   % 40
111
112         % Chorus (redux)
113
114         \key f \major
115
116         \repeat volta 2
117         {
118 \mark \markup { \override #'(font-family . sans) { \box { D } } }
119
120                 r4 f8 f f g a c ~ |   % 41
121                 c4 f,8 g ~ g a ~ a4 |   % 42
122                 r4 f8 f f g a c ~ |   % 43
123                 c4 a8 a ~ a g4 ( f8 ) |   % 44
124                 r4 f8 f f g a c ~ |   % 45
125                 c4 f,8 g ~ g a ~ a4 |   % 46
126                 r4 f8 f f g a c ~ |   % 47
127                 c4 a8 a ~ a g4 ( f8 ) |   % 48
128         }
129
130 \mark \markup { \override #'(font-family . sans) { \box { E } } }
131
132         r4 f8 f f g a c ~ |   % 49
133         c4 f,8 g ~ g a ~ a4 |   % 50
134         r4 f8 f f g a c ~ |   % 51
135         c4 a8 a ~ a g4 ( f8 ) |   % 52
136         r4 f8 f f g a c ~ |   % 53
137         c4 f,8 g ~ g a ~ a4 |   % 54
138         r4 f8 f f g a c ~ |   % 55
139         c4 a8 a ~ a g4 ( f8 ) ~ |   % 56
140         f1^\fermata \bar "|."   % 57
141 }
142
143 LeadVoxText = \lyricmode
144 {
145         O- ver the moun- _ tains and _ the sea
146         Your ri- ver runs _ with love _ for me
147         And I will o- _ pen up _ my heart
148         and let the hea- _ ler set _ me free
149
150         I'm hap- py to _ be in _ the truth
151         And I will dai- _ ly lift _ my hands
152         For I will al- ways sing of
153         when your love came down __ _ _
154
155         I could sing of your love _ for- e- _ ver _
156         I could sing of your love _ for- e- _ ver _
157         I could sing of your love _ for- e- _ ver _
158         I could sing of your love _ for- e- _ ver _
159
160         Oh I feel _ like dan- cing
161         It's fool- ish- ness _ I know _
162         But when the world _ has seen the light
163         they will dance _ with joy _ like we're dan- _ cing now __ _ _ _
164
165         I could sing of your love _ for- e- _ ver _
166         I could sing of your love _ for- e- _ ver _
167         I could sing of your love _ for- e- _ ver _
168         I could sing of your love _ for- e- _ ver _
169
170         I could sing of your love _ for- e- _ ver _
171         I could sing of your love _ for- e- _ ver _
172         I could sing of your love _ for- e- _ ver _
173         I could sing of your love _ for- e- _ ver _
174 }
175
176
177 %
178 % Chord names
179 %
180
181 Chords = \chordmode
182 {
183 %Bah, can't we set this globally?
184 %       \popChords
185
186         % Intro
187
188         \repeat volta 2
189         {
190                 f2.. g8:m11 |   % 1
191                 s1 |   % 2
192                 bf1:9^7 |   % 3
193                 bf2/c c |   % 4
194         }
195
196         \repeat volta 2
197         {
198                 % Verse
199
200                 f1 |   % 5
201                 g1:m11 |   % 6
202                 bf1:9^7 |   % 7
203                 bf4..:/c c16 s2 |   % 8
204                 f1 |   % 9
205                 g1:m11 |   % 10
206                 bf1:9^7 |   % 11
207                 bf2/c c |   % 12
208
209                 % Chorus
210
211                 f2.. g8:m11 |   % 13
212                 s1 |   % 14
213                 bf2..:9^7 bf8/c |   % 15
214                 s2 c |   % 16
215                 f2.. g8:m11 |   % 17
216                 s1 |   % 18
217                 bf2..:9^7 bf8/c |   % 19
218                 s2 c |   % 20
219         }
220         \alternative
221         {
222                 {
223                         f2.. g8:m11 |   % 21
224                         s1 |   % 22
225                         bf2..:9^7 bf8/c |   % 23
226                         s2 c |   % 24
227                 }
228                 {
229                         g1:m11 |   % 25
230                 }
231         }
232
233         % Bridge
234
235         f1/a |   % 26
236         bf1:9^7 |   % 27
237         bf4./c c8 s2 |   % 28
238         ef1:maj7 |   % 29
239         d1:m9 |   % 30
240         g4.:m7 f8/a s2 |   % 31
241         bf4./c c/d d4 |   % 32
242
243         % Solo
244
245         g2.. a8:m11 |   % 33
246         s1 |   % 34
247         c1:maj7 |   % 35
248         c4../d d16 s2 |   % 36
249         g2.. a8:m11 |   % 37
250         s1 |   % 38
251         c1:maj7 |   % 39
252         bf2./c c4 |   % 40
253
254         % Chorus (redux)
255
256         \repeat volta 2
257         {
258                 f2.. g8:m11 |   % 41
259                 s1 |   % 42
260                 bf2..:maj7 bf8/c |   % 43
261                 s4.. c16 s2 |   % 44
262                 f2.. g8:m11 |   % 45
263                 s1 |   % 46
264                 bf2..:maj7 bf8/c |   % 47
265                 s2 c |   % 48
266         }
267
268         f2.. g8:m11 |   % 49
269         s1 |   % 50
270         bf2..:maj7 bf8/c |   % 51
271         s2 c |   % 52
272         f2.. g8:m11 |   % 53
273         s1 |   % 54
274         bf1:maj7 |   % 55
275         bf2/c c |   % 56
276         f1 |   % 57
277 }
278
279
280 %
281 % Chord rhythms
282 %
283
284 % Use a RhythmicStaff on the chords instead of this?
285 % It almost works, but not quite. Doesn't collapse chords above to single notes...
286
287 StaffC = \relative c
288 {
289 %       \set Voice.autoBeaming = ##f
290 %       \set Staff.instrumentName = #"Rhythm"
291         \override Staff.TimeSignature #'style = #'()
292         \time 4/4
293         \override NoteHead #'style = #'slash
294
295         % Intro
296
297         \repeat volta 2
298         {
299                 c4 c c c8 c ~ |   % 1
300                 c4 c c c |   % 2
301                 c4 c c c |   % 3
302                 c4 c c c |   % 4
303         }
304
305         \repeat volta 2
306         {
307                 % Verse
308
309                 c4 ~ c8. c16 ~ c4 c |   % 5
310                 c4 ~ c8. c16 ~ c4 c |   % 6
311                 c4 ~ c8. c16 ~ c4 c |   % 7
312                 c4 ~ c8. c16 ~ c4 c |   % 8
313                 c4 ~ c8. c16 ~ c4 c |   % 9
314                 c4 c8. c16 ~ c4 c |   % 10
315                 c4 c c c |   % 11
316                 c8-> c c c c c c c |   % 12
317
318                 % Chorus
319
320                 c4 c c c8 c ~ |   % 13
321                 c4 c c c |   % 14
322                 c4 c c c8 c-> ~ |   % 15
323                 c4 c c c |   % 16
324                 c4 c c c8 c ~ |   % 17
325                 c4 c c c |   % 18
326                 c4 c c c8 c-> ~ |   % 19
327                 c4 c c c |   % 20
328         }
329         \alternative
330         {
331                 {
332                         c4 c c c8 c ~ |   % 21
333                         c4 c c c |   % 22
334                         c4 c c c8 c ~ |   % 23
335                         c4 c c c |   % 24
336                 }
337                 {
338                         c4. c8 ~ c4 c |   % 25
339                 }
340         }
341
342         % Bridge
343
344         c4. c8 ~ c4 c |   % 26
345         c4. c8 ~ c4 c |   % 27
346         c4. c8 ~ c4 c |   % 28
347         c4. c8 ~ c4 c |   % 29
348         c4. c8 ~ c4 c |   % 30
349         c4.-> c8-> ~ c4 c |   % 31
350         c4.-> c8-> ~ c4 c-> |   % 32
351
352         % Solo
353
354         c4 c c c8 c-> ~ |   % 33
355         c4 c8. c16 ~ c4 c |   % 34
356         c4 c8. c16 ~ c4 c |   % 35
357         c4 c8. c16 ~ c4 c |   % 36
358         c4 c c c8 c-> ~ |   % 37
359         c4 c8. c16 ~ c4 c |   % 38
360         c4 c8. c16 ~ c4 c |   % 39
361         c4 c c c |   % 40
362
363         % Chorus (redux)
364
365         \repeat volta 2
366         {
367                 c4 c c c8 c-> ~ |   % 41
368                 c4 c8. c16 ~ c4 c |   % 42
369                 c4 c c c8 c-> ~ |   % 43
370                 c4 c8. c16 ~ c4 c |   % 44
371                 c4 c c c8 c-> ~ |   % 45
372                 c4 c8. c16 ~ c4 c |   % 46
373                 c4 c c c8 c-> ~ |   % 47
374                 c4 c c c |   % 48
375         }
376
377         c4-> c c c8 c ~ |   % 49
378         c4 c-> c c-> |   % 50
379         c4 c-> c c8-> c ~ |   % 51
380         c4 c c c |   % 52
381         c4 c c c8 c-> ~ |   % 53
382         c4 c c c |   % 54
383         c4-> c c c |   % 55
384         c2->_\markup { \italic { rit. } } c-> |   % 56
385         c1^\fermata \bar "|."   % 57
386 }
387
388
389 \score
390 {
391         <<
392                 <<
393                         \new Staff = leadStaff { \new Voice = "lead" \LeadVox }
394                         \new Lyrics \lyricsto "lead" \LeadVoxText
395                 >>
396
397                 \new ChoirStaff = "Rhythm"
398                 <<
399                         \new ChordNames = "chords" \Chords
400                         \new RhythmicStaff = "chordRhythm" \StaffC
401                 >>
402
403                 \set Score.skipBars = ##t
404                 \set Score.melismaBusyProperties = #'()
405         >>
406
407         \layout
408         {
409 %               \context { \Staff \RemoveEmptyStaves }
410 %               ragged-last-bottom = ##t
411 %               ragged-last = ##t
412         }
413 }
414
415
416 \paper
417 {
418   #(define fonts (make-pango-font-tree
419     "Times New Roman"
420     "JazzText"
421     "Luxi Mono"
422     (/ staffSize 20)))
423 }