\version "2.0.1" \header { filename = "smc010.ly" dedication = "St. Peter of the Fields Parish" title = "Come, My Soul, Thou Must be Waking" subtitle = "Haydn 8.4.7.8.4.7" opus = "Franz Joseph Haydn, 1791" poet = "F.R.L. von Canitz, 1700" texttranslator = "Trans. Henry J. Buckoll, 1841, alt." copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key d \major \time 3/4 \skip 4*11 \bar "||" \skip 4*3 \bar "||" \skip 4*10 \bar "||" \skip 4*11 \bar "||" \skip 4*3 \bar "||" \skip 4*10 \bar "|." } saMusic = \notes { 2 8 8 4( 4) 4 <<{b'2} \\ {g'4( d'4)}>> <<{e''8 cis''8} \\ {g'4}>> 4 4 8 8 4 4 8 8 <<{fis'4( e'4)} \\ {d'2}>> 4 <<{cis'4( g'4)} \\ {cis'2}>> 4 2( 4) 2 8 8 4( 4) 4 <<{b'2} \\ {g'4( d'4)}>> <<{e''8 cis''8} \\ {g'4}>> 4 4 8 8 4 4 8 8 4( 4) 4 <<{fis'8[ e'8]} \\ {b4}>> 4 4 2. } tbMusic = \notes { 2 4 2 4 <<{g4( b4)} \\ {d2}>> 4 4 4 8 8 4 4 8 8 <<{b2} \\ {g,4( g4)}>> 4 2 4 2. 2 4 2 4 <<{g4( a4)} \\ {d2}>> 4 4 4 8 8 4 4 8 8 2 4 <<{a8[ g8]} \\ {g,4}>> 4 4 2. } verseA = \lyrics { Come,2 my4 soul,2 thou4 must2 be4 wak4 -- ing;4 Now8 is8 break4 -- ing4 Over8 the8 earth2 a4 -- noth2 -- er4 day;2. Come2 to4 Him2 Who4 made2 this4 splen4 -- dor;4 See8 thou8 ren4 -- der4 All8 thy8 fee2 -- ble4 powers2 can4 pay.2. } verseB = \lyrics { Thou,2 too,4 hail2 the4 light2 re4 -- turn4 -- ing4 Read8 -- y8 burn4 -- ing4 Be8 the8 in2 -- cense4 of2 thy4 powers;2. For2 the4 night2 is4 safe2 -- ly4 end4 -- ed,4 God8 hath8 tend4 -- ed4 With8 His8 care2 thy4 help2 -- less4 hours.2. } verseC = \lyrics { Pray2 that4 He2 may4 pros2 -- per4 ev4 -- er4 Each8 en8 -- deav4 -- or4 When8 thinr8 aim2 is4 good2 and4 true;2. But2 that4 He2 may4 ev2 -- er4 thwart4 thee,4 And8 con8 -- vert4 thee,4 when8 thou8 e2 -- vil4 wouldst2 pur4 -- sue.2. } verseD = \lyrics { Think2 that4 He2 thy4 ways2 be4 -- hold4 -- eth;4 He8 un8 -- fold4 -- eth4 Ev8 -- ery8 fault2 that4 lurks2 with4 -- in;2. He2 the4 hid2 -- den4 shame2 glossed4 o4 -- ver4 Can8 dis8 -- cov4 -- er,4 and8 dis8 -- cern2 each4 deed2 of4 sin.2. } verseE = \lyrics { On2 -- ly4 God's2 free4 gifts2 a4 -- buse4 not,4 Light8 re8 -- fuse4 not,4 But8 His8 Spir2 -- it's4 voice2 o4 -- bey;2. Thou2 with4 Him2 shalt4 dwell,2 be4 -- hold4 -- ing4 Light8 en8 -- fold4 -- ing4 All8 things8 in2 un4 -- cloud2 -- ed4 day.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) } } }