]> Shamusworld >> Repos - music/blob - lord-i-lift-your-name-on-high.ly
Fixes to file permissions, updated I Have Decided To Follow Jesus.
[music] / lord-i-lift-your-name-on-high.ly
1 \version "2.16.0"
2 \include "pop-chords.ly"
3 \include "english.ly"
4
5 staffSize = #18 % or 16
6 #(set-default-paper-size "letter")
7 #(set-global-staff-size staffSize)
8 #(ly:set-option (quote no-point-and-click))
9
10 \header
11 {
12 %Let's bump up the title size and switch to the chord font. :-)
13
14         title    = \markup { \override #'(font-family . sans)
15                 { \fontsize #3.5 "Lord I Lift Your Name On High" } }
16 %       composer = \markup { \override #'(font-family . sans) "" }
17         arranger = \markup { \override #'(font-family . sans) "arr. Ed Smart/Shamus Hammons" }
18         tagline  = "Engraved by JLH and Lilypond 2.8.2"
19 }
20
21
22 %
23 % Lead vocal
24 %
25
26 LeadVox = \relative c
27 {
28         \set Voice.autoBeaming = ##f
29 %       \set Staff.instrumentName = #"Lead vox"
30         \clef F
31         \key g \major
32         \override Staff.TimeSignature #'style = #'()
33         \time 4/4
34 \override Score.SpacingSpanner #'average-spacing-wishes = ##f
35
36         % Intro
37
38         \repeat volta 2
39         {
40 \once \override Score.RehearsalMark #'self-alignment-X = #left
41 \mark \markup { \small \italic { Bass line througout } }
42
43 \tiny
44                 g8 [ g ] r a16 [ b ] c8 [ c ] r d16 [ e ] |   % 1
45                 d8 [ d ] r a16 [ b ] c [ c8 c16 ] ~ c [ c b a ] |   % 2
46                 g8 [ g ] r a16 [ b ] c8 [ c ] r d16 [ e ] |   % 3
47                 d8 [ d ] r a16 [ b ] c [ c8 c16 ] ~ c [ c b a ] |   % 4
48 \normalsize
49         }
50         \clef G
51
52         \repeat volta 2
53         {
54 \mark \markup { \override #'(font-family . sans) { \box { A } } }
55
56                 % Verse
57
58                 r4 b'8 [ d ] g [ fs16 e ] ~ e8 [ d ] ~ |   % 5
59                 d8 [ d ] ~ d2 r4 |   % 6
60                 r4 b8 [ d ] g [ fs16 e ] ~ e8 [ d ] |   % 7
61                 e8 ([ d ]) d2 r4 |   % 8
62                 r4 b8 [ d ] g [ fs16 e ] ~ e8 [ d ] ~ |   % 9
63                 d8 [ d ] ~ d2 r4 |   % 10
64                 r4 b8 [ d ] g [ fs16 e ] ~ e8 [ d ] |   % 11
65                 e8 ([ d ]) d2 r4 \bar"||"   % 12
66
67 \mark \markup { \override #'(font-family . sans) { \box { B } } }
68
69                 % Chorus
70
71                 r8 b' b [ b ] c4 b8 [ g16 a ] |   % 13
72                 r4 d c4. b16 [ b ] |   % 14
73                 r4 b8 [ b16 c (] ~ c8 [ b ]) a [ g16 a ] |   % 15
74                 r4 d c4. b16 [ b ] |   % 16
75                 r4 b8 [ b16 c (] ~ c8 [ b ]) a8 [ g16 a ] ~ |   % 17
76                 a4 a8 [ a16 b (] ~ b8 [ a ]) g8 [ fs16 g ] ~ |   % 18
77                 g4 e8 [ g ] a [ g16 fs ] ~ fs8 [ g ] ~ |   % 19
78         }
79         \alternative
80         {
81                 {
82                         g8 [ g ] ~ g2. |   % 20
83                         R1 |   % 21
84                 }
85                 {
86                         g8 \repeatTie [ g ] ~ g2. |   % 22
87                 }
88         }
89
90 \mark \markup { \override #'(font-family . sans) { \box { C } } }
91
92         % Chorus (redux)
93
94         r8 b b [ b ] c4 b8 [ g16 a ] |   % 23
95         r4 d c4. b16 [ b ] |   % 24
96         r4 b8 [ b16 c (] ~ c8 [ b ]) a [ g16 a ] |   % 25
97         r4 d c4. b16 [ b ] |   % 26
98         r4 b8 [ b16 c (] ~ c8 [ b ]) a8 [ g16 a ] ~ |   % 27
99         a4 a8 [ a16 b (] ~ b8 [ a ]) g8 [ fs16 g ] ~ |   % 28
100         g4 e8 [ g ] a [ g16 fs ] ~ fs8 [ g ] ~ |   % 29
101         g8 [ g ] ~ g2. |   % 30
102
103         % Tag
104
105         r4 e8 [ g ] a [ g16 fs ] ~ fs8 [ g ] ~ |   % 31
106         g8 [ g ] ~ g2. |   % 32
107         r4 e8 [ g ] a [ g16 fs ] ~ fs8 [ g ] ~ |   % 33
108         g8 [ g ] ~ g2.-\fermata \bar "|."   % 34
109 }
110
111 LeadVoxText = \lyricmode
112 {
113         _ _ _ _ _ _ _ _
114         _ _ _ _ _ _ _ _ _ _ _
115         _ _ _ _ _ _ _ _
116         _ _ _ _ _ _ _ _ _ _ _
117
118         Lord I lift your name _ on _ high _
119         Lord I love to sing _ your prai- _ ses
120         I'm so glad you're in _ my _ life _
121         I'm so glad you came _ to save _ us
122
123         You came from hea- ven to earth
124         to show the way
125         From the earth __ _ _ to the cross
126         my debt to pay
127         From the cross __ _ _ to the grave _
128         from the grave __ _ _ to the sky _
129         Lord I lift your name _ on _ high _
130
131         _ high _
132
133         You came from hea- ven to earth
134         to show the way
135         From the earth __ _ _ to the cross
136         my debt to pay
137         From the cross __ _ _ to the grave _
138         from the grave __ _ _ to the sky _
139         Lord I lift your name _ on _ high _
140
141         Lord I lift your name _ on _ high _
142         Lord I lift your name _ on _ high. _
143 }
144
145
146 %
147 % Chord names
148 %
149
150 Chords = \chordmode
151 {
152 %Bah, can't we set this globally?
153 %       \popChords
154
155         % Intro
156
157         g2 c |   % 1
158         d2 c |   % 2
159         g2 c |   % 3
160         d2 c |   % 4
161
162         % Verse
163
164         g2 c |   % 5
165         d2 c |   % 6
166         g2 c |   % 7
167         d2 c |   % 8
168         g2 c |   % 9
169         d2 c |   % 10
170         g2/b c |   % 11
171         d1 |   % 12
172
173         % Chorus
174
175         g2 c |   % 13
176         d2 c |   % 14
177         g2 c |   % 15
178         d2 c |   % 16
179         g2 c/e |   % 17
180         d2 e4:m7 b8.:m7 a16:m7 |   % 18
181         s2 d |   % 19
182
183         g2 c |   % 20
184         d2 c |   % 21
185
186         g2 c4 d |   % 22
187
188         % Chorus (redux)
189
190         g2 c |   % 23
191         d2 c |   % 24
192         g2 c |   % 25
193         d2 c |   % 26
194         g2 c/e |   % 27
195         d2 e4:m7 b8.:m7 a16:m7 |   % 28
196         s2 d |   % 29
197
198         % Tag
199
200         g2 c |   % 30
201         d2 c |   % 31
202         g2 c |   % 32
203         d2 c |   % 33
204         g1 |   % 34
205 }
206
207
208 %
209 % Chord rhythms
210 %
211
212 % Use a RhythmicStaff on the chords instead of this?
213 % It almost works, but not quite. Doesn't collapse chords above to single notes...
214
215 StaffC = \relative c
216 {
217         \set Voice.autoBeaming = ##f
218 %       \set Staff.instrumentName = #"Rhythm"
219         \override Staff.TimeSignature #'style = #'()
220         \time 4/4
221         \override NoteHead #'style = #'slash
222
223         % Intro
224
225         c4-\markup { \small \italic { bass solo 1st time, band in 2nd } } c c c |   % 1
226         c4 c c c |   % 2
227         c4 c c c |   % 3
228         c4 c c c |   % 4
229
230         \repeat volta 2
231         {
232                 % Verse
233
234                 c4 c c c |   % 5
235                 c4 c c c |   % 6
236                 c4 c c c |   % 7
237                 c4 c c c |   % 8
238                 c4 c c c |   % 9
239                 c4 c c c |   % 10
240                 c4 c c c |   % 11
241                 c4 c \< c c \! |   % 12
242
243                 % Chorus
244
245                 c4 c c c |   % 13
246                 c4 c c c |   % 14
247                 c4 c c c |   % 15
248                 c4 c c c |   % 16
249                 c4 c c c |   % 17
250                 c4 c c c8. [ c16 ] ~ |   % 18
251                 c4 c c c |   % 19
252         }
253         \alternative
254         {
255                 {
256                         c4 c c c |   % 20
257                         c4 c c c |   % 21
258                 }
259                 {
260                         c4 c c-> c-> |   % 22
261                 }
262         }
263
264         % Chorus (redux)
265
266         c8-> [ c-> ] r4 c8-> [ c-> ] r4 |   % 23
267         c8-> [ c-> ] r4 c c |   % 24
268         c8-> [ c-> ] r4 c8-> [ c-> ] r4 |   % 25
269         c8-> [ c-> ] r4 c c |   % 26
270         c4 c c c |   % 27
271         c4 c c c8. [ c16 ] ~ |   % 28
272         c4 c c c |   % 29
273         c4 c c c |   % 30
274
275         % Tag
276
277         c4 c c c |   % 31
278         c4 c c c |   % 32
279         c4 c c_\markup { \italic { rit. } } c |   % 33
280         c1-\fermata \bar "|."   % 34
281 }
282
283
284 \score
285 {
286         <<
287                 <<
288                         \new Staff = leadStaff { \new Voice = "lead" \LeadVox }
289                         \new Lyrics \lyricsto "lead" \LeadVoxText
290                 >>
291
292                 \new ChoirStaff = "Rhythm"
293                 <<
294                         \new ChordNames = "chords" \Chords
295                         \new RhythmicStaff = "chordRhythm" \StaffC
296                 >>
297
298                 \set Score.skipBars = ##t
299                 \set Score.melismaBusyProperties = #'()
300         >>
301
302         \layout
303         {
304 %               \context { \Staff \RemoveEmptyStaves }
305 %               ragged-last-bottom = ##t
306                 ragged-last = ##t
307         }
308 }
309
310
311 \paper
312 {
313   #(define fonts (make-pango-font-tree
314     "Times New Roman"
315     "DomCasual BT"
316     "Luxi Mono"
317     (/ staffSize 20)))
318 }