]> Shamusworld >> Repos - music/blob - in-the-secret.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / in-the-secret.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 %{ Some useful characters: ‘ ’ “ ” – — † ‡ • … %}
12
13 \header
14 {
15         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "In The Secret" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "A. Park" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21
22 %
23 % Song's structure
24 %
25 Global =
26 {
27         \clef G
28         \key af \major
29         \numericTimeSignature
30         \time 4/4
31
32         % Intro
33
34         \once \override Score.RehearsalMark #'self-alignment-X = #left
35         \mark \markup { \small "16th note rock" }
36
37         s1 |   % 1
38
39         \repeat volta 2
40         {
41                 s1*2 |   % 2-3
42         }
43         \alternative
44         {
45                 {
46                         s1*2 |   % 4-5
47                 }
48                 {
49                         s1 |   % 6
50                 }
51         }
52
53         s1*2 \bar ".|:-||"   % 7-8
54
55         \repeat volta 3
56         {
57                 % Verse
58
59                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
60                 s1*8 \bar "||"   % 9-16
61
62                 % Chorus
63
64                 \once \override Score.RehearsalMark #'self-alignment-X = #left
65                 \mark \markup { \override #'(font-family . sans) { \box { B } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
66
67                 s1*7 |   % 17-23
68         }
69         \alternative
70         {
71                 {
72                         s1*2 |   % 24-25
73                 }
74                 {
75                         s1^\markup { \hspace #18.0 \raise #1.0 \large \italic { D.S. } } \bar "||"   % 26
76                 }
77                 {
78                         s1 |   % 27
79                 }
80         }
81
82         s1*2 \bar "||"   % 28-29
83
84         % Chorus (reprise)
85
86         \mark \markup { \override #'(font-family . sans) { \box { C } } }
87         s1*8 |   % 30-37
88
89         \repeat volta 2
90         {
91                 % Chorus (outro)
92
93                 \mark \markup { \override #'(font-family . sans) { \box { D } } }
94                 s1*8 |   % 38-45
95         }
96
97         \mark \markup { \override #'(font-family . sans) { \box { E } } }
98         s1*4 \bar "|."   % 46-49
99 }
100
101
102 %
103 % Lead vocal
104 %
105 LeadVox = \relative c'
106 {
107         \clef G
108
109         % Intro
110
111         R1 |   % 1
112
113         \repeat volta 2
114         {
115                 r8 c bf16 af8. bf c16 ~ c8 af ~ |   % 2
116                 af4 r ef'8. f16 ~ f8 ef |   % 3
117         }
118         \alternative
119         {
120                 {
121                         r8 c bf16 af8. bf f16 ~ f8 af ~ |   % 4
122                         af1 |   % 5
123                 }
124                 {
125                         r8 c bf16 af8. bf c16 ~ c8 af ~ |   % 6
126                 }
127         }
128
129         af1 |   % 7
130         R1 |   % 8
131
132         % Verse
133
134         r16 af af bf ~ bf c8. r16 af af bf ~ bf c8. |   % 9
135         bf16 ( af8. ) ~ af4 r2 |   % 10
136         r16 af af bf ~ bf c8. bf f16 ~ f8 bf ( |   % 11
137         af2 ) r2 |   % 12
138         r16 af af bf ~ bf c8. r16 af af bf ~ bf c8 df16 ~ |   % 13
139         df16 c bf af ~ af8. df16 ~ df c bf af ~ af4 |   % 14
140         r16 af af bf ~ bf c8. bf c16 ~ c8 bf ( |   % 15
141         af2. ) r4 \bar "||"   % 16
142
143         % Chorus
144
145         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 ~ <bf ef g>4 |   % 17
146         r8 <af c ef>16 <af c ef> ~ <af c ef> <c ef af>8. <df ef af> <df f>16 ~ <df f>8 <c ef af> |   % 18
147         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 ~ <bf ef g>8 << { \voiceOne <bf ef g> ( |   % 19
148         <af f'>1 ) } \new Voice = "v" { \voiceThree s8 df8. c16 ~ c8 df ~ df2 } >> \oneVoice |   % 20
149         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 r4 |   % 21
150         r8 <af c ef>16 <af c ef> ~ <af c ef> <c ef af>8. <df ef af> <df f>16 ~ <df f>8 <c ef af> |   % 22
151         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 r8 <bf ef g> ( |   % 23
152
153         <af f' af>1 ) |   % 24
154         R1 |   % 25
155
156         af1 \repeatTie |   % 26
157
158         af1 \repeatTie |   % 27
159
160         R1*2 |   % 28-29
161
162         % Chorus (reprise)
163
164         r8 af af ef' ef8. bf16 ~ bf4 |   % 30
165         r8 af16 af ~ af ef'8. ef df16 ~ df8 c |   % 31
166         r8 <af ef'> <af ef'> <ef' af> <ef g>8. <bf g'>16 ~ \set Voice.autoBeaming = ##f
167 <bf g'>8 << { \voiceOne \stemDown \slurDown bf ( |   % 32
168         \set Voice.autoBeaming = ##t \stemNeutral \slurNeutral af1 ) } \new Voice = "v" { \voiceThree g'8 ( f8. ef8 ) ~ ef2 } >> \oneVoice |   % 33
169         r8 af, af ef' ef8. bf16 ~ bf4 |   % 34
170         r8 af16 af ~ af ef'8. ef df16 ~ df8 c |   % 35
171         r8 <af ef'> <af ef'> <ef' af> <ef g>8. <bf g'>16 ~ <bf g'>4 |   % 36
172         r4 <df f af df>2. |   % 37
173
174         % Chorus (outro)
175
176         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 ~ <bf ef g>4 |   % 38
177         r8 <af c ef>16 <af c ef> ~ <af c ef> <c ef af>8. <df ef af> <df f>16 ~ <df f>8 <c ef af> |   % 39
178         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 ~ <bf ef g>8 << { \voiceOne <bf ef g> ( |   % 40
179         <af f'>1 ) } \new Voice = "v" { \voiceThree s8 df8. c16 ~ c8 df ~ df2 } >> \oneVoice |   % 41
180         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 r4 |   % 42
181         r8 <af c ef>16 <af c ef> ~ <af c ef> <c ef af>8. <df ef af> <df f>16 ~ <df f>8 <c ef af> |   % 43
182         r8 <af c ef> <af c ef> <c ef af> <bf ef g>8. <bf ef g>16 r8 <bf ef g> ( |   % 44
183         <af f' af>1 ) |   % 45
184
185         R1*3 |   % 46-48
186         r1-\fermata |   % 49
187 }
188
189
190 LeadVoxText = \lyricmode
191 {
192         Bah bah dah bah bah _ bah, _ doo doo _ doo
193         Bah bah dah bah bah _ bah, _
194
195         Bah bah dah bah bah _ bah, _
196
197         In the sec -- _ ret, in the qui -- _ et place, _ _
198         in the still -- _ ness you are _ there. _
199         In the sec -- _ ret, in the qui -- _ et ho -- _ ur I wait _
200         on -- _ ly for you, _
201         ’cause I want _ to know you _ more. __ _
202
203         I want to know you, _ I want _ to hear your _ voice,
204         I want to know you _ more; _
205         I want to touch you, I want _ to see your _ face,
206         I want to know you more. _
207
208         _ _
209
210         I want to know you, _ I want _ to hear your _ voice,
211         I want to know you _ more; _
212         I want to touch you, _ I want _ to see your _ face,
213         I want to know you _ MORE!
214
215         I want to know you, _ I want _ to hear your _ voice,
216         I want to know you _ more; _
217         I want to touch you, I want _ to see your _ face,
218         I want to know you more. _
219 }
220
221 LeadVoxTextB = \lyricmode
222 {
223         _ _ _ _ _ _ _ _ _ _ _ _
224         _ _ _ _ _ _ _ _
225         _ _ _ _ _ _ _ _
226
227         I am reach -- _ ing for the high -- _ est goal, _ _
228         that I might _ re -- ceive the _ prize. _
229         Press -- ing on -- _ ward, push -- ing ev’ -- _ ry hin -- _ drance a -- side, _
230         out _ of my way, _
231 }
232
233
234 Riffs = \relative c'
235 {
236 %{
237         \tiny
238         r2 r8 d f bf |   % 1
239         bf4. af8 ~ af4. af8 |   % 2
240         af4. g8 ~ g4. f8 |   % 3
241         f1 |   % 4
242
243         s1*38 |   % 5-42
244
245         \voiceOne
246         r2 r8 d f bf |   % 43
247         \oneVoice
248         bf4. af8 ~ af4. af8 |   % 44
249         af4. g8 ~ g4. f8 |   % 45
250         f1 |   % 46
251
252         s1*3 |   % 47-48 (plus spacer for coda)
253
254         s2 r8 d f bf |   % 49
255         bf4. af8 ~ af4. af8 |   % 50
256         af4. g8 ~ g4. f8 |   % 51
257         f1 |   % 52
258         r2 r8 d f bf |   % 53
259         bf4. af8 ~ af4. af8 |   % 54
260         af4. g8 ~ g4. f8 |   % 55
261         f1 |   % 56
262         r1-\fermata \bar "|."   % 57
263 %}
264 }
265
266
267 %
268 % Chord names
269 %
270 Chords = \chordmode
271 {
272         % Intro
273
274         s1 |   % 1
275
276         af2 ef |   % 2
277         f8.:m ef df8 s2 |   % 3
278
279         af2 ef |   % 4
280         df8. af/c df8 s2 |   % 5
281
282         f2:m ef |   % 6
283
284         df8. af/c df8 s2 |   % 7
285         s1 |   % 8
286
287         % Verse
288
289         af2 af/c |   % 9
290         df1 |   % 10
291         f2:m ef |   % 11
292         df1 |   % 12
293         af2 af/c |   % 13
294         df1 |   % 14
295         f2:m ef |   % 15
296         df1 |   % 16
297
298         % Chorus
299
300         af2 ef |   % 17
301         f8.:m ef df8 s2 |   % 18
302         af2 ef |   % 19
303         df8. af/c df8 s2 |   % 20
304         af2 ef |   % 21
305         f8.:m ef df8 s2 |   % 22
306         f2:m ef |   % 23
307
308         df8. af/c df8 s2 |   % 24
309         s1 |   % 25
310
311         df8. af/c df8 s2 |   % 26
312
313         df8. af/c df8 s2 |   % 27
314
315         af1 |   % 28
316         s1 |   % 29
317
318         % Chorus (reprise)
319
320         af2 c:m7 |   % 30
321         df1 |   % 31
322         f2:m ef |   % 32
323         df1 |   % 33
324         af2 c:m |   % 34
325         df1 |   % 35
326         f2:m ef |   % 36
327         df8. af/c df af/c df4 |   % 37
328
329         % Chorus (outro)
330
331         af2 ef |   % 38
332         f8.:m ef df8 s2 |   % 39
333         af2 ef |   % 40
334         df8. af/c df8 s2 |   % 41
335         af2 ef |   % 42
336         f8.:m ef df8 s2 |   % 43
337         f2:m ef |   % 44
338         df8. af/c df8 s2 |   % 45
339
340         af2 ef |   % 46
341         f8.:m ef d8 s2 |   % 47
342         f2:m ef |   % 48
343         df8. af/c df8 s2 |   % 49
344 }
345
346
347 %
348 % Chord rhythms
349 %
350 StaffC = \relative c
351 {
352         \numericTimeSignature
353         \override NoteHead #'style = #'slash
354         \teeny
355
356         % Intro
357
358         c4 c c c |   % 1
359
360         c8 c ~ c4 c8 c ~ c4 |   % 2
361         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 3
362
363         c8 c ~ c4 c8 c ~ c4 |   % 4
364         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 5
365
366         c8 c ~ c4 c8 c ~ c4 |   % 6
367
368         c8. c16 ~ c8 c ~ c4 c |   % 7
369         c4 c c c |   % 8
370
371         % Verse
372
373         c4 c c c |   % 9
374         c4 c c c |   % 10
375         c4 c c c |   % 11
376         c4 c c c |   % 12
377         c4 c c c |   % 13
378         c4 c c c |   % 14
379         c4 c c c |   % 15
380         c4 c c c |   % 16
381
382         % Chorus
383
384         c8 c ~ c4 c8 c ~ c4 |   % 17
385         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 18
386         c8 c ~ c4 c8 c ~ c4 |   % 19
387         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 20
388         c8 c ~ c4 c8 c ~ c4 |   % 21
389         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 22
390         c8 c ~ c4 c8 c ~ c4 |   % 23
391
392         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 24
393         c4 c c c |   % 25
394
395         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 26
396
397         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 27
398
399         c1 ~ |   % 28
400         c1 |   % 29
401
402         % Chorus (reprise)
403
404         c2 c |   % 30
405         c2 c |   % 31
406         c2 c |   % 32
407         c2 c |   % 33
408         c2 c |   % 34
409         c2 c |   % 35
410         c2 c |   % 36
411         c8.-> c16-> ~ c8 c-> ~ c16 c8.-> c4-> |   % 37
412
413         % Chorus (outro)
414
415         c8 c ~ c4 c8 c ~ c4 |   % 38
416         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 39
417         c8 c ~ c4 c8 c ~ c4 |   % 40
418         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 41
419         c8 c ~ c4 c8 c ~ c4 |   % 42
420         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 43
421         c8 c ~ c4 c8 c ~ c4 |   % 44
422         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 45
423
424         c8 c ~ c4 c8 c ~ c4 |   % 46
425         c8.-> c16-> ~ c8 c-> ~ c4 c |   % 47
426         c8 c ~ c4 c8 c ~ c4 |   % 48
427         c8.-> c16-> ~ c8 c-> ~ c2-\fermata |   % 49
428 }
429
430
431 Dynamics =
432 {
433         s4_\markup { \italic { drum fill } } s2. |   % 1
434         s4_\ff s2. |   % 2
435         s1*5 |   % 3-7
436         s4_\markup { \italic { drum AND BASS fill } } s2. |   % 8
437         s4_\mp s2. |   % 9
438         s1*6 |   % 10-15
439         s4 s s \< s |   % 16
440         s4_\ff s2. |   % 17
441         s1*7 |   % 18-24
442         s4_\markup { \italic { drum AND BASS fill } } s2. |   % 25
443         s1*2 |   % 26-27
444         s4 s s \> s |   % 28
445         s1 |   % 29
446         s4_\mf s2. |   % 30
447         s1*6 |   % 31-36
448         s4_\f s s \< s |   % 37
449         s4_\ff s2. |   % 38
450 }
451
452
453 \score
454 {
455         <<
456                 \Global         % The "roadmap" that everything else depends on
457
458                 \context Staff
459                 <<
460                         \new Voice = "lead" \LeadVox
461                         \new Voice = "riffs" \Riffs
462                         \new Lyrics \lyricsto "lead" \LeadVoxText
463                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
464                 >>
465
466                 \new ChoirStaff
467                 <<
468                         \new ChordNames \Chords
469                         \new RhythmicStaff << \StaffC \Dynamics >>
470                 >>
471
472                 \set Score.skipBars = ##t
473                 \set Score.melismaBusyProperties = #'()
474         >>
475 }
476
477
478 \paper
479 {
480         #(define fonts (make-pango-font-tree
481                 "Times New Roman"
482                 "LilyJAZZText"
483                 "Luxi Mono"
484                 (/ staffSize 20)))
485
486 % Don't spread staves vertically across last page (default: t)
487 %       ragged-last-bottom = ##f
488 % Don't spread staves vertically across the page (default: f)
489 %       ragged-bottom = ##t
490 % Allow partial line for last stave (default: f)
491         ragged-last = ##t
492
493 % To find out what's eating the space at the top...
494 %       annotate-spacing = ##t
495 }
496