\version "2.0.1" \header { filename = "smc015.ly" dedication = "St. Peter of the Fields Parish" title = "Now God Be with Us, for the Night Is Closing" subtitle = "Horeb 11.11.11.5" opus = "Joseph Barnby, 1872" poet = "Petrus Herbert, 1566" texttranslator = "Trans. Catherine Winkworth, 1863" 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 4*15 \bar "||" \skip 4*17 \bar "||" \skip 4*16 \bar "||" \skip 4*12 \bar "|." } saMusic = \notes { 2 4 <<{ees'4} \\ {ees'4}>> 2 2 <<{ees'4} \\ {ees'4}>> 4 4 4 2 4 4 2 2 <<{bes'2. aes'4} \\ {ees'2 f'2}>> 4 4 4 4 2 2 2 4 4 2 2 4. 8 <<{a'4} \\ {g'4}>> 4 2 2\fermata 2 4 <<{f'4} \\ {ees'4}>> <<{g'2.( f'4)} \\ {ees'2( d'2)}>> 1 } tbMusic = \notes { % 2 4 4 2 ais,>2 4 4 4 4 2 4 4 2 2 2 2 4 4 4 4 2 2 2 4 4 2 2 4. 8 4 4 2 2 2 4 4 1 1 dis>1 2 4 4 <<{bes2. aes4} \\ {bes,2 bes,2}>> 4 4 4 4 2 4 4 2 2 2 2 <<{ees4} \\ {ees4}>> 4 4 4 2 2 <<{bes2} \\ {aes2}>> <<{bes4} \\ {aes4}>> <<{bes4} \\ {aes4}>> 2 2 4. 8 4 4 2 2_\fermata 2 4 4 <<{bes2( aes2)} \\ {bes,1}>> 1 } verseA = \lyrics { Now2 God4 be4 with2 us,2 for4 the4 night4 is4 clos2 -- ing:4 The4 light2 and2 dark2 -- ness2 are4 of4 His4 dis4 -- pos2 -- ing;2 And2 'neath4 His4 shad2 -- ow2 here4. to8 rest4 we4 yield2 us,2 For2 He4 will4 shield1 us.1 } verseB = \lyrics { Let2 e4 -- vil4 thoughts2 and2 spir4 -- its4 flee4 be4 -- fore2 us;4 Till4 morn2 -- ing2 com2 -- eth,2 watch,4 O4 Mas4 -- ter,4 o'er2 us;2 In2 soul4 and4 bod2 -- y2 Thou4. from8 harm4 de4 -- fend2 us,2 Thine2 an4 -- gels4 send1 us.1 } verseC = \lyrics { Let2 ho4 -- ly4 thoughts2 be2 ours4 when4 sleep4 o'er4 -- takes2 us,4 Our4 ear2 -- liest2 thoughts2 be2 Thine4 when4 morn4 -- ing4 wakes2 us,2 All2 day4 serve4 Thee,2 in2 all4. that8 we4 are4 do2 -- ing,2 Thy2 praise4 pur4 -- su1 -- ing.1 } verseD = \lyrics { As2 Thy4 be4 -- loved,2 soothe2 the4 sick4 and4 weep4 -- ing,2 And4 bid4 the2 pris2 -- on2 -- er2 lose4 his4 griefs4 in4 sleep2 -- ing;2 Wid2 -- ows4 and4 or2 -- phans,2 we4. to8 Thee4 com4 -- mend2 them,2 Do2 Thou4 be4 -- friend1 them.1 } verseE = \lyrics { We2 have4 no4 ref2 -- uge,2 none4 on4 earth4 to4 aid2 us,4 Save4 Thee,2 O2 Fa2 -- ther,2 Who4 Thine4 own4 hast4 made2 us;2 But2 Thy4 dear4 pres2 -- ence2 will4. not8 leave4 them4 lone2 -- ly2 Who2 seek4 Thee4 on1 -- ly.1 } verseF = \lyrics { Fa2 -- ther,4 Thy4 Name2 be2 praised,4 Thy4 king4 -- dom4 giv2 -- en,4 Thy4 will2 be2 done2 on2 earth4 as4 'tis4 in4 heav2 -- en;2 Keep2 us4 in4 life,2 for2 -- give4. our8 sins,4 de4 -- liv2 -- er2 Us2 now4 and4 ev1 -- er.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) } } }