\version "2.0.1" \header { filename = "smc034.ly" dedication = "St. Peter of the Fields Parish" title = "Our Day of Praise Is Done" subtitle = "Garden City 6.6.8.6" opus = "Horatio W. Parker, 1890" arranger = "" poet = "John Ellerton, 1869" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key aes \major \time 4/4 \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "|." } saMusic = \notes { \partial 4 4 4 4 4 4 <<{aes'2.} \\ {c'4( des'4 c'4)}>> <> 4 4 4 4 <<{aes'2.} \\ {c'4( des'4 ees'4)}>> 4 4 4 4 4 4 4 4 4 4 8 8 4 4 2. } tbMusic = \notes { 4 4 4 4 4 <<{aes4( f4 ees4)} \\ {aes,2.}>> 4 4 4 4 4 <<{aes4( bes4 c'4)} \\ {aes,2.}>> 4 4 4 4 4 4 4 4 4 4 <<{bes8 aes8} \\ {ees4}>> <> 4 2. } verseA = \lyrics { Our4 day4 of4 praise4 is4 done;2. The4 even4 -- ing4 shad4 -- ows4 fall;2. But4 pass4 not4 from4 us4 with4 the4 sun,4 True4 Light4 that4 light4 -- enest4 all.2. } verseB = \lyrics { A4 -- round4 the4 throne4 on4 high,2. Where4 night4 can4 nev4 -- er4 be,2. The4 white4 robed4 harp4 -- ers4 of4 the4 sky4 Bring4 cease4 -- less4 hymns4 to4 Thee.2. } verseC = \lyrics { Too4 faint4 our4 an4 -- thems4 here;2. Too4 soon4 of4 praise4 we4 tire;2. But4 O4 the4 strains,4 how4 full4 and4 clear,4 Of4 that4 e4 -- ter4 -- nal4 choir!2. } verseD = \lyrics { Yet,4 Lord,4 to4 Thy4 dear4 will2. If4 Thou4 at4 -- tune4 the4 heart,2. We4 in4 Thine4 an4 -- gels'4 mu4 -- sic4 still4 May4 bear4 our4 low4 -- er4 part.2. } verseE = \lyrics { 'Tis4 Thine4 each4 soul4 to4 calm,2. Each4 way4 -- ward4 thought4 re4 -- claim,2. And4 make4 our4 life4 a4 dai4 -- ly4 psalm4 Of4 glo4 -- ry4 to4 Thy4 Name.2. } verseF = \lyrics { A4 lit4 -- tle4 while,4 and4 then2. Shall4 come4 the4 glo4 -- rious4 end;2. And4 songs4 of4 an4 -- gels4 and4 of4 men4 In4 per4 -- fect4 praise4 shall4 blend.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 Lyrics = lyricsSei {\property LyricsVoice . stanza = "6." \verseF} >> } \context Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \paper { indent = 0.0\pt pagenumber = 34 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }