]> Shamusworld >> Repos - music/blob - jesus-draw-me-close.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / jesus-draw-me-close.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 = #16
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 "Jesus, Draw Me Close" }
14         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Rick Founds" }
15         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
16         tagline  = "Engraved by JLH and Lilypond 2.10.29"
17 }
18
19
20 %
21 % Song's structure
22 %
23 Global =
24 {
25         \clef G
26         \key f \major
27         \numericTimeSignature
28         \time 4/4
29
30         % Intro
31
32         s1*8 |   % 1-8
33
34         % Verses 1-2
35
36         \repeat volta 2
37         {
38                 \mark \markup { \override #'(font-family . sans) \box { A } }
39                 s1*14 |   % 9-22
40         }
41         \alternative
42         {
43                 {
44                         s1*2 |   % 23-24
45                 }
46                 {
47                         s1 |   % 25
48                 }
49         }
50
51         s1 \bar "||"   % 26
52
53         % Verse 3
54
55         \key g \major
56         \mark \markup { \override #'(font-family . sans) \box { B } }
57         s1*21 \bar "|."   % 27-47
58 }
59
60
61 %
62 % Lead vocal
63 %
64 LeadVox = \relative c''
65 {
66         \clef G
67
68         % Intro
69
70         s1*8 |   % 1-8
71
72         % Verses 1-2
73
74         a4 f8 [ g ] ~ g4 e8 [ f ] ~ |   % 9
75         f2. r4 |   % 10
76         bf4 g8 [ a ] ~ a4 f8 [ g ] ~ |   % 11
77         g1 |   % 12
78         a4 f8 [ g ] ~ g4 e8 [ f ] ~ |   % 13
79         f8 [ d ] ~ d4 bf'4 a8 [ a ]( |   % 14
80         g1 ) ~ |   % 15
81         g2 r |   % 16
82         a4 f8 [ g ] ~ g4 e8 [ f ] ~ |   % 17
83         f2. r4 |   % 18
84         bf4 g8 [ a ] ~ a4 f8 [ g ] ~ |   % 19
85         g2. r8 c, |   % 20
86         d4 d8 [ e ] ~ e4 e8 [ f ] ~ |   % 21
87         f8 [ a ] ~ a4 g f8 [ f ] ~ |   % 22
88
89         f1 |   % 23
90         R1 |   % 24
91
92         f1 \repeatTie |   % 25
93
94         R1 |   % 26
95
96         % Verse 3
97
98         b4 g8 [ a ] ~ a4 fs8 [ g ] ~ |   % 27
99         g2. r4 |   % 28
100         c4 a8 [ b ] ~ b4 g8 [ a ] ~ |   % 29
101         a1 |   % 30
102         b4 g8 [ a ] ~ a4 fs8 [ g ] ~ |   % 31
103         g8 [ e ] ~ e4 c'4 b8 [ b ]( |   % 32
104         a1 ) ~ |   % 33
105         a2 r |   % 34
106         b4 g8 [ a ] ~ a4 fs8 [ g ] ~ |   % 35
107         g2. r4 |   % 36
108         c4 a8 [ b ] ~ b4 g8 [ a ] ~ |   % 37
109         a2. r8 d, |   % 38
110         e4 e8 [ fs ] ~ fs4 fs8 [ g ] ~ |   % 39
111         g8 [ b ] ~ b4 a g8 [ g ] ~ |   % 40
112         g1 |   % 41
113         r2 r4. d8 |   % 42
114         e4 e8 [ fs ] ~ fs4 fs8 [ g ] ~ |   % 43
115         g8 [ b ] ~ b4 a g8 [ g ] ~ |   % 44
116         g1 |   % 45
117         s1*2 |   % 46-47
118 }
119
120
121 LeadVoxText = \lyricmode
122 {
123         Je- sus draw _ me close _
124         Clo- ser Lord _ to you __ _
125         Let the world _ a- round _ me _ fade a- way __ _ _
126         Je- sus draw _ me close _
127         Clo- ser Lord _ to you __ _
128         For I de- sire _ to wor- _ ship _ and o- bey _
129
130         _
131
132         Je- sus draw _ me close _
133         Clo- ser Lord _ to you __ _
134         Let the world _ a- round _ me _ fade a- way __ _ _
135         Je- sus draw _ me close _
136         Clo- ser Lord _ to you __ _
137         For I de- sire _ to wor- _ ship _ and o- bey __ _
138         For I de- sire _ to wor- _ ship _ and o- bey __ _
139 }
140
141
142 %
143 % Riff/rhythm figures
144 %
145 Riffs = \relative c''
146 {
147         \set Voice.autoBeaming = ##f
148
149         % Intro
150
151         \teeny
152         a4 f8 [ g ] ~ g4 e8 [ f ] ~ |   % 1
153         f1 |   % 2
154         bf4 g8 [ a ] ~ a4 f8 [ g ] ~ |   % 3
155         g2. r8 c, |   % 4
156         d4 d8 [ e ] ~ e4 e8 [ f ] ~ |   % 5
157         f8 [ a ] ~ a4 g f8 [ f ] ~ |   % 6
158         f1 ~ |   % 7
159         f2 r |   % 8
160
161         s1*36 |   % 9-44
162
163         \voiceThree b4 g8 [ a ] ~ a4 fs8 [ g ] ~ |   % 45
164         g8 [ fs ] ~ fs4 c'8 [ b a g ] |   % 46
165         g1^\fermata |   % 47
166         \normalsize
167 }
168
169
170 %
171 % Chord names
172 %
173 Chords = \chordmode
174 {
175         % Intro
176
177         f4. c2/e bf8/d |   % 1
178         s4. f2/c s8 |   % 2
179         bf4. f2/a c8:sus4 |   % 3
180         s2 c |   % 4
181         bf4./d c2/e d8:m7 |   % 5
182         s2 c:sus4 |   % 6
183         f1 |   % 7
184         bf1/c |   % 8
185
186         % Verses 1-2
187
188         f4. c2/e bf8/d |   % 9
189         s4. f2/c s8 |   % 10
190         bf4. f2/a c8:sus4 |   % 11
191         s2 c |   % 12
192         f4. c2/e d8:m |   % 13
193         s2 bf:sus2 |   % 14
194         c1:sus4 |   % 15
195         c1 |   % 16
196         f4. c2/e bf8/d |   % 17
197         s4. f/c s4 |   % 18
198         bf4. f2/a c8:sus4 |   % 19
199         s2 c |   % 20
200         bf4./d c2/e d8:m7 |   % 21
201         s2 c:sus4 |   % 22
202
203         f1 |   % 23
204         bf1/c |   % 24
205
206         f1 |   % 25
207
208         d2:sus4 d |   % 26
209
210         % Verse 3
211
212         g4. d2/fs c8/e |   % 27
213         s4. g2/d s8 |   % 28
214         c4. g2/b d8:sus4 |   % 29
215         s2 d |   % 30
216         g4. d2/fs e8:m |   % 31
217         s2 c:sus2 |   % 32
218         d1:sus4 |   % 33
219         d1 |   % 34
220         g4. d2/fs c8/e |   % 35
221         s4. g2/d s8 |   % 36
222         c4. g2/b d8:sus4 |   % 37
223         s2 d |   % 38
224         c4./e d2/fs e8:m7 |   % 39
225         s2 d:sus4 |   % 40
226         e1:m |   % 41
227         c1 |   % 42
228         c4./e d2/fs e8:m7 |   % 43
229         s2 d:sus4 |   % 44
230         g4. d2/fs c8/e |   % 45
231
232         s2 c:sus2 |   % 46
233         g1 |   % 47
234 }
235
236
237 %
238 % Chord rhythms
239 %
240 StaffC = \relative c
241 {
242         \numericTimeSignature
243         \override NoteHead #'style = #'slash
244         \teeny
245
246         % Intro
247
248         c4. c8 ~ c4. c8 ~ |   % 1
249         c4. c8 ~ c4 c |   % 2
250         c4. c8 ~ c4. c8 ~ |   % 3
251         c4 c c c |   % 4
252         c4. c8 ~ c4. c8 ~ |   % 5
253         c4 c c c |   % 6
254         c4 c c c |   % 7
255         c4 c c c |   % 8
256
257         % Verses 1-2
258
259         c4. c8 ~ c4. c8 ~ |   % 9
260         c4. c8 ~ c4 c |   % 10
261         c4. c8 ~ c4. c8 ~ |   % 11
262         c4 c c c |   % 12
263         c4. c8 ~ c4. c8 ~ |   % 13
264         c4 c c c |   % 14
265         c4 c c c |   % 15
266         c4 c c c |   % 16
267         c4. c8 ~ c4. c8 ~ |   % 17
268         c4. c8 ~ c4 c |   % 18
269         c4. c8 ~ c4. c8 ~ |   % 19
270         c4 c c c |   % 20
271         c4. c8 ~ c4. c8 ~ |   % 21
272         c4 c c c |   % 22
273
274         c4 c c c |   % 23
275         c4 c c c |   % 24
276
277         c4 c c c |   % 25
278
279         c4 c \< c c \! |   % 26
280
281         % Verse 3
282
283         c4. c8 ~ c4. c8 ~ |   % 27
284         c4. c8 ~ c4 c |   % 28
285         c4. c8 ~ c4. c8 ~ |   % 29
286         c4 c c c |   % 30
287         c4. c8 ~ c4. c8 ~ |   % 31
288         c4 c c c |   % 32
289         c4 c c c |   % 33
290         c4 c c c |   % 34
291         c4. c8 ~ c4. c8 ~ |   % 35
292         c4. c8 ~ c4 c |   % 36
293         c4. c8 ~ c4. c8 ~ |   % 37
294         c4 c c c |   % 38
295         c4. c8 ~ c4. c8 ~ |   % 39
296         c4 c c c |   % 40
297
298         c4. c8 ~ c4 c |   % 41
299         c4. c8 ~ c4 c |   % 42
300         c4. c8 ~ c4. c8 ~ |   % 43
301         c4 c c c |   % 44
302         c4. c8 ~ c4. c8 ~ |   % 45
303
304         c4 c c-\markup { \italic { rit. } } c |   % 46
305         c1-\fermata |   % 47
306 }
307
308
309 \score
310 {
311         <<
312                 \Global         % The "roadmap" that everything else depends on
313
314                 \context Staff
315                 <<
316                         \new Voice = "lead" \LeadVox
317                         \new Voice = "riffs" \Riffs
318                         \new Lyrics \lyricsto "lead" \LeadVoxText
319                 >>
320
321                 \new ChoirStaff = "Rhythm"
322                 <<
323                         \new ChordNames \Chords
324                         \new RhythmicStaff \StaffC
325                 >>
326
327                 \set Score.skipBars = ##t
328                 \set Score.melismaBusyProperties = #'()
329         >>
330 }
331
332
333 \paper
334 {
335         #(define fonts (make-pango-font-tree
336                 "Times New Roman"
337                 "LilyJAZZText"
338                 "Luxi Mono"
339                 (/ staffSize 20)))
340
341 % Don't spread staves vertically across last page (default: t)
342 %       ragged-last-bottom = ##f
343 % Don't spread staves vertically across the page (default: f)
344 %       ragged-bottom = ##t
345 % Allow partial line for last stave (default: f)
346         ragged-last = ##t
347
348 % To find out what's eating the space at the top...
349 %       annotate-spacing = ##t
350 }
351