]> Shamusworld >> Repos - music/blob - blessed-be-your-name.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / blessed-be-your-name.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 %Let's bump up the title size and switch to the chord font. :-)
16
17         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Blessed Be Your Name" }
18         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Matt and Beth Redman" }
19         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
20         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
21 }
22
23
24 %
25 % Lead vocal
26 %
27 LeadVox = \relative c'
28 {
29         \clef G
30         \key b \major
31         \numericTimeSignature
32         \time 4/4
33 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
34
35         % Intro
36
37         R1*4 |   % 1-4
38
39         \repeat volta 3
40         {
41                 % Verse
42
43 \mark \markup { \override #'(font-family . sans) { \box { A } } }
44
45                 r4 r8 ds ~ ds fs4 ds8 ~ |   % 5
46                 ds8 fs4 fs8 ~ fs4. ds16 cs |   % 6
47                 ds4. ds8 ~ ds fs4 ds8 ~ |   % 7
48                 ds8 fs4 fs8 ~ fs4 r8 ds16 cs |   % 8
49                 ds4. ds8 ~ ds fs4 ds8 ~ |   % 9
50                 ds8 fs4 fs8 ~ fs4 r8 ds16 cs ~ |   % 10
51                 cs8 ds cs b ~ b2 |   % 11
52                 r1 |   % 12
53
54                 r4 r8 ds ~ ds fs4 ds8 ~ |   % 13
55                 ds8 fs4 fs8 ~ fs4. ds16 cs |   % 14
56                 ds4. ds8 ~ ds fs4 ds8 ~ |   % 15
57                 ds8 fs4 fs8 ~ fs4 r8 ds16 cs |   % 16
58                 ds4. ds8 ~ ds fs4 ds8 ~ |   % 17
59                 ds8 fs4 fs8 ~ fs4 r8 ds16 cs ~ |   % 18
60                 cs8 ds cs b ~ b2 |   % 19
61                 r1 \bar "||"   % 20
62
63                 % Prechorus
64
65 \mark \markup { \override #'(font-family . sans) { \box { A17 } } }
66
67                 r4 b'8 b b4 fs |   % 21
68                 fs4 gs as b |   % 22
69                 r4 cs cs b |   % 23
70                 gs2 r |   % 24
71                 r4 b8 b b4 fs |   % 25
72                 fs4 gs as b |   % 26
73                 r4 cs cs b |   % 27
74                 gs2 ds'8 cs cs b \bar "||"   % 28
75
76                 % Chorus
77
78 \mark \markup { \override #'(font-family . sans) { \box { B } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
79
80                 b4. b8 ~ b b ( cs ) cs ~ |   % 29
81                 cs2 ds8 cs cs b |   % 30
82                 b1 |   % 31
83                 r2 ds8 cs cs b |   % 32
84                 b4. b8 ~ b b ( cs ) cs ~ |   % 33
85                 cs2 ds8 cs cs b |   % 34
86                 ds4 ( e8 ) ds ~ ds cs4 b8 ~ |   % 35
87         }
88         \alternative
89         {
90                 {
91                         b1 |   % 36
92                         r1 |   % 37
93                 }
94                 {
95                         b2 \repeatTie ds8 cs cs b \bar "||"   % 38
96
97 \once \override Score.RehearsalMark #'self-alignment-X = #right
98 \mark \markup { \italic { D.S. } }
99
100                 }
101                 {
102                         b1 \repeatTie |   % 39
103                 }
104         }
105
106         r2 r4 r8 b |   % 40
107
108         \repeat volta 3
109         {
110                 % Bridge
111
112 \mark \markup { \override #'(font-family . sans) { \box { C } } }
113
114                 ds4 ds ds4. cs8 |   % 41
115                 cs2 r4 r8 b |   % 42
116                 ds4 ds ds4. cs8 |   % 43
117                 cs2 r4 r8 b |   % 44
118                 ds4 ds ds4. cs8 |   % 45
119                 cs2 r4 r8 b |   % 46
120                 ds4 ds ds4. cs8 |   % 47
121         }
122         \alternative
123         {
124                 {
125                         cs8 ( b4 ) r8 r4 r8 b |   % 48
126                 }
127                 {
128                         cs8 ( b4 ) r8 r2 |   % 49
129                 }
130         }
131
132         r2 ds8 cs cs b |   % 50
133
134         \repeat volta 3
135         {
136                 % Chorus
137
138 \mark \markup { \override #'(font-family . sans) { \box { D } } }
139
140                 b4. b8 ~ b b ( cs ) cs ~ |   % 51
141                 cs2 ds8 cs cs b |   % 52
142                 b1 |   % 53
143                 r2 ds8 cs cs b |   % 54
144                 b4. b8 ~ b b ( cs ) cs ~ |   % 55
145                 cs2 ds8 cs cs b |   % 56
146                 ds4 ( e8 ) ds ~ ds cs4 b8 ~ |   % 57
147         }
148         \alternative
149         {
150                 {
151                         b2 ds8 cs cs b |   % 58
152                 }
153                 {
154                         b2 \repeatTie ds8 cs cs b |   % 59
155                 }
156         }
157
158         b1-\fermata \bar "|."   % 60
159 }
160
161 LeadVoxText = \lyricmode
162 {
163         Bless -- _ ed be _ your name, _
164         in the land that _ is plen -- _ ti -- ful, _
165         where your streams of _ a -- bun -- _ dance flow, _
166         bless -- ed _ be your name. _
167
168         Bless -- _ ed be _ your name, _
169         when I’m found in _ the de -- _ sert place, _
170         Though I walk through _ the wild -- _ er -- ness, _
171         bless -- ed _ be your name. _
172
173         Ev -- ’ry bless -- ing you pour out
174         I'll turn back to praise
175         When the dark -- ness clos -- es in Lord,
176         still I will say
177
178         Bless -- ed be the name of _ the __ _ Lord, _
179         Bless -- ed be your name!
180         Bless -- ed be the name of _ the __ _ Lord, _
181         Bless -- ed be your glor -- _ i -- _ ous name! _
182
183         _
184         Bless -- ed be the
185         _
186
187         You give and take a -- way,
188         You give and take a -- way,
189         My heart will choose to say,
190         Lord bless -- ed be your name. _
191
192         You
193         name. _
194
195         Bless -- ed be the name of _ the __ _ Lord, _
196         Bless -- ed be your name!
197         Bless -- ed be the name of _ the __ _ Lord, _
198         Bless -- ed be your glor -- _ i -- _ ous name! __ _
199
200         Bless -- ed be the
201         _
202         Bless -- ed be your name!
203 }
204
205 LeadVoxTextB = \lyricmode
206 {
207         Bless -- _ ed be _ your name, _
208         when the sun’s shin -- _ ing down _ on me, _
209         when the world’s all _ as it _ should be, _
210         bless -- ed _ be your name. _
211
212         Bless -- _ ed be _ your name, _
213         on the road marked _ with suf -- _ fer -- ing, _
214         though there's pain in _ the of -- _ fer -- ing, _
215         bless -- ed _ be your name. _
216 }
217
218
219 %
220 % Chord names
221 %
222 Chords = \chordmode
223 {
224         % Intro
225
226         b1 |   % 1
227         s1 |   % 2
228         s1 |   % 3
229         s1 |   % 4
230
231         \repeat volta 3
232         {
233                 % Verse
234
235                 b1 |   % 5
236                 fs1 |   % 6
237                 gs1:m |   % 7
238                 e1 |   % 8
239                 b1 |   % 9
240                 fs1 |   % 10
241                 e1 |   % 11
242                 s1 |   % 12
243
244                 b1 |   % 13
245                 fs1 |   % 14
246                 gs1:m |   % 15
247                 e1 |   % 16
248                 b1 |   % 17
249                 fs1 |   % 18
250                 e1 |   % 19
251                 s1 |   % 20
252
253                 % Prechorus
254
255                 b1 |   % 21
256                 fs1 |   % 22
257                 gs1:m |   % 23
258                 e1 |   % 24
259                 b1 |   % 25
260                 fs1 |   % 26
261                 gs1:m |   % 27
262                 e1 |   % 28
263
264                 % Chorus
265
266                 b1 |   % 29
267                 fs1 |   % 30
268                 gs1:m |   % 31
269                 e1 |   % 32
270                 b1 |   % 33
271                 fs1 |   % 34
272                 gs4.:m fs2 e8 |   % 35
273         }
274         \alternative
275         {
276                 {
277                         s1 |   % 36
278                         s1 |   % 37
279                 }
280                 {
281                         s1 |   % 38
282                 }
283                 {
284                         s1 |   % 39
285                 }
286         }
287
288         s1 |   % 40
289
290         \repeat volta 3
291         {
292                 % Bridge
293
294                 b1 |   % 41
295                 fs1 |   % 42
296                 gs1:m |   % 43
297                 e1 |   % 44
298                 b1 |   % 45
299                 fs1 |   % 46
300                 gs2:m fs |   % 47
301         }
302         \alternative
303         {
304                 {
305                         e1 |   % 48
306                 }
307                 {
308                         e1 |   % 49
309                 }
310         }
311
312         s1 |   % 50
313
314         \repeat volta 3
315         {
316                 % Chorus
317
318                 b1 |   % 51
319                 fs1 |   % 52
320                 gs1:m |   % 53
321                 e1 |   % 54
322                 b1 |   % 55
323                 fs1 |   % 56
324                 gs4.:m fs2 e8 |   % 57
325         }
326         \alternative
327         {
328                 {
329                         s1 |   % 58
330                 }
331                 {
332                         s1 |   % 59
333                 }
334         }
335
336         b1 |   % 60
337 }
338
339
340 %
341 % Chord rhythms
342 %
343
344 % Use a RhythmicStaff on the chords instead of this?
345 % It almost works, but not quite. Doesn't collapse chords above to single notes...
346
347 Slash = { \override NoteHead #'style = #'slash }
348 Cross = { \override NoteHead #'style = #'cross }
349
350 StaffC = \relative c
351 {
352         \numericTimeSignature
353         \time 4/4
354         \teeny
355 %       \override NoteHead #'style = #'slash
356
357         % Intro
358
359         \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 1
360         \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 2
361         \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 3
362         \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 4
363
364         \repeat volta 3
365         {
366                 % Verse
367
368                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 5
369                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 6
370                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 7
371                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 8
372                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 9
373                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 10
374                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 11
375                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 12
376
377                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 13
378                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 14
379                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 15
380                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 16
381                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 17
382                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 18
383                 \Slash c8-> \Cross c c \Slash c-> \Cross c c c c |   % 19
384                 \Slash c8 c c c c c c c \bar "||"   % 20
385
386                 % Prechorus
387
388                 c1 |   % 21
389                 c1 |   % 22
390                 c1 |   % 23
391                 c1 |   % 24
392                 c1 |   % 25
393                 c1 |   % 26
394                 c1 |   % 27
395                 c8 c c c c c c c \bar "||"   % 28
396
397                 % Chorus
398
399                 c4. c8 ~ c c c c |   % 29
400                 c4 c8 c ~ c c c4 |   % 30
401                 c4. c8 ~ c c c c |   % 31
402                 c4 c8 c ~ c c c4 |   % 32
403                 c4. c8 ~ c c c c |   % 33
404                 c4 c8 c ~ c c c4 |   % 34
405                 c4.-> c8-> ~ c4. c8-> ~ |   % 35
406         }
407         \alternative
408         {
409                 {
410                         c1 ~ |   % 36
411                         c1 |   % 37
412                 }
413                 {
414                         c8 \repeatTie c c c c c c c \bar "||"   % 38
415                 }
416                 {
417                         c1 \repeatTie ~ |   % 39
418                 }
419         }
420
421         c1 |   % 40
422
423         \repeat volta 3
424         {
425                 % Bridge
426
427                 c1 |   % 41
428                 c1 |   % 42
429                 c1 |   % 43
430                 c1 |   % 44
431                 c1 |   % 45
432                 c1 |   % 46
433                 c2 c |   % 47
434         }
435         \alternative
436         {
437                 {
438                         c1 |   % 48
439                 }
440                 {
441                         c1 |   % 49
442                 }
443         }
444
445         c8 c c c c c c c |   % 50
446
447         \repeat volta 3
448         {
449                 % Chorus
450
451                 c4. c8 ~ c c c c |   % 51
452                 c4 c8 c ~ c c c4 |   % 52
453                 c4. c8 ~ c c c c |   % 53
454                 c4 c8 c ~ c c c4 |   % 54
455                 c4. c8 ~ c c c c |   % 55
456                 c4 c8 c ~ c c c4 |   % 56
457                 c4.-> c8-> ~ c4. c8-> ~ |   % 57
458         }
459         \alternative
460         {
461                 {
462                         c8 c c c c c c c |   % 58
463                 }
464                 {
465                         c1 \repeatTie |   % 59
466                 }
467         }
468
469         c1-\fermata \bar "|."   % 60
470 }
471
472
473 Dynamics =
474 {
475         s4_\markup { \italic { snare on 4, bass 8th notes } } s2. |   % 1
476         s1*26 |   % 2-27
477         s2 s4 \< s |   % 28
478         s4_\f s_\markup { \hspace #0.0 \raise #-2.0 \italic { snare 2 & 4 } } s2 |   % 29
479         s1*8 |   % 30-37
480         s2 s4 \< s \! |   % 38
481         s1 |   % 39
482         s2. s8 \> s \! |   % 40
483         s4_\markup { \hspace #0.0 \raise #-2.0 \italic { bass 8th notes, band builds each repeat } } s2. |   % 41
484         s1*8 |   % 42-49
485         s4 \< s2. |   % 50
486         s4_\f s2. |   % 51
487         s1*5 |   % 52-56
488         s4_\markup { \hspace #0.0 \raise #-2.0 \italic { rit. last time } } s2. |   % 57
489         s2 s4 \< s \! |   % 58
490 }
491
492
493 \score
494 {
495         <<
496                 \context Staff
497                 <<
498                         \new Voice = "lead" \LeadVox
499 %                       \new Staff = leadStaff { \new Voice = "lead" \transpose b a \LeadVox }
500                         \new Lyrics \lyricsto "lead" \LeadVoxText
501                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
502                 >>
503
504                 \new ChoirStaff
505                 <<
506                         \new ChordNames \Chords
507 %                       \new ChordNames \transpose b a \Chords
508                         \new RhythmicStaff << \StaffC \Dynamics >>
509                 >>
510
511                 \set Score.skipBars = ##t
512                 \set Score.melismaBusyProperties = #'()
513         >>
514 }
515
516
517 \paper
518 {
519   #(define fonts (make-pango-font-tree
520         "Times New Roman"
521         "JazzText"
522         "Luxi Mono"
523         (/ staffSize 20)))
524
525 % Don't spread staves vertically across last page (default: t)
526 %       ragged-last-bottom = ##f
527 % Don't spread staves vertically across the page (default: f)
528 %       ragged-bottom = ##t
529 % Allow partial line for last stave (default: f)
530         ragged-last = ##t
531
532 % To find out what's eating the space at the top...
533 %       annotate-spacing = ##t
534 }
535