]> Shamusworld >> Repos - music/blob - my-redeemer-lives.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / my-redeemer-lives.ly
1 \version "2.19.0"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 % Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26)
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 \header
12 {
13         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "My Redeemer Lives" }
14         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Reuben Morgan" }
15         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Drippin’ Soul" }
16         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
17 }
18
19
20 %
21 % Song's structure
22 %
23 Global =
24 {
25         \clef G
26         \key e \major
27         \numericTimeSignature
28         \time 4/4
29
30         \repeat volta 3
31         {
32                 % Intro
33
34                 s1*4 \bar "||"   % 1-4
35
36                 % Verse
37
38                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
39                 s1*16 \bar "||"   % 5-20
40
41                 % Prechorus
42
43                 \mark \markup { \override #'(font-family . sans) { \box { B } } }
44                 s1*4 \bar "||"   % 21-24
45
46                 % Chorus
47
48                 \mark \markup { \override #'(font-family . sans) { \box { C } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
49
50                 s1*6 |   % 25-30
51         }
52         \alternative
53         {
54                 {
55                         s1*2 |   % 31-32
56                 }
57                 {
58                         s1 |   % 33
59                         s2. s4^\markup { \hspace #0.0 \raise #0.6 { D.S. } } \bar "||"   % 34
60                 }
61                 {
62                         s1*2 |   % 35-36
63                 }
64         }
65
66         s1 \bar "|."   % 37
67 }
68
69
70 %
71 % Lead vocal
72 %
73 LeadVox = \relative c''
74 {
75         % Intro
76
77         R1 |   % 1
78         R1 |   % 2
79         R1 |   % 3
80         R1 |   % 4
81
82         % Verse
83
84         r4 gs gs4. fs8 |   % 5
85         fs8 e cs e ~ e4 r |   % 6
86         r4 gs gs4. fs8 |   % 7
87         fs8 e cs e ~ e e fs gs ~ ( |   % 8
88         gs2 ~ gs4. ~ gs16 fs |   % 9
89         e4 ) r r8 a a a ( |   % 10
90         gs4 ) r r2 |   % 11
91         R1 |   % 12
92         r4 gs gs4. fs8 |   % 13
93         fs8 e cs e ~ e4 r |   % 14
94         r4 gs gs4. fs8 |   % 15
95         fs8 e cs e ~ e e fs gs ~ ( |   % 16
96         gs2 ~ gs4. ~ gs16 fs |   % 17
97         e4 ) r r8 a a a ( |   % 18
98         gs4 ) r r2 |   % 19
99         R1 |   % 20
100
101         % Prechorus
102
103         r4 fs fs e8 fs ~ |   % 21
104         fs8 gs4. r2 |   % 22
105         r8 e a4 a r8 a8 |   % 23
106         a8 gs a8 b ~ b r gs b |   % 24
107
108         % Chorus
109
110         b2 gs4. e8 ~ |   % 25
111         e4 r r gs8 b |   % 26
112         b2 gs4. a16 ( gs |   % 27
113         fs4 ) r r gs8 b |   % 28
114         b2 gs4. e8 ~ |   % 29
115         e4 r r gs8 b |   % 30
116
117         b2 gs4. a16 ( gs |   % 31
118         fs2. ) r4 |   % 32
119
120         b2 gs4. a16 ( gs |   % 33
121         fs2. ) r4 |   % 34
122
123         b2 gs4. a16 ( gs |   % 35
124         fs2. ) r4 |   % 36
125
126         r1-\fermata |   % 37
127 }
128
129
130 LeadVoxText = \lyricmode
131 {
132         I know he res -- cued my soul, __ _
133         His blood has cov -- ered my sins, _
134         I be -- lieve, __ _ _ _ _ _
135         I be -- lieve; _
136
137         My shame he’s tak -- en a -- way, __ _
138         My pain is healed in his name, _
139         I be -- lieve, __ _ _ _ _ _
140         I be -- lieve; _
141
142         I’ll raise a ban -- _ ner
143         ’cause my Lord has con -- quered the grave. _
144
145         My Re -- deem -- er lives, _
146         my Re -- deem -- er lives; _ _
147         My Re -- deem -- er lives, _
148         my Re --
149
150         deem -- er lives. _ _
151
152         deem -- er lives. _ _
153
154         deem -- er lives. _ _
155 }
156
157
158 %
159 % Riff/rhythm figures
160 %
161 Riffs = \relative c''
162 {
163         % Intro
164
165 %{
166         \tiny
167         \repeat "percent" 3   % 1 - 6
168         {
169                 << { \tiny f16 c f, <f' f,> ~ <f f,> f, c' f f8 e } \\ { \tiny f,,2 c'4 } >> |   % 1
170                 << { \tiny f'16 c f, <f' f,> ~ <f f,> f, c' f f8 e } \\ { \tiny bf,2 c4 } >> |   % 2
171         }
172         << s2. \\ { \tiny d2 c4 } >> |   % 7
173         << s2. \\ { \tiny bf2. } >> |   % 8
174
175         s2.*7
176
177         \voiceOne
178         \repeat "percent" 6 { f''16 c f, <f' f,> ~ <f f,> f, c' f f8 e | }   % 16-21
179         \oneVoice
180
181         s2.*7
182
183         \voiceOne
184         \repeat "percent" 2 { f16 c f, f' ~ f f, c' f f8 e | }   % 29-30
185         \oneVoice
186
187         \key g \major
188
189         \voiceOne
190         \repeat "percent" 2 { g16 d g, g' ~ g g, d' g g8 fs | }   % 31-32
191         \oneVoice
192
193         s2.*7
194
195         \voiceOne
196         \repeat "percent" 4 { g16 d g, g' ~ g g, d' g g8 fs | }   % 40-43
197         \oneVoice
198         \normalsize
199 %}
200 }
201
202
203 %
204 % Chord names
205 %
206 Chords = \chordmode
207 {
208         % Intro
209
210         e1:7 |   % 1
211         a1:7 |   % 2
212         e1:7 |   % 3
213         a1:7 |   % 4
214
215         % Verse
216
217         e1:7 |   % 5
218         a1 |   % 6
219         e1:7 |   % 7
220         a1 |   % 8
221         e1:7 |   % 9
222         a1:7 |   % 10
223         e1:7 |   % 11
224         a1:7 |   % 12
225         e1:7 |   % 13
226         a1 |   % 14
227         e1:7 |   % 15
228         a1 |   % 16
229         e1:7 |   % 17
230         a1:7 |   % 18
231         e1:7 |   % 19
232         a1:7 |   % 20
233
234         % Prechorus
235
236         b1:sus4 |   % 21
237         s1 |   % 22
238         a1 |   % 23
239         a1/b |   % 24
240
241         % Chorus
242
243         e1 |   % 25
244         a1 |   % 26
245         cs1:m7 |   % 27
246         b1:sus4 |   % 28
247         e1 |   % 29
248         a1 |   % 30
249
250         cs1:m7 |   % 31
251         b1:sus4 |   % 32
252
253         cs1:m7 |   % 33
254         b1:sus4 |   % 34
255
256         cs1:m7 |   % 35
257         b1:sus4 |   % 36
258
259         e1:^3 |   % 37
260 }
261
262
263 %
264 % Chord rhythms
265 %
266 StaffC = \relative c
267 {
268         \numericTimeSignature
269         \override NoteHead #'style = #'slash
270         \teeny
271
272         % Intro
273
274         c4 c c c |   % 1
275         c4 c c c |   % 2
276         c4 c c c |   % 3
277         c4 c c c |   % 4
278
279         % Verse
280
281         c4 c c c |   % 5
282         c4 c c c |   % 6
283         c4 c c c |   % 7
284         c4 c c c |   % 8
285         c4 c c c |   % 9
286         c4 c c c |   % 10
287         c4 c c c |   % 11
288         c4 c c c |   % 12
289         c4 c c c |   % 13
290         c4 c c c |   % 14
291         c4 c c c |   % 15
292         c4 c c c |   % 16
293         c4 c c c |   % 17
294         c4 c c c |   % 18
295         c4 c c c |   % 19
296         c4 c c c |   % 20
297
298         % Prechorus
299
300         c4 c c c |   % 21
301         c4 c c c |   % 22
302         c4 c c c |   % 23
303         c4 c c c |   % 24
304
305         % Chorus
306
307         c4 c c c |   % 25
308         c4 c c c |   % 26
309         c4 c c c |   % 27
310         c4 c c c |   % 28
311         c4 c c c |   % 29
312         c4 c c c |   % 30
313
314         c4 c c c |   % 31
315         c4 c c c |   % 32
316
317         c4 c c c |   % 33
318         c4 c c c |   % 34
319
320         c4 c c c |   % 35
321         c4 c c c |   % 36
322
323         c1-\fermata |   % 37
324 }
325
326
327 Dynamics =
328 {
329 %{
330         \override TextScript #'extra-offset = #'( 0.0 . -1.0 )
331
332         \partial 4*1 s4_\markup { \italic { lite snare, arp. gtr. } } |   % 0
333         s2.*23
334         s4_\markup { \italic { a capella } } s2 |   % 24
335 %}
336 }
337
338
339 \score
340 {
341         <<
342                 \Global         % The "roadmap" that everything else depends on
343
344                 \context Staff
345                 <<
346                         \new Voice = "lead" \LeadVox
347                         \new Voice = "riffs" \Riffs
348                         \new Lyrics \lyricsto "lead" \LeadVoxText
349                 >>
350
351                 \new ChoirStaff
352                 <<
353                         \new ChordNames \Chords
354                         \new RhythmicStaff << \StaffC \Dynamics >>
355                 >>
356
357                 \set Score.skipBars = ##t
358                 \set Score.melismaBusyProperties = #'()
359         >>
360
361         \layout
362         {
363                 \context { \Staff \RemoveEmptyStaves }
364 %               ragged-last-bottom = ##t
365 %               ragged-last = ##t
366         }
367 }
368
369
370 \paper
371 {
372         #(define fonts (make-pango-font-tree
373                 "Times New Roman"
374                 "LilyJAZZText"
375                 "Luxi Mono"
376                 (/ staffSize 20)))
377
378 % Don't spread staves vertically across last page (default: t)
379 %       ragged-last-bottom = ##f
380 % Don't spread staves vertically across the page (default: f)
381 %       ragged-bottom = ##t
382 % Allow partial line for last stave (default: f)
383 %       ragged-last = ##t
384
385 % To find out what's eating the space at the top...
386 %       annotate-spacing = ##t
387 }
388