\version "2.10.33" \header { title = "The Church’s One Foundation" poet = \markup { \column { \left-align "1 Corinthians 3:11" \left-align \italic "Samuel J. Stone, 1866, cento" " " } } composer = \markup { \column { \right-align \bold "Aurelia" \right-align \italic "Samuel S. Wesley, 1864" " " } } 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 es \major \override Staff.TimeSignature #'style = #'() \time 4/4 \partial 4 } soprano = \relative c'' { g4 g g as g g2 f4 es es c' bes as g2. \bar "|" \break as4 bes es es d d2 c4 bes as bes g es f2. \bar "|" \break f4 g as bes c c2 bes4 es es4. d8 c4 g as2. \bar "|" \break f4 g g as g g2 f4 es es f es d es2. \bar "|." } alto = \relative c' { es4 es es es es es2 d4 <> c es es d es2. d4 es es es f f2 es4 g f f es <> d2. d4 es d es es es2 es4 g g4. g8 g4 <> f2. <> es es es es c2 c4 c c c bes bes bes2. } tenor = \relative c' { bes4 bes bes c bes bes2 bes4 bes f f g bes bes2. bes4 bes bes b b b2 c4 des es f bes, a bes2. bes4 bes bes bes <> <> bes4 c c4. b8 c4 c c2. bes4 bes bes c bes bes2 as4 as as as f as g2. } bass = \relative c { es4 es es es es bes2 g4 g as as bes bes es2. f4 g g g g, as2 as4 bes c d es c bes2. bes4 es f g as as2 g4 c, g'4. f8 es4 e f2. d4 es es es es as,2 as4 as f f bes bes es2. } verseOne = \lyrics { \set stanza = "1. " The Church’s " " one foun -- da -- tion Is Je -- sus Christ, her Lord; She is His new cre -- a -- tion By wa -- ter and the Word. From heaven He came and sought her To be His ho -- ly bride; With His own blood He bought her, And for her life He died. } verseTwo = \lyrics { \set stanza = "2. " E -- lect from ev -- ’ry na -- tion, Yet one o’er all the earth, Her char -- ter of sal -- va -- tion One Lord, one faith, one birth. One ho -- ly name she bless -- es, Par -- takes one ho -- ly food, And to one hope she press -- es, With ev -- ’ry grace en -- dued. } verseThree = \lyrics { \set stanza = "3. " The Church shall nev -- er per -- ish! Her dear Lord, to de -- fend, To guide, sus -- tain, and cher -- ish, Is with her to the end. Though there be those that hate her. False sons with -- in her pale, A -- gainst both foe and trai -- tor She ev -- er shall pre -- vail. } verseFour = \lyrics { \set stanza = "4. " Though with a scorn -- ful won -- der Men see her sore op -- pressed, By schisms " " rent a -- sun -- der, By her -- e -- sies dis -- tressed, Yet saints their watch are keep -- ing; Their cry goes up, “How "long?”" And soon the night of weep -- ing Shall be the morn of song. } verseFive = \lyrics { \set stanza = "5. " Mid toil and trib -- u -- la -- tion And tu -- mult of her war She waits the con -- sum -- ma -- tion Of peace for -- ev -- er -- more, Til with the vi -- sion glo -- rious Her long -- ing eyes are blest And the great Church vic -- to -- rious Shall be the Church at rest. } \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 117 4) } } }