\version "2.0.1" \header { filename = "smc019.ly" dedication = "St. Peter of the Fields Parish" title = "O Light of Life, O Saviour Dear" subtitle = "Abends 8.8.8.8" opus = "Herbert S. Oakley, 1874" poet = "Francis T. Palgrave, 1865" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key aes \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 <<{f'2} \\ {ees'4( des'4)}>> <<{f'4} \\ {f'4}>> <<{des''2} \\ {f'4( ees'4)}>> 4 2. 4 4 4 2 4 2 4 <<{ees'2.} \\ {ees'2.}>> 4 4 4 2 4 <<{bes'2} \\ {f'4( g'4)}>> <<{aes'4} \\ {aes'8 d'8}>> 2. 4 4 4 2 4 2 4 2. } tbMusic = \notes { 4 4 4 2 4 <<{bes4( g4)} \\ {bes,2}>> <<{aes4} \\ {c8 des8}>> 2. 4 4 4 2 4 2 4 2. 4 4 4 <<{aes2} \\ {aes2}>> 4 <<{des'2} \\ {des4( ees4)}>> <<{c'8 bes8} \\ {f4}>> <<{bes2.} \\ {ees2( des4)}>> 4 4 4 2 4 2 <<{g8 des'8} \\ {ees4}>> 2. } verseA = \lyrics { O4 Light4 of4 life,2 O4 Sav2 -- iour4 dear,2. Be4 -- fore4 we4 sleep,2 bow4 down2 Thine4 ear;2. Through4 dark4 and4 day,2 o'er4 land2 and4 sea,2. We4 have4 no4 oth2 -- er4 hope2 but4 Thee.2. } verseB = \lyrics { Oft4 from4 Thy4 roy2 -- al4 road2 we4 part,2. Lost4 in4 the4 ma2 -- zes4 of2 the4 heart;2. Our4 lamps4 put4 out,2 our4 course2 for4 -- got,2. We4 seek4 for4 God,2 and4 find2 Him4 not.2. } verseC = \lyrics { What4 sud4 -- den4 sun2 -- beams4 cheer2 our4 sight!2. What4 dawn4 -- ing4 risen2 up4 -- on2 the4 night!2. Thou4 giv'st4 Thy4 -- self2 to4 us,2 and4 we2. Find4 Guide4 and4 Path2 and4 all2 in4 Thee.2. } verseD = \lyrics { Through4 day4 and4 dark2 -- ness,4 Sav2 -- ior4 dear,2. A4 -- bide4 with4 us,2 more4 near2 -- ly4 near;2. Till4 on4 Thy4 face2 we4 lift2 our4 eyes,2. The4 Sun4 of4 God's2 own4 par2 -- a4 -- dise.2. } verseE = \lyrics { Praise4 God,4 our4 Mak2 -- er4 and2 our4 Friend;2. Praise4 Him4 through4 time,2 till4 time2 shall4 end;2. Till4 psalm4 and4 song2 His4 Name2 a4 -- dore2. Through4 heaven's4 great4 day2 of4 ev2 -- er4 -- more.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 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) } } }