\version "2.0.1" \header { filename = "smc018.ly" dedication = "St. Peter of the Fields Parish" title = "All Praise to Thee, My God, this Night" subtitle = "Tallis's Evening Hymn 8.8.8.8" opus = "Thomas Tallis, 1560" poet = "Thomas Ken, 1688" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key g \major \time 4/4 \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "|." } saMusic = \notes { \partial 4 4 4 4 4 4 4 <<{a'8 b'16 c''16} \\ {d'4}>> 4 4 4 4 4 4 4 4 4 4 <<{c''8[ b'8]} \\ {g'4}>> <<{a'8[ g'8]} \\ {fis'8[ g'8]}>> 4 4 4 <<{a'8 g'8} \\ {e'4}>> 4 <<{d'4} \\ {d'4}>> 4 4 4 <<{a'8 b'16 c''16} \\ {e'4}>> 4 4 4 } tbMusic = \notes { 4 4 4 4 4 4 <<{fis8 g16 a16} \\ {d4}>> <<{g4} \\ {g4}>> 4 4 4 <<{g4} \\ {g4}>> 4 4 <<{fis8 c'8} \\ {d4}>> 4 4 <<{e'8[ d'8]} \\ {g4}>> 8 8 4 4 4 4 4 4 4 4 4 4 4 <<{fis8 c'8} \\ {d4}>> 4 } verseA = \lyrics { All4 praise4 to4 Thee,4 my4 God,4 this4 night,4 For4 all4 the4 bless4 -- ings4 of4 the4 light;4 Keep4 me,4 O4 keep4 me,4 King4 of4 kings,4 Be4 -- neath4 Thine4 own4 al4 -- might4 -- y4 wings.4 } verseB = \lyrics { For4 -- give4 me,4 Lord,4 for4 Thy4 dear4 Son,4 The4 ill4 that4 I4 this4 day4 have4 done,4 That4 with4 the4 world,4 my4 -- self,4 and4 Thee,4 I,4 ere4 I4 sleep,4 at4 peace4 may4 be.4 } verseC = \lyrics { Teach4 me4 to4 live,4 that4 I4 may4 dread4 The4 grave4 as4 lit4 -- tle4 as4 my4 bed;4 Teach4 me4 to4 die,4 that4 so4 I4 may4 Rise4 glo4 -- rious4 at4 the4 aw4 -- ful4 day.4 } verseD = \lyrics { O4 may4 my4 soul4 on4 Thee4 re4 -- pose,4 And4 with4 sweet4 sleep4 mine4 eye4 -- lids4 close;4 Sleep4 that4 may4 me4 more4 vig4 -- orous4 make4 To4 serve4 my4 God4 when4 I4 a4 -- wake.4 } verseE = \lyrics { When4 in4 the4 night4 I4 sleep4 -- less4 lie,4 My4 soul4 with4 heaven4 -- ly4 thoughts4 sup4 -- ply;4 Let4 no4 ill4 dreams4 dis4 -- turb4 my4 rest,4 No4 powers4 of4 dark4 -- ness4 me4 mol4 -- est.4 } verseF = \lyrics { O4 when4 shall4 I,4 in4 end4 -- less4 day,4 For4 ev4 -- er4 chase4 dark4 sleep4 a4 -- way,4 And4 hymns4 with4 the4 su4 -- per4 -- nal4 choir4 In4 -- ces4 -- sant4 sing,4 and4 nev4 -- er4 tire!4 } \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) } } }