\version "2.0.1" \header { filename = "smc028.ly" dedication = "St. Peter of the Fields Parish" title = "All Praise to Him Who Dwells in Bliss" subtitle = "St. Saviour 8.6.8.6" opus = "Frederick G. Baker, 1876" arranger = "" poet = "Charles Wesley, 1741" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" source = "The Hymnal, Evangelical and Reformed Church, 1911" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key c \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 <<{g'4. f'8} \\ {e'4 d'4}>> <<{e'4} \\ {e'4}>> 4 4 4 4 4 2. <<{g'4} \\ {f'4}>> 4. 8 4 4 4. 8 4 4 4 4 4 4 2. } tbMusic = \notes { 4 4 4 4 4 4 4 4 4 4 4 4 4 2. 4 4. 8 4 4 4. 8 4 4 4 4 4 4 2. } verseA = \lyrics { All4 praise4 to4 Him4 Who4 dwells4 in4 bliss,4 Who4 made4 both4 day4 and4 night;2. Whose4 throne4. is8 dark4 -- ness,4 in4. th'a8 -- byss4 Of4 un4 -- cre4 -- a4 -- ted4 light.2. } verseB = \lyrics { Each4 thought4 and4 deed4 His4 pierc4 -- ing4 eyes4 With4 strict4 -- est4 search4 sur4 -- vey;2. The4 deep4. -- est8 shades4 no4 more4. dis8 -- guise4 Than4 the4 full4 blaze4 of4 day.2. } verseC = \lyrics { Whom4 Thou4 dost4 guard,4 O4 King4 of4 kings,4 No4 e4 -- vil4 shall4 mol4 -- est;2. Un4 -- der4. the8 shad4 -- ow4 of4. Thy8 wings,4 Shall4 they4 se4 -- cure4 -- ly4 rest.2. } verseD = \lyrics { Thy4 an4 -- gels4 shall4 a4 -- round4 their4 beds4 Their4 con4 -- stant4 sta4 -- tions4 keep;2. Thy4 faith4. and8 truth4 shall4 shield4. their8 heads,4 For4 Thou4 dost4 nev4 -- er4 sleep.2. } verseE = \lyrics { May4 we,4 with4 calm4 and4 sweet4 re4 -- pose,4 And4 heaven4 -- ly4 thoughts4 re4 -- freshed,2. Our4 eye4. -- lids8 with4 the4 morn's4. un8 -- close,4 And4 bless4 the4 Ev4 -- er-4 -- blessed.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) } } }