]> Shamusworld >> Repos - music/blob - you-are-my-all-in-all.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / you-are-my-all-in-all.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 "You Are My All In All" }
14 %       composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "" }
15         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
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 f \major
27         \numericTimeSignature
28         \time 4/4
29
30         % Intro
31
32         s1^\markup { \hspace #0.0 \raise #2.0 { 16th note ballad } } |   % 1
33         s1 |   % 2
34         \time 2/4 s2 \time 4/4 |   % 3
35         s1 \bar ".|:-||"   % 4
36
37         \repeat volta 3
38         {
39                 % A section
40
41                 \mark \markup { \override #'(font-family . sans) { \box { A } } }
42                 s1*8 \bar "||"   % 5-12
43
44                 % B section
45
46                 \once \override Score.RehearsalMark #'self-alignment-X = #left
47                 \mark \markup { \override #'(font-family . sans) { \box { B } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
48
49                 s1*7 |   % 13-19
50         }
51         \alternative
52         {
53                 {
54                         s1 |   % 20
55                 }
56                 {
57                         s2. s4^\markup { \hspace #-2.0 \raise #1.0 \bold { D.S. } } \bar "||"   % 21
58                 }
59                 {
60                         s1 \bar "||"   % 22
61                 }
62         }
63
64         % Ending
65
66         \mark \markup { \override #'(font-family . sans) { \box { C } } }
67         s1*4 \bar "|."   % 23-26
68 }
69
70
71 %
72 % Lead vocal
73 %
74 LeadVox = \relative c'
75 {
76         % Intro
77
78         s1 |   % 1
79         s1 |   % 2
80         s2 |   % 3
81         s1 |   % 4
82
83         % A section
84
85         r4 f16 g a8 g g f e |   % 5
86         f4 f16 g a8 c, c f e |   % 6
87         d4 d16 e f8 f4 e |   % 7
88         f4. ( g16 f e2 ) |   % 8
89
90         r4 f16 g a8 g g f e |   % 9
91         f4 f16 g a8 c, c f e |   % 10
92         d4 d16 e f8 f4 e |   % 11
93         f2. r4 |   % 12
94
95         % B section
96
97         a2 g |   % 13
98         f4 c' a2 |   % 14
99         bf4 bf a g |   % 15
100         a4. ( bf16 a g2 ) |   % 16
101
102         a2 g |   % 17
103         f4 c' a2 |   % 18
104         bf4 bf a g |   % 19
105
106         f2. r4 |   % 20
107
108         f2. r4 |   % 21
109
110         f2. r4 |   % 22
111
112         % Ending
113
114         a2 g |   % 23
115         f4 c' a2 |   % 24
116         bf4 bf a g |   % 25
117         f1^\fermata |   % 26
118 }
119
120
121 LeadVoxText = \lyricmode
122 {
123         You are my strength when I am weak;
124         you are the trea -- sure that I seek,
125         you are my all in all __ _ _ _
126
127         Seek -- ing you as a pre -- cious jewel;
128         Lord to give up I’d be a fool,
129         you are my all in all.
130
131         Je -- sus, Lamb of God
132         wor -- thy is your name __ _ _ _
133         Je -- sus, Lamb of God
134         wor -- thy is your name.
135
136         name.
137         name.
138
139         Je -- sus, Lamb of God
140         wor -- thy is your name.
141 }
142
143 LeadVoxTextB = \lyricmode
144 {
145         Tak -- ing my sin, my cross, my shame;
146         ris -- ing a -- gain, I bless your name,
147         you are my all in all __ _ _ _
148
149         When I fall down, you pick me up;
150         when I am dry you fill my cup,
151         you are my all in all.
152 }
153
154
155 Riffs = \relative c''
156 {
157         % Intro
158
159         \tiny
160         r4 f16 g a8 g g16 f ~ f e8 f16 ~ |   % 1
161         f4 f16 g a8 c, c16 f ~ f e8 d16 ~ |   % 2
162         d4 d16 e f8 |   % 3
163         f2 e |   % 4
164         \normalsize
165 }
166
167
168 %
169 % Chord names
170 %
171 Chords = \chordmode
172 {
173         % Intro
174
175         f2 c/e |   % 1
176         d2:m f/a |   % 2
177         bf2 |   % 3
178         f2/c c |   % 4
179
180         % A section
181
182         f2 c/e |   % 5
183         d2:m f/a |   % 6
184         bf2 f4/c c |   % 7
185         f2 c |   % 8
186
187         f2 c/e |   % 9
188         d2:m f/a |   % 10
189         g2:m7 f4/c c |   % 11
190         bf2/f f |   % 12
191
192         % B section
193
194         f2 c/e |   % 13
195         d2:m f/a |   % 14
196         bf2 f4/c c |   % 15
197         f2 c |   % 16
198
199         f2 c/e |   % 17
200         bf4/d c/e f2 |   % 18
201         g2:m7 f4/c c |   % 19
202
203         bf2/f f |   % 20
204
205         bf2/f f |   % 21
206
207         bf2/f f |   % 22
208
209         % Ending
210
211         f2 c/e |   % 23
212         bf4/d c/e f2 |   % 24
213         g2:m7 f4/c c |   % 25
214         bf2/f f |   % 26
215 }
216
217
218 %
219 % Chord rhythms
220 %
221 StaffC = \relative c
222 {
223         \numericTimeSignature
224         \override NoteHead #'style = #'slash
225         \teeny
226
227         % Intro
228
229         c4 c c c |   % 1
230         c4 c c c |   % 2
231         c4 c |   % 3
232         c4 c c c |   % 4
233
234         % A section
235
236         c4 c c c |   % 5
237         c4 c c c |   % 6
238         c4 c c c |   % 7
239         c4 c c c |   % 8
240
241         c4 c c c |   % 9
242         c4 c c c |   % 10
243         c4 c c c |   % 11
244         c4 c c c |   % 12
245
246         % B section
247
248         c4 c c c |   % 13
249         c4 c c c |   % 14
250         c4 c c c |   % 15
251         c4 c c c |   % 16
252
253         c4 c c c |   % 17
254         c4 c c c |   % 18
255         c4 c c c |   % 19
256
257         c4 c c c |   % 20
258
259         c4 c c c |   % 21
260
261         c4 c c c |   % 22
262
263         % Ending
264
265         c2 c |   % 23
266         c4 c c2 |   % 24
267         c2 c4 c |   % 25
268         c2 c^\fermata |   % 26
269         \normalsize
270 }
271
272
273 Dynamics =
274 {
275         s4_\mf s2. |   % 1
276         s1 |   % 2
277         \time 2/4 s2 \time 4/4 |   % 3
278         s1 |   % 4
279
280         s4_\markup { \italic { stick } } s2. |   % 5
281
282         s1*7
283
284         s4_\markup { \hspace #0.0 \raise #-1.5 \italic { 1st X stick, 2nd & 3rd X light snare } } s2. |   % 13
285
286         s1*8
287
288         s2 s4 \> s |   % 22
289         s4_\mp s2. |   % 23
290         s1 |   % 24
291         s4 s_\markup { \italic rit. } s2 | % 25
292 }
293
294
295 \score
296 {
297         <<
298                 \Global         % The "roadmap" that everything else depends on
299
300                 \context Staff
301                 <<
302                         \new Voice = "lead" \LeadVox
303                         \new Voice = "riffs" \Riffs
304                         \new Lyrics \lyricsto "lead" \LeadVoxText
305                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
306                 >>
307
308                 \new ChoirStaff
309                 <<
310                         \new ChordNames \Chords
311                         \new RhythmicStaff << \StaffC \Dynamics >>
312                 >>
313
314                 \set Score.skipBars = ##t
315                 \set Score.melismaBusyProperties = #'()
316         >>
317 }
318
319
320 \paper
321 {
322         #(define fonts (make-pango-font-tree
323                 "Times New Roman"
324                 "LilyJAZZText"
325                 "Luxi Mono"
326                 (/ staffSize 20)))
327
328 % Spread staves vertically across last page (default: t)
329 %       ragged-last-bottom = ##f
330 % Spread staves vertically across the page (default: f)
331 %       ragged-bottom = ##t
332 % Allow partial line for last stave (default: f)
333         ragged-last = ##t
334
335 % To find out what's eating the space at the top...
336 %       annotate-spacing = ##t
337 }
338