\version "2.10.16" #(set-global-staff-size 17) \include "english.ly" \header { copyright = "Typeset 2007 by Matthew Collett for the Auckland Catholic Music Schola—www.schola.org.nz" } \header { piece = "Bangor CM" composer = "William Tans’ur (1700-1783)" } signature = { \key c \minor \time 4/4 } sopMusic = << \relative { \partial 4 g'4 | ef4 d c g' c bf8( af) g4 g4 | g bf g fs g2. \bar "" \break g4 | c4 b c ef8( d) c4 bf8( af) g4 g4 | c g8( f) ef4 d c2. \bar "|." } >> altoMusic = << \relative { b4 | c4 b c ef ef f ef4 f4 | ef d ef d8( c) b2. d4 | c4 f ef ef ef d ef ef4 | ef c c b c2. } >> tenorMusic = << \relative { d,4 | ef4 f g c c c c d4 | c g c a g2. b4 | g4 f g bf af8( g) f( bf) bf4 bf4 | c c c,8( ef) g( f) ef2. } >> bassMusic = << \relative { g,4 | c4 d ef c'8( bf) af( g) f4 c b4 | c bf! c d g,2. g'8( f) | ef4 d c g af bf ef ef8( d) | c( bf) af4 g g c2. } >> \layout { indent = 0.0\cm } \header { title = "Day after day I sought the Lord" poet = "Julius C. Hare (1795-1855)" } verseOne = \lyricmode { \set stanza = "1." Day af -- ter day I sought the Lord, and wait -- ed pa -- tient -- ly; \set stanza = "1." Un -- til he bent down from his throne, and heark -- ened to my cry. } verseTwo = \lyricmode { \set stanza = "2." He drew me from the fear -- ful pit, and from the mi -- ry clay; \set stanza = "2." He placed my feet up -- on a rock, and led me in his way. } verseThree = \lyricmode { \set stanza = "3." He taught my soul a new- -- made song, a song of ho -- ly praise, \set stanza = "3." All they who see these things, with fear their hopes to God shall raise. } verseFour = \lyricmode { \set stanza = "4." Most bless -- èd is the man whose hope up -- on the Lord re -- lies; \set stanza = "4." Who foll -- ows not the proud, nor those that turn a -- side to lies. } verseFive = \lyricmode { \set stanza = "5." O Lord, what won -- ders hast thou wrought, all num -- ber far a -- bove! \set stanza = "5." Thy thoughts to us- -- ward o -- ver -- flow with mer -- cy, grace, and love. } verseSix = \lyricmode { \set stanza = "6." Show forth thy mer -- cy, gra -- cious Lord; O take it not a -- way! \set stanza = "6." Thy lov -- ing kind -- ness and thy truth, let them be still my stay. } verseSeven = \lyricmode { \set stanza = "7." For count -- less sor -- rows hem me round; and my in -- i -- qui -- ties \set stanza = "7." So hold me fast, and drag me down, I can -- not raise my eyes. } verseEight = \lyricmode { \set stanza = "8." My hairs in num -- ber they sur -- pass; hence is my heart dis -- mayed; \set stanza = "8." Vouch -- safe, O Lord, to res -- cue me! O hast -- en to my aid. } verseNine = \lyricmode { \set stanza = "9." Let those who seek thee faith -- ful -- ly in peace and joy a -- bide; \set stanza = "9." Let those who love thy grace still say, “The Lord be mag -- ni -- fied.” } verseTen = \lyricmode { \set stanza = "10." Poor am I, and in need; yet God care of my soul doth take. \set stanza = "10." Thou art my help; my Sa -- viour thou; Lord, no long tar -- rying make. } \score { << \new ChoirStaff << \removeWithTag #'organ \new Staff << \clef treble \signature \new Voice = "sopranos" { \voiceOne \sopMusic } \new Voice = "altos" { \voiceTwo \altoMusic } >> \new Lyrics \lyricsto "altos" { \verseOne } \new Lyrics \lyricsto "altos" { \verseTwo } \new Lyrics \lyricsto "altos" { \verseThree } \new Lyrics \lyricsto "altos" { \verseFour } \new Lyrics \lyricsto "altos" { \verseFive } \new Lyrics \lyricsto "altos" { \verseSix } \new Lyrics \lyricsto "altos" { \verseSeven } \new Lyrics \lyricsto "altos" { \verseEight } \new Lyrics \lyricsto "altos" { \verseNine } \new Lyrics \lyricsto "altos" { \verseTen } \new Staff << \clef bass \signature \new Voice = "tenors" { \voiceOne \tenorMusic } \new Voice = "basses" { \voiceTwo \bassMusic } >> >> >> }