]> Shamusworld >> Repos - music/blob - wait-by-the-water.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / wait-by-the-water.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 = #23
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 "Wait By The Water" }
16         subtitle    = \markup { \override #'(font-family . sans) \fontsize #1.3 "Honoring The MoRanch Professional Women’s Group" }
17         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Helen Currie Foster" }
18 %       arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Craig Harris" }
19         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
20 }
21
22 % Useful tweak abbreviations (hn = harmony note)
23
24 hn = #(define-music-function (parser location arg) (ly:music?)
25 ;; Harmony Note: Set the tweaks property of the passed in note to use a smaller font
26
27   (set! (ly:music-property arg 'tweaks)
28     (acons 'font-size -3.0 (ly:music-property arg 'tweaks))) arg)
29
30
31 %
32 % Song's structure
33 %
34 Global =
35 {
36         \key c \major
37         \numericTimeSignature
38         \time 3/4
39
40         \once \override Score.RehearsalMark #'self-alignment-X = #left
41         \mark \markup { \override #'(font-family . sans) { \box { A } } }
42         s2.*0^\markup { \large \italic { Refrain } }
43
44         % Refrain
45
46         s2.*16 \bar "|."   % 1-16
47
48         \once \override Score.RehearsalMark #'self-alignment-X = #left
49         \mark \markup { \override #'(font-family . sans) { \box { B } } }
50         s2.*0^\markup { \large \italic { Verse } }
51         s2.*16 \bar ":|."   % 16-32
52 }
53
54
55 %
56 % Lead vocal
57 %
58 LeadVox = \relative c'
59 {
60         % Refrain
61
62         e4 g4. d8 |   % 1
63         d4 c2 |   % 2
64         c'4 bf a |   % 3
65         g4 a2 |   % 4
66         e4 g d |   % 5
67         d4 c c' |   % 6
68         bf4. c8 a4 |   % 7
69         g2. |   % 8
70
71         e4 g4. d8 |   % 9
72         d4 c2 |   % 10
73         c'4 bf a |   % 11
74         g4 a2 |   % 12
75         e4 g4. d8 |   % 13
76         d4 c2 |   % 14
77         bf4 c d |   % 15
78         c2. |   % 16
79
80         % Verse
81
82         g'4 c c |   % 17
83         d4 c2 |   % 18
84         d4 c bf |   % 19
85         af4 bf2 |   % 20
86         c4 bf af |   % 21
87         g4 f ef |   % 22
88         d4 ef f |   % 23
89         g2. |   % 24
90
91         g4 c c |   % 25
92         d4 c ~ c |   % 26
93         d4 c bf |   % 27
94         af4 bf2 |   % 28
95         c4 bf af |   % 29
96         g4 f ef |   % 30
97         d4 ef d |   % 31
98         c2. |   % 32
99 }
100
101
102 LeadVoxText = \lyricmode
103 {
104         Wait by the wa -- ter,
105         Watch -- ing the ri -- ver,
106         Sing -- ing a -- long as it
107         moves to the sea,
108
109         Just like the lime -- stone,
110         let us be chan -- nels,
111         Jus -- tice, for -- give -- ness,
112         mer -- cy and peace.
113
114         Just like the wat -- er,
115         pa -- tient, per -- sis -- tent,
116         Mov -- ing a boul -- der, and
117         mov -- ing the banks,
118
119         Let us keep flow -- ing, _
120         Build -- ing, des -- troy -- ing,
121         Ho -- ly the wa -- ter and
122         ho -- ly our thanks.
123 }
124
125 LeadVoxTextB = \lyricmode
126 {
127         _ _ _ _ _
128         _ _ _ _ _
129         _ _ _ _ _ _
130         _ _ _ _
131
132         _ _ _ _ _
133         _ _ _ _ _
134         _ _ _ _ _
135         _ _ _ _
136
137         When we are dry _
138         Parched in our des -- erts,
139         Parched in the wil -- der -- ness,
140         wait -- ing for rain,
141
142         Lead us to drink from the
143         spring ev -- er -- last -- ing
144         Once we ar -- rive, ne -- ver
145         thirs -- ty a -- gain.
146 }
147
148
149 Riffs = \relative c
150 {
151         % Intro
152
153 %       \tiny
154 %       \repeat percent 4 { e8_\markup { \italic { bass figure } } e e e e e e e } |   % 1-4
155 %       \normalsize
156 }
157
158
159 %
160 % Chord names
161 %
162 Chords = \chordmode
163 {
164         % Refrain
165
166         c2. |   % 1
167         s2. |   % 2
168         bf2. |   % 3
169         s2. |   % 4
170         c2. |   % 5
171         s2. |   % 6
172         bf2. |   % 7
173         g2. |   % 8
174
175         c2. |   % 9
176         s2. |   % 10
177         bf2. |   % 11
178         s2. |   % 12
179         c2. |   % 13
180         s2. |   % 14
181         g2.:m |   % 15
182         c2. |   % 16
183
184
185         % Verse
186
187         c2. |   % 17
188         s2. |   % 18
189         bf2. |   % 19
190         s2. |   % 20
191         af2. |   % 21
192         c2.:m |   % 22
193         bf2. |   % 23
194         g2. |   % 24
195
196         c2. |   % 25
197         s2. |   % 26
198         bf2. |   % 27
199         s2. |   % 28
200         af2. |   % 29
201         c2.:m |   % 30
202         g2.:m |   % 31
203         f2. |   % 32
204 }
205
206
207 %
208 % Chord rhythms
209 %
210 Rhythm = \relative c
211 {
212         \numericTimeSignature
213         \override NoteHead #'style = #'slash
214         \teeny
215
216         % Refrain
217
218          |   % 1
219          |   % 2
220          |   % 3
221          |   % 4
222          |   % 5
223          |   % 6
224          |   % 7
225          |   % 8
226
227          |   % 9
228          |   % 10
229          |   % 11
230          |   % 12
231          |   % 13
232          |   % 14
233          |   % 15
234          |   % 16
235
236
237         % Verse
238
239          |   % 17
240          |   % 18
241          |   % 19
242          |   % 20
243          |   % 21
244          |   % 22
245          |   % 23
246          |   % 24
247
248          |   % 25
249          |   % 26
250          |   % 27
251          |   % 28
252          |   % 29
253          |   % 30
254          |   % 31
255          |   % 32
256         \normalsize
257 }
258
259
260 Dynamics =
261 {
262         s2.*2 |   % 1-2
263         s4_\markup { \bold \italic { Drums In } } s2 |   % 3
264         s2. |   % 4
265         s4_\markup { \bold \italic { Band In } } s2 |   % 5
266 }
267
268
269 \score
270 {
271         <<
272                 \set Score.skipBars = ##t
273                 \set Score.melismaBusyProperties = #'()
274
275 %               \new Staff
276                 <<
277                         \new ChordNames \Chords
278 %Capo 4 edition
279 %                       \new ChordNames \transpose b g \Chords
280 %                       \new RhythmicStaff << \Rhythm \Dynamics >>
281                 >>
282
283                 \new Staff
284                 <<
285                         \Global         % The "roadmap" that everything else depends on
286                         \new Voice = "lead" \LeadVox
287 %                       \new Voice \Riffs
288                         \new Lyrics \lyricsto "lead" \LeadVoxText
289                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
290                 >>
291         >>
292 }
293
294
295 \paper
296 {
297         #(define fonts (make-pango-font-tree
298                 "Times New Roman"
299                 "LilyJAZZText"
300                 "Luxi Mono"
301                 (/ staffSize 20)))
302
303 % Spread staves vertically across last page (default: t)
304 %       ragged-last-bottom = ##f
305 % Don't spread staves vertically across the page (default: f)
306         ragged-bottom = ##t
307 % Allow partial line for last stave (default: f)
308 %       ragged-last = ##t
309
310 % To find out what's eating the space at the top...
311 %       annotate-spacing = ##t
312 }
313