]> Shamusworld >> Repos - music/blob - in-the-garden-lead.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / in-the-garden-lead.ly
1 \version "2.21.1"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 % Good sizes are 16, 18, & 20 (11, 13, 14, 23, 26)
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 \header
12 {
13         title    = \markup { \override #'(font-family . sans) \fontsize #3.5 "In The Garden" }
14 %       composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "" }
15 %       poet     = \markup { \override #'(font-family . sans) \fontsize #1.3 "" }
16 %       arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr." }
17         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
18 }
19
20
21 %
22 % Song's structure
23 %
24 Global =
25 {
26         \key g \major
27         \numericTimeSignature
28         \time 6/8
29
30         \partial 8*1 s8 |   % 0
31         s2.*4 |   % 1-4
32
33         \repeat volta 3
34         {
35                 s2.*8 \bar "||"   % 5-12
36                 s2.*7   % 13-19
37         }
38         \alternative
39         {
40                 {
41                         s2. |   % 20
42                 }
43                 {
44                         s2. |   % 21
45                 }
46         }
47
48         s1*0^\markup { \large \italic { Rit. } }
49         s2.*2 \bar "|."   % 22-23
50 }
51
52
53 Soprano = \relative c'
54 {
55         \clef G
56         \voiceOne
57
58         s8 |   % 0
59         s2.*3 |   % 1-3
60         s2 s8 ef |   % 4
61
62         ef8 c df ef af bf |   % 5
63         c4. ~ c8 bf af |   % 6
64         af4 af8 bf af f |   % 7
65         af4. ef4 g16 af |   % 8
66         bf4 bf8 g4 f16 g |   % 9
67         af4 bf8 c4 c8 |   % 10
68         bf4 c8 bf4 af8 |   % 11
69         g4 ( af8 ) bf-\fermata c8.-\fermata bf16 |   % 12
70
71         af4 af8 af g f |   % 13
72         g4 g8 g4 ef16 ef |   % 14
73         df'4 df8 df c b |   % 15
74         c4. ~ c4 af16 bf |   % 16
75         c4 c8 bf bf g |   % 17
76         af4 af8 af4 f8 |   % 18
77         ef16 af8. af8 g16 bf8. ~ bf8 |   % 19
78
79         af4. ~ af4 ef8 |   % 20
80
81         af4. ~ af4 f8 |   % 21
82
83         ef16 af8. af8 g16 bf8. ~ bf8 |   % 22
84         af2. |   % 23
85 }
86
87
88 VerseA = \lyricmode
89 {
90         I come to the gar -- den a -- lone, _
91         While the dew is still on the ros -- es;
92         And the voice I hear, fall -- ing on my ear,
93         The Son of God dis -- clos -- _ es.
94
95         And He walks with me, and He talks with me,
96         And He tells me I am His own; _
97         And the joy we share as we tar -- ry there,
98         None oth -- er has ev -- er _ known. _
99
100         He
101         known. _
102
103         None oth -- er has ev -- er _ known. _
104
105 }
106
107 VerseB = \lyricmode
108 {
109         _ speaks, and the sound of His voice _
110         Is so sweet the birds hush their sing -- ing,
111         And the mel -- o -- dy that He gave to me
112         With -- in my heart is ring -- _ ing.
113
114         _ _ _ _ _ _ _ _ _ _
115         _ _ _ _ _ _ _ _ _
116         _ _ _ _ _ _ _ _ _ _
117         _ _ _ _ _ _ _ _ _
118
119         I'd
120 }
121
122 VerseC = \lyricmode
123 {
124         _ stay in the gar -- den with Him _
125         Though the night a -- round me be fall -- ing,
126         But He bids me go; through the voice of woe,
127         His voice to me is call -- _ ing.
128 }
129
130
131 %
132 % Instrumental lines
133 %
134 RhythmB = \relative c''
135 {
136         \clef G
137         \tiny
138
139         % Intro
140         af16 bf |   % 0
141         c4 c8 bf bf g |   % 1
142         af4 af8 af4 f8 |   % 2
143         ef16 af8. af8 g16 bf8. ~ bf8 |   % 3
144         af4. ~ af4 s8 |   % 4
145 }
146
147
148 %
149 % Chord names
150 %
151 Chords = \chordmode
152 {
153         % Intro
154
155         s8 |   % 0
156         af4. c:m |   % 1
157         f4.:m df |   % 2
158         af4. ef:7 |   % 3
159         af4 df8 af4. |   % 4
160
161         af4. f:m |   % 5
162         af2. |   % 6
163         df4. bf:m |   % 7
164         af2. |   % 8
165         ef2.:7 |   % 9
166         af4 ef8 af4. |   % 10
167         bf2.:7 |   % 11
168         ef2:7 c8:m ef:7 |   % 12
169
170         af2. |   % 13
171         ef2.:7 |   % 14
172         s2. |   % 15
173         af2. |   % 16
174         af4. c:m |   % 17
175         f4.:m df |   % 18
176         af4. ef:7 |   % 19
177
178         af4 df8 af4. |   % 20
179
180         f4.:m df |   % 21
181
182         af4. ef:7 |   % 22
183         af4 df8 af4. |   % 23
184 }
185
186
187 %
188 % Chord rhythms
189 %
190 StaffC = \relative c
191 {
192         \numericTimeSignature
193         \override NoteHead #'style = #'slash
194         \teeny
195
196         % Intro
197
198         s8 |   % 0
199         \stemDown c8 c c c c c |   % 1
200         c8 c c c c c |   % 2
201         c8 c c c c c |   % 3
202         c8 c c c c c |   % 4
203
204         % Verse
205
206         c8 c c c c c |   % 5
207         c8 c c c c c |   % 6
208         c8 c c c c c |   % 7
209         c8 c c c c c |   % 8
210         c8 c c c c c |   % 9
211         c8 c c c c c |   % 10
212         c8 c c c c c |   % 11
213         c8 c c c-\fermata c-\fermata c |   % 12
214
215         % Chorus
216
217         c8 c c c c c |   % 13
218         c8 c c c c c |   % 14
219         c8 c c c c c |   % 15
220         c8 c c c c c |   % 16
221         c8 c c c c c |   % 17
222         c8 c c c c c |   % 18
223         c8 c c c c c |   % 19
224
225         c8 c c c c c |   % 20
226
227         c8 c c c c c |   % 21
228
229         c8 c c c c c |   % 22
230         c8 c c c4. |   % 23
231 }
232
233
234 \score
235 {
236         <<
237                 \Global         % The "roadmap" that everything else depends on
238
239                 \context Staff
240                 <<
241                         \new Voice = "lead" \transpose af g \Soprano
242                         \new Lyrics \lyricsto "lead" \VerseA
243                         \new Lyrics \lyricsto "lead" \VerseB
244                         \new Lyrics \lyricsto "lead" \VerseC
245                         \new Voice \transpose af g \RhythmB
246                 >>
247
248                 \new ChoirStaff
249                 <<
250                         \new ChordNames \transpose af g \Chords
251                         \new RhythmicStaff \StaffC
252                 >>
253
254                 \set Score.skipBars = ##t
255                 \set Score.melismaBusyProperties = #'()
256         >>
257 }
258
259
260 \paper
261 {
262         #(define fonts (make-pango-font-tree
263                 "Times New Roman"
264                 "LilyJazz Text"
265                 "Luxi Mono"
266                 (/ staffSize 20)))
267
268 % Spread staves vertically across last page (default: t)
269 %       ragged-last-bottom = ##f
270 % Don't spread staves vertically across the page (default: f)
271 %       ragged-bottom = ##t
272 % Allow partial line for last stave (default: f)
273         ragged-last = ##t
274
275 % To find out what's eating the space at the top...
276 %       annotate-spacing = ##t
277 }