]> Shamusworld >> Repos - music/blob - the-lord's-prayer.ly
New chart "Christmas Time Is Here".
[music] / the-lord's-prayer.ly
1 % Still need hairpins, directions, dynamics, etc...
2
3 \version "2.16.0"
4 \include "pop-chords.ly"
5 \include "english.ly"
6
7 % Good sizes are 16, 18, & 20
8 staffSize = #24
9 #(set-default-paper-size "letter")
10 #(set-global-staff-size staffSize)
11 #(ly:set-option (quote no-point-and-click))
12
13 %{ Some useful characters: ‘ ’ “ ” – — † ‡ • … %}
14
15 \header
16 {
17 %Let's bump up the title size and switch to the chord font. :-)
18
19         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "The Lord’s Prayer" }
20 %       composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Lenny LeBlanc" }
21         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
22         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
23 }
24
25
26 %
27 % Song's structure
28 %
29 Global =
30 {
31         \key bf \major
32 %New key!
33 %       \key c \major
34         \override Staff.TimeSignature #'style = #'()
35         \time 4/4
36
37         % Intro
38
39         s1*2 \bar "||"   % 1-2
40
41         % Part I
42
43         \mark \markup { \override #'(font-family . sans) \box { A } }
44         s1*9 \bar "||"   % 3-11
45
46         % Part II
47
48         \mark \markup { \override #'(font-family . sans) \box { B } }
49         s1*8 \bar "||"   % 12-19
50
51         % Part III
52
53         \time 3/4
54         \mark \markup { \override #'(font-family . sans) \box { C } }
55         s2.*10 \bar "||"   % 20-29
56
57         % Part IV
58
59         \mark \markup { \override #'(font-family . sans) \box { D } }
60         s2.*4 \bar "||"   % 30-33
61
62         % Part V
63
64         \mark \markup { \override #'(font-family . sans) \box { E } }
65         s2.*3 |   % 34-36
66         \time 4/4
67         s1*2 |   % 37-38
68         \time 2/4
69         s2 |   % 39
70         \time 4/4
71         s1 \bar "||"   % 40
72
73         % Outro
74
75         \time 3/4
76         \mark \markup { \override #'(font-family . sans) \box { F } }
77         s2.*5 \bar "|."   % 41-45
78 }
79
80
81 %
82 % Lead vocal
83 %
84
85 LeadVox = \relative c'
86 {
87 %       \set Voice.autoBeaming = ##f
88 %       \set Staff.instrument = #"Lead vox"
89         \clef G
90 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
91
92         % Intro
93
94         r1 |   % 1
95         r2 r4 f |   % 2
96
97         % Part I
98
99         f2 f ~ |   % 3
100         f1 |   % 4
101         r4 bf a g |   % 5
102         g2 f ~ |   % 6
103         f4 r \times 2/3 { bf,4 c d } |   % 7
104         ef1 ~ |   % 8
105         ef2 ef4. ( d8 ) |   % 9
106         d1 ~ |   % 10
107         d2. r4 |   % 11
108
109         % Part II
110
111         r4 bf' a g |   % 12
112         f1 |   % 13
113         r4 d' c bf |   % 14
114         a2. a4 |   % 15
115         bf2. g8 ef |   % 16
116         f2. bf,4 |   % 17
117         c2. ~ c8 ( bf ) |   % 18
118         bf1 |   % 19
119
120         % Part III
121
122         ef4 d g |   % 20
123         f2 bf,4 |   % 21
124         ef2 ef4 |   % 22
125         d2 f8 f |   % 23
126         g4 g g |   % 24
127         a2 e4 |   % 25
128         g4. d8 d d |   % 26
129         d4 cs2 |   % 27
130         r2. |   % 28
131         r2 cs4 |   % 29
132
133         % Part IV
134
135         d8. d16 d4 \times 2/3 { d8 d d } |   % 30
136         f4 ef4. ef16 ef |   % 31
137         e8. e16 e4 e |   % 32
138         g4 f f |   % 33
139
140         % Part V
141
142         bf2 a8. bf16 |   % 34
143         d4 c \times 2/3 { r8 b c } |   % 35
144         d4 c \times 2/3 { r8 b c } |   % 36
145         ef2 d4 r8 c |   % 37
146         f2. ( ~ f8 bf, ) |   % 38
147         bf2 |   % 39
148         c2. ( bf4-\fermata ) |   % 40
149
150         % Outro
151
152         bf2. ~ |   % 41
153         bf2. |   % 42
154         r2. |   % 43
155         r2. |   % 44
156         r2.-\fermata |   % 45
157 }
158
159 LeadVoxText = \lyricmode
160 {
161         Our Fa -- ther, _ who art in hea -- ven, _
162         hal -- low -- ed be _ thy _ name. _
163         Thy king -- dom come, thy will be done,
164         on Earth, as it in in hea -- _ _ ven.
165
166         Give us this day our dai -- ly bread
167         and for -- give us our debts
168         as we for -- give our debt -- ors.
169
170         And lead us not in -- to temp -- ta -- tion,
171         but de -- liv -- er us from e -- vil,
172         for thine is the king -- dom,
173         and the pow -- er and the glo -- ry
174         for -- e -- _ _ ver
175         A -- _ men. _
176 }
177
178
179 %
180 % Riffs
181 %
182
183 Riffs = \relative c''
184 {
185 %{
186         % Intro
187
188         s1*41 |   % 1-41
189
190         \tiny
191         e8 b ds b cs b ds b |   % 42
192         e8 b ds b cs b ds b |   % 43
193         e8 b ds b cs b ds b |   % 44
194 %}
195 }
196
197
198 %
199 % Chord names
200 %
201
202 Chords = \chordmode
203 {
204         % Intro
205
206         bf1:sus2 |   % 1
207         s1 |   % 2
208
209         % Part I
210
211         f1/a |   % 3
212         f1 |   % 4
213         g1:m11 |   % 5
214         c2:m7 f4:sus4 f |   % 6
215         bf1/d |   % 7
216         c1:m7 |   % 8
217         ef1/f |   % 9
218         bf1:sus2 |   % 10
219         s2 f/a |   % 11
220
221         % Part II
222
223         g1:m7 |   % 12
224         d1:m7 |   % 13
225         g1:m7 |   % 14
226         d1:7 |   % 15
227         ef2:maj7 c:m7 |   % 16
228         bf1/f |   % 17
229         ef2/f f |   % 18
230         bf1:sus2 |   % 19
231
232         % Part III
233
234         ef4 bf/d c:m7 |   % 20
235         d2:m7 g4:m7 |   % 21
236         c2:m7 f4 |   % 22
237         bf2.:sus2 |   % 23
238         g2.:m7 |   % 24
239         d2.:7 |   % 25
240         e2.:m7.5- |   % 26
241         a4:sus4.7 a2:7 |   % 27
242         e2.:m7.5- |   % 28
243         a4:sus4.7 a2:7 |   % 29
244
245         % Part IV
246
247         bf2.:sus2 |   % 30
248         c2.:m11 |   % 31
249         c2. |   % 32
250         ef2/f f4 |   % 33
251
252         % Part V
253
254         bf2. |   % 34
255         ef4:maj7 ef2:6 |   % 35
256         c2.:sus2/e |   % 36
257         gf2:6 gf4:aug gf:sus4 |   % 37
258         bf1/f |   % 38
259         c2:m7 |   % 39
260         c2:m7/f f |   % 40
261
262         % Outro
263
264         ef4/bf bf ef/bf |   % 41
265         g2.:m11 |   % 42
266         c4:m7 bf g:m |   % 43
267         af2.:6.9 |   % 44
268         bf2.:sus2 |   % 45
269 }
270
271
272 %
273 % Chord rhythms
274 %
275
276 Rhythm = \relative c
277 {
278 %       \set Voice.autoBeaming = ##f
279 %       \set Staff.instrument = #"Rhythm"
280         \override Staff.TimeSignature #'style = #'()
281         \time 4/4
282         \override NoteHead #'style = #'slash
283 \tiny
284
285         % Intro
286
287         c4 c c c |   % 1
288         c4 c c c |   % 2
289
290         % Part I
291
292         c4 c c c |   % 3
293         c4 c c c |   % 4
294         c4 c c c |   % 5
295         c4 c c c |   % 6
296         c1 |   % 7
297         c4 c c c |   % 8
298         c4 c c c |   % 9
299         c4 c c c |   % 10
300         c4 c c c |   % 11
301
302         % Part II
303
304         c4 c c c |   % 12
305         c4 c c c |   % 13
306         c4 c c c |   % 14
307         c4 c c c |   % 15
308         c2 c |   % 16
309         c4 c c c |   % 17
310         c4 c c c |   % 18
311         c4 c c c |   % 19
312
313         % Part III
314
315         c4 c c |   % 20
316         c4 c c |   % 21
317         c4 c c |   % 22
318         c4 c c |   % 23
319         c4 c c |   % 24
320         c4 c c |   % 25
321         c4 c c |   % 26
322         c4 c c |   % 27
323         c4 c c |   % 28
324         c4 c c |   % 29
325
326         % Part IV
327
328         c4 c c |   % 30
329         c4 c c |   % 31
330         c4 c c |   % 32
331         c4 c c |   % 33
332
333         % Part V
334
335         c4 c c |   % 34
336         c4 c c |   % 35
337         c4 c c |   % 36
338         c4 c c c |   % 37
339         c4 c c c |   % 38
340         c2 |   % 39
341         c2 c |   % 40
342
343         % Outro
344
345         c4 c c |   % 41
346         c4 c c |   % 42
347         c4 c c |   % 43
348         c2. |   % 44
349         c2.-\fermata |   % 45
350 }
351
352
353 Dynamics =
354 {
355 %{
356         % Intro
357         s4_\markup { \italic { Ac. gtr only } } s2. |   % 1
358
359         s1*3 |   % 2-4
360
361         s4_\markup { \italic { Band in } } s2. |   % 5
362 %}
363 }
364
365
366 \score
367 {
368         <<
369                 \set Score.skipBars = ##t
370                 \set Score.melismaBusyProperties = #'()
371
372 %               \new ChoirStaff
373                 <<
374                         \new ChordNames \Chords
375 % C edition
376 %                       \new ChordNames \transpose bf c \Chords
377                         \new RhythmicStaff << \Rhythm \Dynamics >>
378                 >>
379
380                 \new Staff
381                 <<
382                         \Global                                         % The "roadmap" that everything else depends on
383                         \new Voice = "lead" \LeadVox
384 % C edition
385 %                       \new Voice = "lead" \transpose bf c' \LeadVox
386                         \new Voice \Riffs
387                         \new Lyrics \lyricsto "lead" \LeadVoxText
388                 >>
389         >>
390 }
391
392
393 \paper
394 {
395         #(define fonts (make-pango-font-tree
396                 "Times New Roman"
397                 "DomCasual BT"
398                 "Luxi Mono"
399                 (/ staffSize 20)))
400
401 % Don't spread staves vertically across last page (default: t)
402 %       ragged-last-bottom = ##f
403 % Don't spread staves vertically across the page (default: f)
404 %       ragged-bottom = ##t
405 % Allow partial line for last stave (default: f)
406         ragged-last = ##t
407
408 % To find out what's eating the space at the top...
409 %       annotate-spacing = ##t
410 %let's try this: [It works! Huzzah!]
411         obsolete-page-top-space = 0  top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
412 }