\version "2.0.1" \header { filename = "smc022.ly" dedication = "St. Peter of the Fields Parish" title = "The Day, O Lord, Is Spent" subtitle = "Ferguson 6.6.8.6" opus = "George Kingsley, 1843" % arranger = "" poet = "John Mason Neale, 1843" % texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key c \major \time 3/4 \skip 4*9 \bar "||" \skip 4*9 \bar "||" \skip 4*12 \bar "||" \skip 4*9 \bar "|." } saMusic = \notes { \partial 4 4 4( 4) 4 4( 4) 4 2 4 2 4 2 4 2 4 2 4 4( 4) 4 4( 4) 4 2 4 <<{c''4( d''4)} \\ {g'2}>> 4 2 4 2 } tbMusic = \notes { 4 2 4 <<{a4( b4)} \\ {f2}>> 4 2 4 2 4 2 4 2 4 2 4 4( 4) 4 2 4 2 4 4( 4) 4 2 4 2 } verseA = \lyrics { The4 day,2 O4 Lord,2 is4 spent;2 A4 -- bide2 with4 us,2 and4 rest;2 Our4 hearts'2 de4 -- sires2 are4 ful2 -- ly4 bent2 On4 mak2 -- ing4 Thee2 our4 Guest.2 } verseB = \lyrics { We4 have2 not4 reached2 that4 land,2 That4 hap2 -- py4 land,2 as4 yet,2 Where4 ho2 -- ly4 an2 -- gels4 round2 Thee4 stand,2 Whose4 sun2 can4 nev2 -- er4 set.2 } verseC = \lyrics { Our4 sun2 is4 sink2 -- ing4 now;2 Our4 day2 is4 al2 -- most4 o'er;2 O4 Sun2 of4 Right2 -- eous4 -- ness,2 do4 Thou2 Shine4 on2 us4 ev2 -- er4 -- more.2 } verseD = \lyrics { From4 men2 be4 -- low2 the4 skies,2 And4 all2 the4 heaven2 -- ly4 host,2 To4 God2 the4 Fa2 -- ther4 praise2 a4 -- rise,2 The4 Son,2 and4 Ho2 -- ly4 Ghost.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 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) } } }