\version "2.0.1" \header { filename = "smc033.ly" dedication = "St. Peter of the Fields Parish" title = "And Now the Sun's Declining Rays" subtitle = "Holy Trinity 8.6.8.6" opus = "Jospeh Barnby, 1861" arranger = "" poet = "Charles Coffin, 1736" texttranslator = "Trans. John Chandler, 1837" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key d \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 4. 8 4 4 4 4 4 4 <<{d'2( cis'4)} \\ {a2.}>> 4 4 4 4 4 4. 8 4 4 4 4 4. 8 <> } tbMusic = \notes { 4 4 4 4 4 4. 8 4 4 4 4 4 4 <<{fis2( e4)} \\ {a,2.}>> <> 4 4 4 <> 4. 8 4 4 4 4 4. 8 2. } verseA = \lyrics { And4 now4 the4 sun's4 de4 -- cli4. -- ning8 rays4 To4 -- wards4 the4 eye4 de4 -- cend;2. E'en4 so4 our4 years4 are4 sink4. -- ing8 down4 To4 their4 ap4 -- point4. -- ed8 end.2. } verseB = \lyrics { Lord,4 on4 the4 cross4 Thine4 arms4. were8 stretched4 To4 draw4 us4 to4 the4 sky;2. O4 grant4 us4 then4 that4 cross4. to8 love,4 And4 in4 those4 arms4. to8 die.2. } verseC = \lyrics { To4 God4 the4 Fa4 -- ther,4 God4. the8 Son,4 And4 God4 the4 Ho4 -- ly4 Ghost,2. All4 glo4 -- ry4 be4 from4 saints4. on8 earth,4 And4 from4 the4 an4. -- gel8 host.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 Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \paper { indent = 0.0\pt pagenumber = 33 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }