\version "2.0.1" \header { filename = "smc012.ly" dedication = "St. Peter of the Fields Parish" title = "Round Me Falls the Night" subtitle = "Seelenbräutigam 5.5.8.8.5.5" opus = "Adam Drese, 1698" poet = "William Romanis, 1878" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-11" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key g \major \time 3/2 \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "||" \skip 1*3 \bar "|." } saMusic = \notes { 4 4 2 <<{g'2} \\ {d'4( e'4)}>> 1. 4 4 2 2 1. 4 4 2 2 4 4 <<{b'2} \\ {d'4( e'4)}>> 2 4 4 2 2 4 4 <<{g'2} \\ {b4( cis'4)}>> 2 4 4 2 <<{g'2} \\ {d'4( e'4)}>> 1. 4 4 2 <<{a'2} \\ {d'4( c'4)}>> 1. } tbMusic = \notes { 4 4 2 2 1. 4 4 <<{d'2} \\ {b,4( c4)}>> <<{d'4( c'4)} \\ {d2}>> 1. 4 4 2 2 4 4 2 2 4 4 2 2 4 4 2 2 4 4 2 2 1. 4 4 2 2 1. } verseA = \lyrics { Round4 me4 falls2 the2 night;1. Sav4 -- iour,4 be2 my2 Light:1. Through4 the4 hours2 in2 dark4 -- ness4 shroud2 -- ed2 Let4 me4 see2 Thy2 face4 un4 -- cloud2 -- ed;2 Let4 Thy4 glo2 -- ry2 shine1. In4 this4 heart2 of2 mine.1. } verseB = \lyrics { Earth4 -- ly4 work2 is2 done,1. Earth4 -- ly4 sounds2 are2 none;1. Rest4 in4 sleep2 and2 si4 -- lence4 seek2 -- ing,2 Let4 my4 hear2 Thee2 soft4 -- ly4 speak2 -- ing;2 In4 my4 spir2 -- it's2 ear1. Whis4 -- per4 I2 am2 near.1. } verseC = \lyrics { Dark4 -- ened4 now2 each2 ray1. o'er4 the4 trav2 -- eller's2 way;1. Let4 me4 know2 that2 Thou4 hast4 found2 me,2 Let4 me4 feel2 Thine2 arms4 a4 -- round2 me,2 Sure4 from4 ev2 -- ery2 ill1. Thou4 wilt4 guard2 me2 still.1. } verseD = \lyrics { Bless4 -- ed,4 heaven2 -- ly2 Light1. Shi4 -- ning4 through2 earth's2 night;1. Voice,4 that4 oft2 of2 love4 has4 told2 me;2 Arms,4 so4 strong2 to2 clasp4 and4 hold2 me;2 Thou4 Thy4 watch2 wilt2 keep,1. Sav4 -- iour,4 o'er2 my2 sleep.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 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) } } }