\version "2.10.33" \header { title = "Hark, the Voice of Jesus Calling" poet = \markup { \column { \left-align "Isaiah 6:8" \left-align \italic "Daniel March, 1868" " " } } composer = \markup { \column { \right-align \bold "Galilean" \right-align \italic "Joseph Barnby, 1883" " " } } copyright="Public Domain" tagline = " " } \paper { #(set-paper-size "letter") page-top-space = 0\in indent = #0 line-width = 6\in between-system-padding = 0\in print-page-number = ##f } #(set-global-staff-size 16) global = { \key f \major \override Staff.TimeSignature #'style = #'() \time 4/4 } soprano = \relative c'' { a4 g a c bes4 g f e f4 d c a' g4 f g2 \break a4 g a c bes4 g f e f4 d c a' g4. f8 f2 \break g4. a8 a4 g g4 c b a g4. a8 g4 c c4 d c2 \break a4 g a c bes4 g f e f4 d c a' g4. f8 f2 } alto = \relative c' { c4 c c c d4 d c c a4 bes <> c c4 a c2 \break c4 c c c d4 d c c a4 bes <> c c4. c8 c2 \break e4. f8 f4 d c4 e c c c4. c8 c4 e e4 g e2 \break c4 c c c d4 d c c a4 bes <> c c4. a8 a2 } tenor = \relative c { <> e <> f f4 bes a g f4 f f f e4 f e2 \break <> e <> f f4 bes a g f4 f f f e4. a8 a2 \break c4. c8 d4 b g4 g f f e4. <> g4 g g4 b c2 \break <> e <> f f4 bes a g f4 f f f e4. f8 f2 } bass = \relative c { f4 c f a, bes4 bes c c d4 bes a f c'4 d c2 \break f4 c f a, bes4 bes c c d4 bes a f c'4. f8 f2 \break c4. f8 d4 g e4 c f, a c4. f8 e4 c g4 g' c,2 \break f4 c f a, bes4 bes c c d4 bes a f c'4. f,8 f2 } verseOne = \lyrics { \set stanza = "1. " Hark, the voice of Je -- sus call -- ing, “Who will go and work to -- "day?" Fields are ripe and har -- vests wait -- ing, Who will bear the sheaves a -- "way?”" Long and loud the Mas -- ter calls us, Rich re -- ward He of -- fers free; Who will an -- swer, glad -- ly say -- ing, “Here am I, send me, send "me?”" } verseTwo = \lyrics { \set stanza = "2. " If you can -- not cross the o -- cean, And the dis -- tant lands ex -- plore, You can find the lost a -- round you, You can help them at your door; If you can -- not give your thou -- sands, You can give the wid -- ow’s mite; What you tru -- ly give for Je -- sus, Will be pre -- cious in His sight. } verseThree = \lyrics { \set stanza = "3. " If you can -- not speak like an -- gels, If you can -- not preach like Paul, You can tell the love of Je -- sus, You can say He died for all. If you can -- not rouse the wick -- ed, With the judg -- ment’s dread a -- larms, You can lead the lit -- tle chil -- dren To the Sav -- ior’s wait -- ing arms. } verseFour = \lyrics { \set stanza = "4. " If you can -- not be the watch -- man, Stand -- ing high on Zi -- on’s wall, Point -- ing out the path to heav -- en, Of -- f’ring life and peace to all, With your prayers and with your boun -- ties You can do what heav’n de -- mands; You can be like faith -- ful Aa -- ron, Hold -- ing up the proph -- et’s hands. } verseFive = \lyrics { \set stanza = "5. " If a -- mong the old -- er peo -- ple, You may not be apt to teach, “Feed My lambs,” said Christ, our Shep -- herd, “Place the food with -- in their reach.” And it may be that the chil -- dren You have led with trem -- bling hand, Will be found a -- mong your jew -- els, When you reach the bet -- ter land. } %{ verseSix = \lyrics { \set stanza = "6. " Let none hear you i -- dly say -- ing, “There is noth -- ing I can do.” While the lost of earth are dy -- ing, And the Mas -- ter calls for you; Take the task He gives you glad -- ly; Let His work your pleas -- ure be; An -- swer quick -- ly when He calls you, “Here am I, send me, send me.” } %} \score { << \context Voice = SA << \clef treble \stemUp \global \soprano \alto >> \context Lyrics = sopranoLyrics { s1 } \lyricsto "SA" \context Lyrics = sopranoLyrics << \verseOne \verseTwo \verseThree \verseFour \verseFive >> \context Voice = TB << \clef bass \stemDown \global \tenor \bass >> >> \layout { \context { \Score \remove "Bar_number_engraver" } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 113 4) } } } \markup { \column { " " \fill-line { \hspace #0.1 \column { \line { \large \bold "6. " \column { \large "Let none hear you idly saying," \large "“There is nothing I can do.”" \large "While the lost of earth are dying," \large "And the Master calls for you;" } } } \hspace #0.1 \column { \line { \column { \large "Take the task He gives you gladly;" \large "Let His work your pleasure be;" \large "Answer quickly when He calls you," \large "“Here am I, send me, send me.”" } } } \hspace #0.1 } } }