\version "2.0.1" \header { filename = "smc021.ly" dedication = "St. Peter of the Fields Parish" title = "At Even, When the Sun Was Set" subtitle = "Angelus 8.8.8.8" opus = "Georg Joseph, 1657" % arranger = "" poet = "Henry Twells, 1868" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key ees \major \time 3/4 \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "|." } saMusic = \notes { 4 4 4 4( 4) 4 2 4 2. 4 4 4 <<{ees''2} \\ {ees'4( g'4)}>> 4 2 <<{c''4} \\ {f'8 ees'8}>> 2. 4 4 4 2 4 <<{ees'2} \\ {ees'2}>> 4 2. 4 4 4 2 4 <<{f'2} \\ {ees'2}>> 4 <<{ees'2.} \\ {ees'2.}>> } tbMusic = \notes { 4 4 4 <<{bes4( c'4)} \\ {ees2}>> 4 2 <<{f4} \\ {f4}>> 2. 4 4 <<{bes4} \\ {aes4}>> <<{bes2} \\ {g4( c4)}>> 4 2 4 2. 4 <<{bes4} \\ {aes4}>> 4 2 4 2 4 2. 4 4 4 2 4 2 <<{bes8 aes8} \\ {bes,4}>> 2. } verseA = \lyrics { At4 ev4 -- en,4 when2 the4 sun2 was4 set,2. The4 sick,4 O4 Lord,2 a4 -- round2 Thee4 lay;2. O,4 with4 how4 man2 -- y4 pains2 they4 met!2. O,4 with4 what4 joy2 they4 went2 a4 -- way!2. } verseB = \lyrics { Once4 more4 'tis4 e2 -- ven4 -- tide,2 and4 we,2. Op4 -- pressed4 with4 var2 -- ious4 ills,2 draw4 near;2. What4 if4 Thy4 -- self2 we4 can2 -- not4 see?2. We4 know4 that4 Thou2 art4 ev2 -- er4 near.2. } verseC = \lyrics { O4 Sav4 -- iour4 Christ,2 our4 woes2 dis4 -- pel;2. For4 some4 are4 sick,2 and4 some2 are4 sad;2. And4 some4 have4 nev2 -- er4 loved2 Thee4 well,2. And4 some4 have4 lost2 the4 love2 they4 had.2. } verseD = \lyrics { And4 none,4 O4 Lord,2 have4 per2 -- fect4 rest,2. For4 none4 are4 whol2 -- ly4 free2 from4 sin;2. And4 they4 who4 fain2 would4 serve2 Thee4 best2. Are4 con4 -- scious4 most2 of4 wrong2 with4 -- in.2. } verseE = \lyrics { O4 Sav4 -- ior4 Christ,2 Thou4 too2 art4 man;2. Thou4 has4 been4 troub2 -- led,4 tempt2 -- ed,4 tried;2. Thy4 kind4 but4 search2 -- ing4 glance2 can4 scan2. The4 ver4 -- y4 wounds2 that4 shame2 would4 hide.2. } verseF = \lyrics { Thy4 touch4 has4 still2 its4 an2 -- cient4 power;2. No4 word4 from4 Thee2 can4 fruit2 -- less4 fall:2. Hear,4 in4 this4 sol2 -- emn4 eve2 -- ning4 hour,2. And4 in4 Thy4 mer2 -- cy4 heal2 us4 all.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 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }