\version "2.0.1" \header { filename = "smc038.ly" dedication = "St. Peter of the Fields Parish" title = "Welcome, Delightful Morn" subtitle = "Harewood 6.6.6.6.8.8" opus = "Samuel S. Wesley, 1839" arranger = "" poet = "\"Hayward,\" in Dobell's \"Selection\", 1806" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key a \major \time 4/4 \skip 8*14 \bar "||" \skip 8*18 \bar "||" \skip 8*14 \bar "||" \skip 8*18 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "|." } saMusic = \notes { \partial 4 <> <> 4 4 4 <<{a'4( gis'4)} \\ {e'2}>> 2 8 8 8 8 4 <<{b'4} \\ {e'8 d'8}>> 2. 4 4 4 4 4 2 2 4 4 4 4 <> <> <> 4 4 4 4 4 4 4 4 <<{d''4} \\ {gis'8 fis'8}>> 4 <<{b'8 fis'8} \\ {fis'4}>> 4 <<{gis'4} \\ {e'8 d'8}>> 4 } tbMusic = \notes { 4 4 4 4 4 <<{cis'4( b4)} \\ {e2}>> 2 4 4 4 4 2. 4 <> 4 <> 4 2 2 4 4 <> 4 2. 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 } verseA = \lyrics { Wel4 -- come,4 de4 -- light4 -- ful4 morn,2 Thou2 day4 of4 sa4 -- cred4 rest;2. I4 hail4 thy4 kind4 re4 -- turn;2 Lord,2 make4 these4 mo4 -- ments4 blest:2. From4 the4 low4 train4 of4 mor4 -- tal4 toys,4 I4 soar4 to4 reach4 im4 -- mor4 -- tal4 joys.4 } verseB = \lyrics { Now4 may4 the4 King4 de4 -- scend2 And2 fill4 His4 throne4 of4 grace:2. Thy4 scep4 -- tre,4 Lord,4 ex4 -- tend,2 While2 saints4 ad4 -- dress4 Thy4 face;2. Let4 sin4 -- ners4 feel4 Thy4 quick4 -- ening4 word,4 And4 learn4 to4 know4 and4 fear4 the4 Lord.4 } verseC = \lyrics { De4 -- scend,4 ce4 -- les4 -- tial4 Dove,2 With2 all4 Thy4 quick4 -- ening4 powers;2. Dis4 -- close4 a4 Sa4 -- viour's4 love,2 And2 bless4 these4 sa4 -- cred4 hours;2. Then4 shall4 my4 soul4 new4 life4 ob4 -- tain,4 Nor4 Sab4 -- bath's4 e'er4 be4 spent4 in4 vain.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 Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \paper { indent = 0.0\pt pagenumber = 38 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }