\version "2.0.1" \header { filename = "smc026.ly" dedication = "St. Peter of the Fields Parish" title = "The Day Thou Gavest, Lord, Is Ended" subtitle = "St. Clement 9.8.9.8" opus = "Clement C. Scholfield, 1874" arranger = "" poet = "John Ellerton, 1870" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key aes \major \time 3/4 \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "|." } saMusic = \notes { \partial 4 <<{ees'4} \\ {ees'4}>> <<{c''4( des''4)} \\ {ees'2}>> 4 <<{ees''4( c''4)} \\ {g'2}>> 4 <<{aes'4( bes'4)} \\ {aes'4( f'4)}>> <<{f'4} \\ {f'4}>> 4 4 4 <<{ees'2} \\ {des'4( c'4)}>> <<{ees'4} \\ {ees'4}>> <<{aes'4( bes'4)} \\ {f'2}>> 4 2 4 2 <<{ees'4} \\ {ees'4}>> <<{c''4( des''4)} \\ {ees'2}>> 4 <<{ees''4( c''4)} \\ {g'2}>> 4 <<{aes'4( bes'4)} \\ {aes'4( f'4)}>> <<{f'4} \\ {f'4}>> 4 4 4 <<{ees'4( f'4)} \\ {ees'2}>> 4 4( 4) 4 <<{f'4( aes'4)} \\ {f'2}>> 4 2 } tbMusic = \notes { <<{ees4} \\ {ees4}>> 2 <<{aes4} \\ {aes4}>> <<{bes4( ees'4)} \\ {ees2}>> 4 <<{c'4( des'4)} {f4( bes,4)}>> 4 4 4 4 <<{bes4( aes4)} \\ {g4( aes4)}>> 4 2 4 2 4 2 4 <<{aes2} \\ {aes2}>> <<{aes4} \\ {aes4}>> <<{bes4( ees'4)} \\ {ees2}>> 4 4( 4) 4 4 4 4 2 4 <<{aes2} \\ {f4( c4)}>> 4 2 4 2 } verseA = \lyrics { The4 day2 Thou4 gav2 -- est,4 Lord,2 is4 end4 -- ed,4 The4 dark2 -- ness4 falls2 at4 Thy2 be4 -- hest;2 To4 Thee2 our4 morn2 -- ing4 hymns2 a4 -- scend4 -- ed,4 Thy4 praise2 shall4 hal2 -- low4 now2 our4 rest.2 } verseB = \lyrics { We4 thank2 Thee4 that2 Thy4 church,2 un4 -- sleep4 -- ing,4 While4 earth2 rolls4 on2 -- ward4 in2 -- to4 light,2 Through4 all2 the4 world2 her4 watch2 is4 keep4 -- ing,4 And4 rests2 not4 now2 by4 day2 or4 night.2 } verseC = \lyrics { As4 o'er2 each4 con2 -- tin4 -- ent2 and4 is4 -- land4 The4 dawn2 leads4 on2 a4 -- noth2 -- er4 day,2 The4 voice2 of4 prayer2 is4 nev2 -- er4 si4 -- lent,4 Nor4 dies2 the4 strain2 of4 praise2 a4 -- way.2 } verseD = \lyrics { The4 sun2 that4 bids2 us4 rest2 is4 wak4 -- ing4 Our4 breth2 -- ren4 'neath2 the4 wes2 -- tern4 sky,2 And4 hour2 by4 hour2 fresh4 lips2 are4 mak4 -- ing4 Thy4 won2 -- drous4 do2 -- ings4 heard2 on4 high.2 } verseE = \lyrics { So4 be2 it,4 Lord;2 Thy4 throne2 shall4 nev4 -- er,4 Like4 earth's2 proud4 em2 -- pires,4 pass2 a4 -- way:2 Thy4 king2 -- dom4 stands,2 and4 grows2 for4 -- ev4 -- er,4 Till4 all2 Thy4 crea2 -- tures4 own2 Thy4 sway.2 } \score { \notes << \context Staff = sa { << \addlyrics \property Staff.TimeSignature \set #'style = #'numbered \clef treble \global \context Voice = VA { \saMusic } \context Lyrics = lyricsUno {\property LyricsVoice . stanza = "1." \verseA} \context Lyrics = lyricsDue {\property LyricsVoice . stanza = "2." \verseB} \context Lyrics = lyricsTre {\property LyricsVoice . stanza = "3." \verseC} \context Lyrics = lyricsQuattro {\property LyricsVoice . stanza = "4." \verseD} \context Lyrics = lyricsCinque {\property LyricsVoice . stanza = "5." \verseE} >> } \context Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \paper { indent = 0.0\pt \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }