\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 = "Lead On O King Eternal" poet = "Ernest W. Shurtleff, 1888 (1862-1917)" composer = "Henry Smart, 1835 (1813-1879)" meter= "LANCASHIRE 7.6.7.6.D." tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 \partial 4 } melody = { \global g'4 g'4 e'4 f'4 a'4 g'2 e'4 c''4 c''4 f'4 g'4 a'4 d'2. g'4 g'4 e'4 f'4 a'4 g'2 e'4 e'4 d'4 b'4 a'4 fis'4 g'2. g'4 g'4 e'4 c'4 c''4 c''4. (a'8) f'4 a'4 a'4 fis'4 d'4 d''4 d''2 (b'4) g'4 c''4. c''8 c''4 c''4 c''2 b'4 a'4 g'4 e'4 d'4 b4 c'2. \bar "|." } alto = \relative c' { \global \bar "|." } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global \bar "|." } verseOne = \lyricmode { \set stanza = "1. " Lead on, O King e -- ter -- nal, The day of march has come; Hence -- forth in fields of con -- quest Thy tents shall be our home. Through days of prep -- a -- ra -- tion Thy grace has made us strong, And now, O King e -- ter -- nal, We lift our bat -- tle song. } verseTwo = \lyricmode { \set stanza = "2. " Lead on, O King e -- ter -- nal, Till sin's fierce war shall cease, And ho -- li -- ness shall whis -- per The seet a -- men of peace. For not with swords loud clash -- ing, Nor roll of stir -- ring drums, With deeds of love and mer -- cy, The heav'n -- ly king -- dom comes. } verseThree = \lyricmode { \set stanza = "3. " Lead on, O King e -- ter -- nal, We fol -- low, not with fears, For glad -- ness breaks like morn -- ing Wher -- e'er Thy face ap -- pears; Thy cross is lift -- ed o'er us; We jour -- ney in its light; The crown a --waits the con -- quest; Lead on, O God of might. } \score { << \set Score.tempoHideNote = ##t \tempo 4=100 \new ChoirStaff { << \chords { \set chordChanges = ##t r4 c2 f2 c1 f2 d2:m g1 c2 f2 c1 g2 d2:7 g2. g4:7 c1 f1 d1 g1 c1 f1 c2 g2:7 c4 f4 c4 } \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 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 { } }