\version "2.0.1" \header { filename = "smc017.ly" dedication = "St. Peter of the Fields Parish" title = "Sun of My Soul, Thou Saviour Dear" subtitle = "Hursley 8.8.8.8" opus = "Katholisches Gesangbuch, Vienna, ca. 1774" poet = "John Keble, 1820" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key f \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'4( e'4)} \\ {c'2}>> 4 <<{g'4( a'4)} \\ {e'2}>> 4 <<{f'2} \\ {f'2.}>> 4 4 4 4( 4) 4 4( 4) 4 2. 4 <<{g'4} \\ {g'4}>> 4 <<{bes'2} \\ {g'4( d'4)}>> 4 2 4 2. 4 4 4 <<{c''2} \\ {f'4( e'4)}>> 4 <<{bes'4( a'4)} \\ {f'2}>> 4 <<{f'2.} \\ {f'2.}>> } tbMusic = \notes { 4 4 4 <<{a4( g4)} \\ {f2}>> 4 <<{bes4( c'4)} \\ {c2}>> 4 2. 4 4 4 2 4 <<{c'2} \\ {a4( g4)}>> 4 2. <<{c'4} \\ {c'4}>> 4 4 2 4 2 4 2. 4 4 4 2 4 4( 4) 4 2. } verseA = \lyrics { Sun4 of4 my4 soul,2 Thou4 Sav2 -- ior4 dear,2. It4 is4 not4 night2 if4 Thou2 be4 near;2. O4 may4 no4 earth2 -- born4 cloud2 a4 -- rise2. To4 hide4 Thee4 from2 Thy4 ser2 -- vant's4 eyes.2. } verseB = \lyrics { When4 the4 soft4 dews2 of4 kind2 -- ly4 sleep2. My4 wear4 -- ied4 eye2 -- lids4 gent2 -- ly4 steep,2. Be4 my4 last4 thought,2 how4 sweet2 to4 rest2. For4 -- ev4 -- er4 on2 my4 Sav2 -- ior's4 breast.2. } verseC = \lyrics { A4 -- bide4 with4 me2 from4 morn2 till4 eve,2. For4 with4 -- out4 Thee2 I4 can2 -- not4 live;2. A4 -- bide4 with4 me2 when4 night2 is4 nigh,2. For4 with4 -- out4 Thee2 I4 dare2 not4 die.2. } verseD = \lyrics { If4 some4 poor4 wan2 -- dering4 child2 of4 Thine2. Has4 spurned4 to4 -- day2 the4 voice2 Di4 -- vine,2. Now,4 Lord,4 the4 gra2 -- cious4 work2 be4 -- gin;2. Let4 him4 no4 more2 lie4 down2 in4 sin.2. } verseE = \lyrics { Watch4 by4 the4 sick,2 en4 -- rich2 the4 poor2. With4 bless4 -- ings4 from2 Thy4 bound2 -- less4 store;2. Be4 ev4 -- ery4 mourn2 -- er's4 sleep2 to4 -- night,2. Like4 in4 -- fants'4 slum2 -- bers,4 pure2 and4 right.2. } verseF = \lyrics { Come4 near4 and4 bless2 us4 when2 we4 wake,2. Ere4 through4 the4 world2 our4 way2 we4 take,2. Till4 in4 the4 o2 -- cean4 of2 Thy4 love2. We4 lose4 our4 -- selves2 in4 heaven2 a4 -- bove.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) } } }