]> Shamusworld >> Repos - music/blob - above-all.ly
New charts "How Great Thou Art" and "In The Garden".
[music] / above-all.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 = #18
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 "Above All" }
16         composer = \markup { \override #'(font-family . sans) \fontsize #1.3 "Michael W. Smith" }
17         arranger = \markup { \override #'(font-family . sans) \fontsize #1.3 "arr. Ed Smart" }
18         tagline  = $(string-append "Engraved by JLH and Lilypond " (lilypond-version))
19 }
20
21
22 %
23 % Lead vocal
24 %
25 LeadVox = \relative c''
26 {
27         \clef G
28         \key bf \major
29         \numericTimeSignature
30         \time 4/4
31
32         % Intro
33
34         \tiny r2 r8 d f bf |   % 1
35         c8.f,16 f4 ~ f ~ f8 bf16 a |   % 2
36         bf8. ef,16 ef4 ~ ef d |   % 3
37         <f c>2 \normalsize r8 f,16 f ~ f bf8. \bar ".|:-||"   % 4
38
39         % Verse
40
41         \repeat volta 2
42         {
43 \once \override Score.RehearsalMark #'self-alignment-X = #left
44 \mark \markup { \override #'(font-family . sans) { \box { A } } \hspace #1.0 \raise #2.0 \musicglyph #"scripts.segno" }
45
46                 a8. g16 ~ g4 r8. ef16 ef g8. |   % 5
47                 f2 r8. f16 f bf8. |   % 6
48                 a8. g16 ~ g8 a bf a16 g ~ g f f8 ~ |   % 7
49                 f2 r8. d16 d g8. |   % 8
50                 g8 g4 a8 bf a16 f ~ f8 d16 g ( ~ |   % 9
51                 g4. f8 ~ f2 ) |   % 10
52         }
53         \alternative
54         {
55                 {
56                         ef8 ef16 ef ~ ef8 f16 g ~ g8 f16 ef ~ ef8 d16 c ~ |   % 11
57                         c2 r8 f16 f ~ f bf8. |   % 12
58                 }
59                 {
60                         ef,8 ef16 ef ~ ef8 f16 g ~ g8 f16 ef ~ ef8 d16 d ~ |   % 13
61                 }
62         }
63
64         d2 r |   % 14
65
66         % Chorus
67
68         \repeat volta 3
69         {
70 \mark \markup { \override #'(font-family . sans) { \box { B } } }
71
72                 d'4. c16 ef ~ ef2 |   % 15
73                 c8 d16 ef ~ ef8 d16 d ~ d4 r8. bf16 |   % 16
74                 d4. c16 ef ~ ef4. ~ ef16 c |   % 17
75                 c8 d16 ef ~ ef8 d16 d ~ d4 d8 c16 bf ~  |   % 18
76                 bf2 d8 c bf a16 g ~ |   % 19
77                 g2 r8. c16 bf8 d,16 ef ~ |   % 20
78                 ef2 r8. f16 bf8 a16 bf ~ |   % 21
79                 bf2 r4 g16 a8 ( bf16 ) |   % 22
80         }
81         \alternative
82         {
83                 {
84                         << { \voiceOne bf1 } \context Voice = v { \voiceThree \tiny \tiny r2 r8 d f bf \normalsize } >> \oneVoice |   % 23
85                         \tiny c8.f,16 f4 ~ f ~ f8 bf16 a |   % 24
86                         bf8. ef,16 ef4 ~ ef d |   % 25
87                         <f c>2 \normalsize r8 f,16 f ~ f^\markup { \hspace #0.0 \raise #1.0 \bold D.S. } bf8. \bar "||"   % 26
88                 }
89                 {
90                         bf1 |   % 27
91                 }
92                 {
93                         bf2. d8 c16 bf ~ |   % 28
94                 }
95         }
96
97         bf2 d8 c bf a16 g ~ |   % 29
98         g2 r8. c16 bf8 d,16 ef ~ |   % 30
99         ef2 r8. f16 bf8 a16 bf ~ |   % 31
100         bf2 r4 g16 a8 ( bf16 ) |   % 32
101         bf1^\fermata \bar "|."   % 33
102 }
103
104 LeadVoxText = \lyricmode
105 {
106         _ _ _ _ _ _ _ _
107         _ _ _ _ _ _ _ _
108
109         A -- bove _ all po -- wers _ a -- bove all kings
110         A -- bove all na -- ture _ and all cre -- a -- _ ted things _
111         A -- bove all wis -- dom and all the ways _ of man __ _ _ _
112         You were here _ be -- fore _ the world _ be -- gan _
113
114         A -- bove _ all
115         There's no way _ to mea -- _ sure what _ you're worth _
116
117         Cru -- ci -- fied, _ laid be -- hind _ the stone _
118         You lived to die, __ _ _ re -- ject -- ed and _ a -- lone _
119         Like a rose _ tra -- mpled on the ground _
120         You took the fall _ and thought of me _
121         A -- bove _ all
122
123         _ _ _ _ _
124         _ _ _ _ _ _ _ _
125
126         A -- bove _ all
127         all
128         all
129
130         Like a rose _ tra -- mpled on the ground _
131         You took the fall _ and thought of me _
132         A -- bove _ all
133 }
134
135 LeadVoxTextB = \lyricmode
136 {
137         _ _ _ _ _ _ _ _
138         _ _ _ _ _ _ _ _
139
140         _ _ _ _ king -- doms _ a -- bove all thrones
141         A -- bove all won -- ders _ the world has e -- _ ver known _
142         A -- bove all wealth _ and trea -- sures of _ the earth __ _ _
143 }
144
145
146 %
147 % Chord names
148 %
149 Chords = \chordmode
150 {
151         % Intro
152
153         bf1:sus2 |   % 1
154         f1/bf |   % 2
155         ef1/bf |   % 3
156         f2/bf bf/d |   % 4
157
158         % Verse
159
160         \repeat volta 2
161         {
162                 ef2 f |   % 5
163                 bf2 bf/d |   % 6
164                 ef2 f4:sus4 f |   % 7
165                 bf1 |   % 8
166                 g2:m bf:maj7/f |   % 9
167                 ef2 bf/d |   % 10
168         }
169         \alternative
170         {
171                 {
172                         c2:m c:m/bf |   % 11
173                         f2/a bf/d |   % 12
174                 }
175                 {
176                         c2:m c:m/bf |   % 13
177                 }
178         }
179
180         a2:m11 d |   % 14
181
182         % Chorus
183
184         \repeat volta 3
185         {
186                 bf2 c:m11 |   % 15
187                 f2/a bf |   % 16
188                 bf2 c:m11 |   % 17
189                 f2/a bf4 f/a |   % 18
190                 g2:m bf:maj7/f |   % 19
191                 ef2 bf/d |   % 20
192                 c2:m7 bf/d |   % 21
193                 ef2 f4:sus4 f |   % 22
194         }
195         \alternative
196         {
197                 {
198                         bf1 |   % 23
199                         f1/bf |   % 24
200                         ef1/bf |   % 25
201                         f2/bf bf/d |   % 26
202                 }
203                 {
204                         bf2 ef4/bf f/bf |   % 27
205                 }
206                 {
207                         bf2 f/a |   % 28
208                 }
209         }
210
211         g2:m bf:maj7/f |   % 29
212         ef2 bf/d |   % 30
213         c2:m bf/d |   % 31
214         ef2 f4:sus4 f |   % 32
215         bf1 |   % 33
216 }
217
218
219 %
220 % Chord rhythms
221 %
222
223 % Use a RhythmicStaff on the chords instead of this?
224 % It almost works, but not quite. Doesn't collapse chords above to single notes...
225
226 StaffC = \relative c
227 {
228         \numericTimeSignature
229         \time 4/4
230         \override NoteHead #'style = #'slash
231         \teeny
232
233         % Intro
234
235         c4 c c c |   % 1
236         c4 c c c |   % 2
237         c4 c c c |   % 3
238         c4 c c c \bar ".|:-||"   % 4
239
240         % Verse
241
242         \repeat volta 2
243         {
244                 c4 c c c |   % 5
245                 c4 c c c |   % 6
246                 c4 c c c |   % 7
247                 c4 c c c |   % 8
248                 c4 c c c |   % 9
249                 c4 c c c |   % 10
250         }
251         \alternative
252         {
253                 {
254                         c4 c c c |   % 11
255                         c4 c c c |   % 12
256                 }
257                 {
258                         c4 c c c |   % 13
259                 }
260         }
261
262         c4 c c \< c \! |   % 14
263
264         % Chorus
265
266         \repeat volta 3
267         {
268                 c4 c c c |   % 15
269                 c4 c c c |   % 16
270                 c4 c c c |   % 17
271                 c4 c c c |   % 18
272                 c4 c c c |   % 19
273                 c4 c c c |   % 20
274                 c4 c c c |   % 21
275                 c4 c c c |   % 22
276         }
277         \alternative
278         {
279                 {
280                         c4 c c c |   % 23
281                         c4 c c c |   % 24
282                         c4 c c c |   % 25
283                         c4 c c c \bar "||"   % 26
284                 }
285                 {
286                         c4 c c \< c \! |   % 27
287                 }
288                 {
289                         c4 c c c |   % 28
290                 }
291         }
292
293         c4 c c c |   % 29
294         c4 c c c |   % 30
295         c4 c c c |   % 31
296         c4_\markup { \italic { rit. } } c c c |   % 32
297         c1^\fermata \bar "|."   % 33
298 }
299
300
301 \score
302 {
303         <<
304                 \context Staff
305                 <<
306                         \new Voice = "lead" \LeadVox
307                         \new Lyrics \lyricsto "lead" \LeadVoxText
308                         \new Lyrics \lyricsto "lead" \LeadVoxTextB
309                 >>
310
311                 \new ChoirStaff
312                 <<
313                         \new ChordNames \Chords
314                         \new RhythmicStaff \StaffC
315                 >>
316
317                 \set Score.skipBars = ##t
318                 \set Score.melismaBusyProperties = #'()
319         >>
320 }
321
322
323 \paper
324 {
325         #(define fonts (make-pango-font-tree
326                 "Times New Roman"
327                 "JazzText"
328                 "Luxi Mono"
329                 (/ staffSize 20)))
330
331 % Don't spread staves vertically across last page (default: t)
332 %       ragged-last-bottom = ##f
333 % Don't spread staves vertically across the page (default: f)
334 %       ragged-bottom = ##t
335 % Allow partial line for last stave (default: f)
336         ragged-last = ##t
337
338 % To find out what's eating the space at the top...
339 %       annotate-spacing = ##t
340 }
341