\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 22) #(ly:set-option 'point-and-click #f) #(ly:set-option 'delete-intermediate-files #t) \paper { indent = #0 left-margin = 0.75\in line-width = 7.0\in top-margin = 0.25\in bottom-margin = 0.25\in % between-system-padding = 4\mm % between-system-space = 20\mm print-page-number = ##f print-first-page-number = ##f ragged-bottom = ##t } \header { subtitle = "O Zion, Haste" poet = "Mary A. Thomson, 1871 (1834-1923)" composer = "James Walch, 1875 (1837-1901)" meter= "TIDINGS 11.10.11.10.Ref." tagline = "Last update: 2009-04-03" } global = { \key g \major \time 4/4 } melody = { \global g'2 b4 c'4 d'2. d'4 d'4 g'4 b'4 a'4 a'2 g'2 g'2 fis'4 e'4 d'2. d'4 fis'4 e'4 d'4 c'4 b1 b2 c'4. c'8 d'2. d'4 dis'4 e'4 g'4 fis'4 fis'2 e'2 e'2 fis'4 g'4 a'2 d'2 fis'4 e'4 d'4 cis'4 d'1 fis'2 e'4 d'4 g'2 d'2 fis'2 e'4 d'4 b'1 b'2 c''4 b'4 b'4 (a'4) g'4 e'4 d'4 g'4 a'4. g'8 g'1 \bar "|." } alto = { \global } tenor = { \global \bar "|." } bass = { \global } verseOne = \lyricmode { \set stanza = "1. " O Zi -- on haste, thy mis -- sion high ful -- fill -- ing, To tell to all the world that God is Light; That He who made all na -- tions is not will -- ing One soul should per -- ish, lost in shades of night. Pub -- lish glad ti -- dings, Ti -- dings of peace, Ti -- dings of Je -- sus, Re -- demp -- tion and re -- lease. } verseTwo = \lyricmode { \set stanza = "2. " Pro -- claim to ev -- ery peo -- ple, tongue, and na -- tion That God, in whom they live and move, is love; Tell how He stooped to save His lost cre -- a -- tion, And died on earth that man might live a -- bove. } verseThree = \lyricmode { \set stanza = "3. " Give of they sons to bear the mes -- sage glo -- rious; Give of thy wealth to speed them on their way; Pour out thy sould for them in prayer vic -- to -- rious; And all thou spend -- est Je -- sus will re -- pay. } verseFour = \lyricmode { \set stanza = "4. " He comes a -- gain; O Zi -- on, ere thou meet Him, Make known to ev -- ery heart His sav -- ing grace; Let none whom He hath ran -- somed fail to greet Him, Through thy ne -- glect, un -- fit to see His face. } \score { << \set Score.tempoHideNote = ##t \tempo 4=120 \new ChoirStaff { << \chords { \set chordChanges = ##t g1 g1 g2. d4 d2 g2 g2 d4 c4 g1 d2 d2:7 g1 g2 c2 g1 b,4 e2:m b,4:7 b,2:7 e2:m a1:7 d1 e2:m a2:7 d1 d1:7 g1 d1:7 g1 g2 c4 g4 a2:m c2 g2 d2:7 g2 c4 g4 } \new Staff { \clef treble << \new Voice = "voicea" { \voiceOne \melody } \new Voice = "voiceb" { \voiceTwo \alto } >> } \new Lyrics { \lyricsto "voicea" \verseOne } \new Lyrics { \lyricsto "voicea" \verseTwo } \new Lyrics { \lyricsto "voicea" \verseThree } \new Lyrics { \lyricsto "voicea" \verseFour } % \new Staff { % \clef bass % \set Staff.printPartCombineTexts = ##f % \partcombine \tenor \bass % } >> } >> \layout { \context { \Score \remove "Bar_number_engraver" } \context { \Lyrics \override LyricText #'font-size = #-1 } \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } } \midi { } }