]> Shamusworld >> Repos - music/blob - search-my-heart.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / search-my-heart.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 = #20
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         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "Search My Heart" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Hillsong United" }
17 %       arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21 % Useful tweak abbreviations (hn = harmony note)
22
23 hn = #(define-music-function (parser location arg) (ly:music?)
24 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
25
26   (set! (ly:music-property arg 'tweaks)
27     (acons 'font-size -3.0 (ly:music-property arg 'tweaks))) arg)
28
29
30 %
31 % Song's structure
32 %
33 Global =  \transpose c g
34 {
35         \key c \major
36         \numericTimeSignature
37         \time 4/4
38
39 %       \once \override TextScript #'padding = #2.0
40 %       s1*0^\markup { \large \bold { Samba } }
41 % Capo 4 version
42 %       s1*0^\markup { \hspace #0.0 \raise #2.0 \bigger \bold { "Moderate pop (*** CAPO 4 ***)" } }
43
44         % Intro
45
46         s1*4 |   % 1-4
47
48         % A section
49
50         \repeat volta 4
51         {
52                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
53                 s1*6 |   % 5-10
54         }
55
56         % B section
57
58         \mark \markup { \override #'(font-family . sans) { \box { B } } }
59         s1*8 \bar "||"   % 11-18
60
61         % A section
62
63         s1*6 |   % 19-24
64
65         \repeat volta 2
66         {
67                 \mark \markup { \override #'(font-family . sans) { \box { C } } }
68                 s1*6 |   % 25-30
69         }
70
71         % B section
72
73         \repeat volta 2
74         {
75                 \mark \markup { \override #'(font-family . sans) { \box { D } } }
76                 s1*8 |   % 31-38
77         }
78
79         % C section
80
81         \mark \markup { \override #'(font-family . sans) { \box { E } } }
82         s1*16 |   % 39-54
83
84         % B section
85
86         \repeat volta 2
87         {
88                 \mark \markup { \override #'(font-family . sans) { \box { F } } }
89                 s1*8 |   % 31-38
90         }
91
92         % C section
93
94         \repeat volta 2
95         {
96                 \mark \markup { \override #'(font-family . sans) { \box { G } } }
97                 s1*8 |   % 31-38
98         }
99
100         % Outro
101
102         \mark \markup { \override #'(font-family . sans) { \box { H } } }
103         s1*5 \bar "|."   %
104 }
105
106
107 %
108 % Lead vocal
109 %
110 LeadVox = \relative c'
111 {
112         \set tupletSpannerDuration = #(ly:make-moment 1 4)
113         \override MultiMeasureRest #'expand-limit = 1
114
115         % Intro
116
117         R1*4 |   % 1-4
118
119         % A section
120
121         r2 r4 \teeny c \normalsize |   % 5
122         e4. d8 ~ d4 e ~ |   % 6
123         e2 r4 c |   % 7
124         e4. d8 ~ d4 c ~ |   % 8
125         c2 r |   % 9
126         r1 |   % 10
127
128         % B section
129
130         r2 r4 c |   % 11
131         g'4. g8 ~ g ( d ) d4 ~ |   % 12
132         d4 r r c |   % 13
133         f4. f8 ~ f ( e ) e4 ~ |   % 14
134         e4 r r c |   % 15
135         g'4. g8 ~ g ( d ) d4 ~ |   % 16
136         d4 r c8 d4 c8 |   % 17
137         f4. f8 ~ f ( e ) e4 |   % 18
138
139         % A section
140
141         R1*6 |   % 19-24
142
143         r1 |   % 25
144         e4. d8 ~ d4 e ~ |   % 26
145         e2 r4 c |   % 27
146         e4. d8 ~ d4 c ~ |   % 28
147         c2 r |   % 29
148         r1 |   % 30
149
150         % B section
151
152         r2 r4 c8 c |   % 31
153         g'4. g8 ~ g ( d ) d4 ~ |   % 32
154         d4 r r c |   % 33
155         f4. f8 ~ f ( e ) e4 ~ |   % 34
156         e4 r r c |   % 35
157         g'4. g8 ~ g ( d ) d4 ~ |   % 36
158 %       d4 r << { c8 d4 c8 } \context Voice = vb { \voiceTwo \teeny c8 c d c \normalsize } >> |   % 37
159         d4 r << { \stemDown \teeny c8 c d c \normalsize \stemNeutral } \context Voice = vb { \voiceTwo \stemUp c8 d4 c8 \stemNeutral } >> |   % 37
160         f4. f8 ~ f ( e ) e4 |   % 38
161
162         % C section
163
164         r1 |   %
165         r1 |   %
166         r2 r8 c8 d e ~ |   %
167         e8 c d e ~ e c4. |   %
168         r1 |   %
169         r1 |   %
170         r2 r8 c8 d e ~ |   %
171         e8 c d e ~ e e16 ( f e4 ) |   %
172         r1 |   %
173         r1 |   %
174         r2 r8 c8 d e ~ |   %
175         e8 c d e ~ e c4. |   %
176         r2 r8 c8 d e ~ |   %
177         e8 c d e ~ e e16 ( f e4 ) |   %
178         r2 r8 c8 d e ~ |   %
179         e8 c d e ~ e c4. |   %
180
181         % B section
182
183         r2 r4 c8 c |   % 31
184         g'4. g8 ~ g ( d ) d4 ~ |   % 32
185         d4 r r c |   % 33
186         f4. f8 ~ f ( e ) e4 ~ |   % 34
187         e4 r r c |   % 35
188         g'4. g8 ~ g ( d ) d4 ~ |   % 36
189         d4 r c8 d4 c8 |   % 37
190         f4. f8 ~ f ( e ) e4 |   % 38
191
192         % C section
193
194         r2 r8 c8 d e ~ |   %
195         e8 c d e ~ e c4. |   %
196         r2 r8 c8 d e ~ |   %
197         e8 c d e ~ e c4. |   %
198         r2 r8 c8 d e ~ |   %
199         e8 c d e ~ e e16 ( f e4 ) |   %
200         r1 |   %
201         r1 |   %
202
203         % Outro
204
205         r1 |   %
206         e4. d8 ~ d4 e ~ |   %
207         e2 r4 c |   %
208         e4. d8 ~ d4 c ~ |   %
209         c1-\fermata |   %
210 }
211
212
213 LeadVoxText = \lyricmode
214 {
215         _ Search my _ heart, _ and search my _ soul _
216
217         With all my _ _ heart, _
218         And all my _ _ soul, _
219         With all I _ _ am, _
220         Lord I will fol -- low _ _ you.
221
222         Hear my _ cry, _ and hear my _ prayer _
223
224         So with all my _ _ heart, _
225         And all my _ _ soul, _
226         With all I _ _ am, _
227         Lord I _ will fol -- low _ _ you.
228
229         With -- out you _ I am noth -- _ ing,
230         With -- out you _ I am noth -- _ ing, _ _
231         With -- out you _ I am noth -- _ ing,
232         With -- out you _ I am noth -- _ ing, _ _
233         With -- out you _ I am noth -- _ ing.
234
235         So with all my _ _ heart, _
236         And all my _ _ soul, _
237         With all I _ _ am, _
238         Lord I will fol -- low _ _ you.
239
240         With -- out you _ I am noth -- _ ing,
241         With -- out you _ I am noth -- _ ing,
242         With -- out you _ I am noth -- _ ing, _ _
243
244         Search my _ heart, _ and search my _ soul _
245 }
246
247 LeadVoxTextB = \lyricmode
248 {
249         There’s no -- thing _ else _ that I want _ more _
250
251         _ _ _ _ _ _ _
252         _ _ _ _ _ _ _
253         _ _ _ _ _ _ _
254         _ _ _ _ _ _ _ _
255
256         Draw me _ close, _ I know you’re _ near _
257
258         You _ took the _ _ cross, _
259         You took my _ _ shame, _
260         Re -- stored my _ _ life, _
261         Now I live to wor -- ship _ _ you.
262
263         _ _ _ _ _ _ _ _ _
264         _ _ _ _ _ _ _ _ _ _ _
265         _ _ _ _ _ _ _ _ _
266         _ _ _ _ _ _ _ _ _ _ _
267         _ _ _ _ _ _ _ _ _
268
269         You _ took the _ _ cross, _
270         You took my _ _ shame, _
271         Re -- stored my _ _ life, _
272 }
273
274 LeadVoxTextC = \lyricmode
275 {
276         _ Shine your _ light, _ and show your _ face _
277 }
278
279 LeadVoxTextD = \lyricmode
280 {
281         _ In my _ life, _ Lord have your _ way _
282 }
283
284
285 Riffs = \relative c'
286 {
287         \set tupletSpannerDuration = #(ly:make-moment 1 4)
288
289         % Intro
290
291         \tiny
292         \normalsize
293 }
294
295
296 %
297 % Chord names
298 %
299 Chords = \chordmode
300 {
301         % Intro
302
303         s1*4 |   % 1-4
304
305         % A section
306
307         c1 |   % 5
308         s1 |   % 6
309         s1 |   % 7
310         g4. a:m f4 |   % 8
311         s1 |   % 9
312         s1 |   % 10
313
314         % B section
315
316         c1 |   % 11
317         s1 |   % 12
318         g1 |   % 13
319         s1 |   % 14
320         a1:m |   % 15
321         s1 |   % 16
322         f1 |   % 17
323         s1 |   % 18
324
325         % A section
326
327         c1 |   % 19
328         s1 |   % 20
329         s1 |   % 21
330         g4. a:m f4 |   % 22
331         s1 |   % 23
332         s1 |   % 24
333
334         c1 |   % 25
335         s1 |   % 26
336         s1 |   % 27
337         g4. a:m f4 |   % 28
338         s1 |   % 29
339         s1 |   % 30
340
341         % B section
342
343         c1 |   % 31
344         s1 |   % 32
345         g1 |   % 33
346         s1 |   % 34
347         a1:m |   % 35
348         s1 |   % 36
349         f1 |   % 37
350         s1 |   % 38
351
352         % C section
353
354         a1:m |   % 39
355         g1 |   % 40
356         f1 |   % 41
357         s1 |   % 42
358
359         a1:m |   % 43
360         g1 |   % 44
361         f1 |   % 45
362         s1 |   % 46
363
364         a1:m |   % 47
365         g1 |   % 48
366         f1 |   % 49
367         s1 |   % 50
368
369         s1 |   % 51
370         s1 |   % 52
371         s1 |   % 53
372         s1 |   % 54
373
374         % B section
375
376         c1 |   % 55
377         s1 |   % 56
378         g1 |   % 57
379         s1 |   % 58
380         a1:m |   % 59
381         s1 |   % 60
382         f1 |   % 61
383         s1 |   % 62
384
385         % C section
386
387         c1 |   % 63
388         s1 |   % 64
389         g1 |   % 65
390         s1 |   % 66
391         a1:m |   % 67
392         s1 |   % 68
393         f1 |   % 69
394         s1 |   % 70
395
396         % Outro
397
398         c1 |   % 71
399 }
400
401
402 %
403 % Chord rhythms
404 %
405 Rhythm = \relative c
406 {
407         \numericTimeSignature
408         \override NoteHead #'style = #'slash
409         \override MultiMeasureRest #'expand-limit = 1
410         \teeny
411
412         % Intro
413
414         R1*4 |   % 1-4
415
416         % A section
417
418         c4 c c c |   % 5
419         c4 c c c |   % 6
420         c4 c c c |   % 7
421         c4. c8 ~ c4 c |   % 8
422         c4 c c c |   % 9
423         c4 c c c |   % 10
424
425         % B section
426
427         c4 c c c |   % 11
428         c4 c c c |   % 12
429         c4 c c c |   % 13
430         c4 c c c |   % 14
431         c4 c c c |   % 15
432         c4 c c c |   % 16
433         c4 c c c |   % 17
434         c4 c c c |   % 18
435
436         % A section
437
438         c4 c c c |   % 19
439         c4 c c c |   % 20
440         c4 c c c |   % 21
441         c4. c8 ~ c4 c |   % 22
442         c4 c c c |   % 23
443         c4 c c c |   % 24
444
445         c4 c c c |   % 25
446         c4 c c c |   % 26
447         c4 c c c |   % 27
448         c4. c8 ~ c4 c |   % 28
449         c4 c c c |   % 29
450         c4 c c c |   % 30
451
452         % B section
453
454         c4 c c c |   % 31
455         c4 c c c |   % 32
456         c4 c c c |   % 33
457         c4 c c c |   % 34
458         c4 c c c |   % 35
459         c4 c c c |   % 36
460         c4 c c c |   % 37
461         c4 c c c |   % 38
462
463         % C section
464
465         c4 c c c |   % 39
466         c4 c c c |   % 40
467         c4 c c c |   % 41
468         c4 c c c |   % 42
469
470         c4 c c c |   % 43
471         c4 c c c |   % 44
472         c4 c c c |   % 45
473         c4 c c c |   % 46
474
475         c4 c c c |   % 47
476         c4 c c c |   % 48
477         c4 c c c |   % 49
478         c4 c c c |   % 50
479
480         c4 c c c |   % 51
481         c4 c c c |   % 52
482         c4 c c c |   % 53
483         c4 c c c |   % 54
484
485         % B section
486
487         c4 c c c |   % 55
488         c4 c c c |   % 56
489         c4 c c c |   % 57
490         c4 c c c |   % 58
491         c4 c c c |   % 59
492         c4 c c c |   % 60
493         c4 c c c |   % 61
494         c4 c c c |   % 62
495
496         % C section
497
498         c4 c c c |   % 63
499         c4 c c c |   % 64
500         c4 c c c |   % 65
501         c4 c c c |   % 66
502         c4 c c c |   % 67
503         c4 c c c |   % 68
504         c4 c c c |   % 69
505         c4 c c c |   % 70
506
507         % Outro
508
509         c1 ~ |   % 71
510         c1 ~ |   % 72
511         c1 ~ |   % 73
512         c1 ~ |   % 74
513         c1-\fermata |   % 75
514 }
515
516
517 Dynamics =
518 {
519 %       s1*4 |   % 1-4
520 %       s4_\markup { \italic { 1st X: Melody, 2nd X+: Solos } } s2. |   % 5
521 %       s1*38 |   % 1-38
522 %       s4_\markup { \bold \italic { Double Chorus 2nd X } } s2. |   % 39
523 %       s1*7 |   % 40-46
524 %       s4_\markup { \bold { Tutti } } s2. |   % 47
525 %       s4 |   % 0
526 %       s2.*39 |   % 1-39
527 %       s4_\markup { \large \bold \italic { Solo } } s2 |   % 40
528 }
529
530
531 \score
532 {
533         <<
534                 \Global         % The "roadmap" that everything else depends on
535                 \set Score.skipBars = ##t
536                 \set Score.melismaBusyProperties = #'()
537
538                 \context Staff
539                 <<
540                         \new Voice = "lead"  \transpose c g \LeadVox
541                         \new Voice  \transpose c g \Riffs
542                         \new Lyrics \lyricsto "lead" \LeadVoxText
543                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
544                         \new Lyrics \lyricsto "lead" \LeadVoxTextC
545                         \new Lyrics \lyricsto "lead" \LeadVoxTextD
546                 >>
547
548                 \new ChoirStaff
549                 <<
550                         \new ChordNames \transpose c g \Chords
551 %Capo 4 edition
552 %                       \new ChordNames \transpose b g \Chords
553                         \new RhythmicStaff << \Rhythm \Dynamics >>
554                 >>
555         >>
556 }
557
558
559 \paper
560 {
561         #(define fonts (make-pango-font-tree
562                 "Times New Roman"
563                 "LilyJAZZText"
564                 "Luxi Mono"
565                 (/ staffSize 20)))
566
567 % Spread staves vertically across last page (default: t)
568         ragged-last-bottom = ##f
569 % Don't spread staves vertically across the page (default: f)
570 %       ragged-bottom = ##t
571 % Allow partial line for last stave (default: f)
572         ragged-last = ##t
573
574 % To find out what's eating the space at the top...
575 %       annotate-spacing = ##t
576 }
577