\version "2.0.1" \header { filename = "smc024.ly" dedication = "St. Peter of the Fields Parish" title = "Abide with Me: Fast Falls the Eventide" subtitle = "Eventide (Monk) 10.10.10.10" opus = "William H. Monk, 1861" arranger = "" poet = "Henry F. Lyte, 1847" 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 4/4 \skip 1*4 \bar "||" \skip 1*4 \bar "||" \skip 1*4 \bar "||" \skip 1*4 \bar "|." } saMusic = \notes { 2 4 4 <<{ees'2} \\ {ees'2}>> 2 4 4 4 4 1 2 4 4 2 2 4 <<{f'4} \\ {f'4}>> 4 4 1 2 4 4 <<{ees'2} \\ {ees'2}>> 2 4 4 4 4 1 2 4 4 4 4 <<{ees'4} \\ {ees'4}>> 4 2 2 1 } tbMusic = \notes { 2 4 4 2 2 4 4 4 4 1 <<{bes2} \\ {ees4( d4)}>> 4 4 2 2 4 4 4 4 1 <<{g4( aes4)} \\ {ees2}>> 4 4 2 <<{ees'4( d'4)} \\ {g,2}>> <<{c'4 c'4} \\ {aes,4. bes,8}>> 4 4 1 <<{bes2} \\ {aes2}>> 4 4 4 4 4 4 <<{bes2. aes4} \\ {bes,2 bes,2}>> 1 } verseA = \lyrics { A2 -- bide4 with4 me;2 fast2 falls4 the4 e4 -- ven4 -- tide;1 The2 dark4 -- ness4 deep2 -- ens;2 Lord4 with4 me4 a4 -- bide1 When2 oth4 -- er4 help2 -- ers2 fail4 and4 com4 -- forts4 flee,1 Help2 of4 the4 help4 -- less,4 O4 a4 -- bide2 with2 me.1 } verseB = \lyrics { Swift2 to4 its4 close2 ebbs2 out4 life's4 lit4 -- tle4 day;1 Earth's2 joys4 grow4 dim;2 its2 glo4 -- ries4 pass4 a4 -- way;1 Change2 and4 de4 -- cay2 in2 all4 a4 -- round4 I4 see;1 O2 Thou4 who4 chang4 -- est4 not,4 a4 -- bide2 with2 me.1 } verseC = \lyrics { Thou2 on4 my4 head2 in2 ear4 -- ly4 youth4 didst4 smile;1 And,2 though4 re4 -- bel2 -- lious2 and4 per4 -- verse4 mean4 -- while,1 Thou2 hast4 not4 left2 me,2 oft4 as4 I4 left4 Thee,1 On2 to4 the4 close,4 O4 Lord,4 a4 -- bide2 with2 me.1 } verseD = \lyrics { I2 need4 Thy4 pres2 -- ence2 ev4 -- ery4 pass4 -- ing4 hour;1 What2 but4 Thy4 grace2 can2 foil4 the4 tempt4 -- er's4 power?1 Who,2 like4 Thy4 -- self,2 my2 guide4 and4 stay4 can4 be?1 Through2 cloud4 and4 sun4 -- shine,4 Lord,4 a4 -- bide2 with2 me.1 } verseE = \lyrics { I2 fear4 no4 foe,2 with2 Thee4 at4 hand4 to4 bless;1 Ills2 have4 no4 weight,2 and2 tears4 no4 bit4 -- ter4 -- ness1 Where2 is4 death's4 sting?2 Where,2 grave,4 thy4 vic4 -- tor4 -- y?1 I2 tri4 -- umph4 still,4 if4 Thou4 a4 -- bide2 with2 me.1 } verseF = \lyrics { Hold2 Thou4 Thy4 cross2 be2 -- fore4 my4 clos4 -- ing4 eyes;1 Shine2 through4 the4 gloom2 and2 point4 me4 to4 the4 skies1 Heaven's2 morn4 -- ing4 breaks,2 and2 earth's4 vain4 shad4 -- ows4 flee;1 In2 life,4 in4 death,4 O4 Lord,4 a4 -- bide2 with2 me.1 } \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) } } }