]> Shamusworld >> Repos - music/blob - god-of-our-fathers.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / god-of-our-fathers.ly
1 \version "2.16.0"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 % Good sizes are 16, 18, & 20
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 "God of Our Fathers" }
16 %       subtitle = \markup { \override #'(font-family . sans) \fontsize #1.3 "Genevan Psalter, 1551" }
17         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "George W. Warren" }
18         poet     = \markup { \override #'(font-family . sans) \fontsize #1.3 "Daniel C. Roberts" }
19         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
20 }
21
22
23 %
24 % Lead vocal
25 %
26
27 LeadVox = \relative c'
28 {
29         \set Staff.instrumentName = #"Sop."
30         \clef G
31         \key ef \major
32         \numericTimeSignature
33         \time 4/4
34
35         % Intro
36
37         s1 |   % 1
38         s1 |   % 2
39
40         % Verse
41
42         ef2 ef4. f8 |   % 3
43         g2. af4 |   % 4
44         g4 ef ef d |   % 5
45         ef1 |   % 6
46
47         g2 g4. g8 |   % 7
48         bf2. c4 |   % 8
49         d4 bf bf a |   % 9
50         bf1 |   % 10
51
52         bf2 bf4. bf8 |   % 11
53         bf2. bf4 |   % 12
54         df4 bf bf a |   % 13
55         bf1 |   % 14
56
57         ef2 d4. c8 |   % 15
58         bf2. bf4 |   % 16
59         af4 g f f |   % 17
60         ef1 \bar "||"   % 18
61
62         ef2 ef \bar "|."   % 19
63 }
64
65 AltoVox = \relative c'
66 {
67         \set Staff.instrumentName = #"Alto"
68         \clef G
69         \key ef \major
70         \numericTimeSignature
71         \time 4/4
72
73         % Intro
74
75         s1 |   % 1
76         s1 |   % 2
77
78         % Verse
79
80         bf2 c4. d8 |   % 3
81         ef2. ef4 |   % 4
82         ef4 bf bf bf |   % 5
83         bf1 |   % 6
84
85         ef2 ef4. ef8 |   % 7
86         d2. e4 |   % 8
87         f4 f f f |   % 9
88         f1 |   % 10
89
90         bf2 bf4. af8 |   % 11
91         gf2 ( f4 ) e |   % 12
92         f4 f f ef |   % 13
93         d1 |   % 14
94
95         ef2 ef4. ef8 |   % 15
96         ef2. df4 |   % 16
97         c4 ef ef d |   % 17
98         ef1 \bar "||"   % 18
99
100         c2 bf \bar "|."   % 19
101 }
102
103 TenorVox = \relative c'
104 {
105         \set Staff.instrumentName = #"Tenor"
106         \clef F
107         \key ef \major
108         \numericTimeSignature
109         \time 4/4
110
111         % Intro
112
113         s1 |   % 1
114         s1 |   % 2
115
116         % Verse
117
118         g2 g4. bf8 |   % 3
119         bf2. c4 |   % 4
120         bf4 g f af |   % 5
121         g1 |   % 6
122
123         bf2 c4. c8 |   % 7
124         bf2. bf4 |   % 8
125         bf4 d c ef |   % 9
126         d1 |   % 10
127
128         bf2 bf4. bf8 |   % 11
129         bf2. bf4 |   % 12
130         bf4 df c c |   % 13
131         bf1 |   % 14
132
133         bf2 bf4. af8 |   % 15
134         g2. g4 |   % 16
135         af4 bf bf af |   % 17
136         g1 \bar "||"   % 18
137
138         af2 g \bar "|."   % 19
139 }
140
141 BassVox = \relative c
142 {
143         \set Staff.instrumentName = #"Bass"
144         \clef F
145         \key ef \major
146         \numericTimeSignature
147         \time 4/4
148
149         % Intro
150
151         s1 |   % 1
152         s1 |   % 2
153
154         % Verse
155
156         ef2 c4. bf8 |   % 3
157         ef2. af,4 |   % 4
158         bf4 bf bf bf |   % 5
159         ef1 |   % 6
160
161         ef2 c4. c8 |   % 7
162         g'2. g4 |   % 8
163         f4 f f f |   % 9
164         bf,1 |   % 10
165
166         bf'2 bf4. af8 |   % 11
167         gf2. gf4 |   % 12
168         f4 f f f |   % 13
169         bf,2 ( af ) |   % 14
170
171         g2 af4. af8 |   % 15
172         ef'2. e4 |   % 16
173         f4 g8 af bf4 bf, |   % 17
174         ef1 \bar "||"   % 18
175
176         af,2 ef' \bar "|."   % 19
177 }
178
179
180 Riffs = \relative c'
181 {
182         \teeny
183         <ef g bf>2. \times 2/3 { <ef g bf>8 <ef g bf> <ef g bf> } |   % 1
184         <ef g bf>4 <ef g bf> <ef g bf> <ef g bf> |  % 2
185         s1*3
186         r4 \times 2/3 { <ef g bf>8 <ef g bf> <ef g bf> } <ef g bf>4 <ef g bf> |   % 6
187         s1*3
188         r4 \times 2/3 { <bf bf'>8 <bf bf'> <bf bf'> } <bf bf'>4 <bf bf'> |   % 10
189         s1*3
190         r4 \times 2/3 { <bf bf'>8 <bf bf'> <bf bf'> } <bf bf'>4 <bf bf'> |   % 14
191 }
192
193
194 LeadVoxText = \lyricmode
195 {
196         God of our fa -- thers, whose al -- might -- y hand
197         Leads forth in beau -- ty all the star -- ry band
198         Of shin -- ing worlds in splen -- dor through the skies,
199         Our grate -- ful songs be -- fore Thy throne a -- rise.
200 }
201
202 LeadVoxTextB = \lyricmode
203 {
204         Thy love di -- vine hat led us in the past,
205         In this free land by Thee our lo is cast;
206         Be Thou our rul -- er, guard -- ian, guide, and stay,
207         Thy word our law, Thy paths our cho -- sen way.
208 }
209
210 LeadVoxTextC = \lyricmode
211 {
212         From war’s a -- larms, from dead -- ly pes -- ti -- lence,
213         Be Thy strong arm our ev -- er sure de -- fense;
214         Thy true re -- li -- gion in our hearts in -- crease,
215         Thy boun -- teous good -- ness nour -- ish us in peace.
216 }
217
218 LeadVoxTextD = \lyricmode
219 {
220         Re -- fresh Thy peo -- ple on their toil -- some way,
221         Lead us from night to  nev -- er end -- ing day;
222         Fill all our lives with love and grace di -- vine,
223         And glo -- ry, laud, and praise be ev -- er Thine! A -- men.
224 }
225
226
227 Dynamics =
228 {
229 %{
230         s4_\markup { \italic { snare on 4, bass 8th notes } } s2. |   % 1
231         s1*26 |   % 2-27
232         s2 s4 \< s |   % 28
233         s4_\f s_\markup { \hspace #0.0 \raise #-2.0 \italic { snare 2 & 4 } } s2 |   % 29
234         s1*8 |   % 30-37
235         s2 s4 \< s \! |   % 38
236         s1 |   % 39
237         s2. s8 \> s \! |   % 40
238         s4_\markup { \hspace #0.0 \raise #-2.0 \italic { bass 8th notes, band builds each repeat } } s2. |   % 41
239         s1*8 |   % 42-49
240         s4 \< s2. |   % 50
241         s4_\f s2. |   % 51
242         s1*5 |   % 52-56
243         s4_\markup { \hspace #0.0 \raise #-2.0 \italic { rit. last time } } s2. |   % 57
244         s2 s4 \< s \! |   % 58
245 %}
246 }
247
248
249 \score
250 {
251         <<
252                 \new ChoirStaff = "Rhythm"
253                 <<
254                         \new Staff = UpperStaffA { << \new Voice = "lead" \LeadVox \new Voice \Riffs >> }
255                         \new Lyrics \lyricsto "lead" \LeadVoxText
256                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
257                         \new Lyrics \lyricsto "lead" \LeadVoxTextC
258                         \new Lyrics \lyricsto "lead" \LeadVoxTextD
259                         \new Staff = UpperStaffB { \new Voice = "alto" \AltoVox }
260                         \new Staff = LowerStaffA { \new Voice = "tenor" \TenorVox }
261                         \new Staff = LowerStaffB { \new Voice = "bass" \BassVox }
262                 >>
263
264                 \set Score.skipBars = ##t
265                 \set Score.melismaBusyProperties = #'()
266         >>
267 }
268
269
270 \paper
271 {
272   #(define fonts (make-pango-font-tree
273     "Times New Roman"
274     "JazzText"
275     "Luxi Mono"
276     (/ staffSize 20)))
277
278 % Spread staves vertically across last page (default: t)
279         ragged-last-bottom = ##f
280 % Don't spread staves vertically across the page (default: f)
281 %       ragged-bottom = ##t
282 % Allow partial line for last stave (default: f)
283         ragged-last = ##t
284
285 % To find out what's eating the space at the top...
286 %       annotate-spacing = ##t
287 }