\version "2.0.1" \header { filename = "smc041.ly" dedication = "St. Peter of the Fields Parish" title = "Sweet Is the Work, My God, My King" subtitle = "Grace Church 8.8.8.8" opus = "Ignaz J. Pleyel, 1815" arranger = "" poet = "Isaac Watts, 1719" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key g \major \time 3/4 \skip 8*24 \bar "||" \skip 8*24 \bar "||" \skip 8*24 \bar "||" \skip 8*24 \bar "|." } saMusic = \notes { 4 4 4 2 4 <<{g'2} \\ {d'4( cis'4)}>> 4 2. 4 4 4 2 4 2 4 2. 4 4 4 2 4 2 4 2. 4 4 4 2 4 4( 4) 4 <> } tbMusic = \notes { 4 4 4 2 4 2 4 2. 4 4 4 2 4 2 4 2. 4 4 4 <<{a4( e'4)} \\ {a,2}>> 4 2 4 2. 4 4 4 2 4 4( 4) 4 2. } verseA = \lyrics { Sweet4 is4 the4 work,2 my4 God,2 my4 King,2. To4 praise4 Thy4 Name,2 give4 thanks2 and4 sing,2. To4 show4 Thy4 love2 by4 morn2 -- ing4 light2. And4 talk4 of4 all2 Thy4 truth2 at4 night.2. } verseB = \lyrics { Sweet4 is4 the4 day2 of4 sa2 -- cred4 rest,2. No4 mor4 -- tal4 cares2 shall4 seize2 my4 breast2. O4 may4 my4 heart2 in4 tune2 be4 found,2. Like4 Da4 -- vid's4 harp2 of4 sol2 -- emn4 sound.2. } verseC = \lyrics { My4 heart4 shall4 tri2 -- umph4 in2 my4 Lord2. And4 bless4 His4 works2 and4 bless2 His4 Word2. Thy4 works4 of4 grace,2 how4 bright2 they4 shine!2. How4 deep4 Thy4 coun2 -- sels,4 how2 di4 -- vine!2. } verseD = \lyrics { Fools4 nev4 -- er4 raise2 their4 thoughts2 so4 high;2. Like4 brutes4 they4 live,2 like4 brutes2 they4 die;2. Like4 grass4 they4 flour2 -- ish,4 till2 Thy4 breath2. Blast4 them4 in4 ev2 -- er4 -- last2 -- ing4 death.2. } verseE = \lyrics { But4 I4 shall4 share2 a4 glo2 -- ri4 -- ous2. part,4 When4 grace4 has2 well4 refined2 my4 heart;2. And4 fresh4 sup4 -- plies2 of4 joy2 are4 shed,2. Like4 ho4 -- ly4 oil,2 to4 cheer2 my4 head.2. } verseF = \lyrics { Then4 shall4 I4 see,2 and4 hear,2 and4 know2. All4 I4 de4 -- sired2 and4 wished2 be4 -- low;2. And4 ev4 -- ery4 power2 find4 sweet2 em4 -- ploy2. In4 that4 e4 -- ter2 -- nal4 world2 of4 joy.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 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 pagenumber = 41 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }