\version "2.0.1" \header { filename = "smc008.ly" dedication = "St. Peter of the Fields Parish" title = "In the Morning I Will Raise" subtitle = "Palms of Glory 7.7.7.7" opus = "William D. MacLagan, 1875" poet = "William H. Furness, 1840" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key aes \major \time 4/4 \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "|." } saMusic = \notes { 4 <<{ees'4} \\ {ees'4}>> 4. 8 <<{aes'4 g'4} \\ {ees'4. des'8}>> 2 4 4 4. 8 4 4 <<{ees'2} \\ {ees'2}>> 4 4 4 4 4 4 <<{aes'4 g'4} \\ {ees'4. des'8}>> 4 4 4 4 4 4 2 } tbMusic = \notes { <<{aes4} \\ {aes4}>> 4 4. 8 4 4 <<{aes2} \\ {aes2}>> 4 4 4. 8 <<{bes4. aes8} \\ {bes,4 bes,4}>> 2 4 4 <<{aes4} \\ {aes4}>> 4 4 4 2 4 4 4 4 4 4 2 } verseA = \lyrics { In4 the4 morn4. -- ing8 I4 will4 raise2 To4 my4 God4. the8 voice4 of4 praise;2 With4 His4 kind4 pro4 -- tec4 -- tion4 blest,2 Sweet4 and4 deep4 has4 been4 my4 rest.2 } verseB = \lyrics { In4 the4 morn4. -- ing8 I4 will4 pray2 For4 His4 bless4. -- ing8 on4 the4 day;2 What4 this4 day4 shall4 be4 my4 lot,2 Light4 or4 dark4 -- ness,4 I4 know4 not.2 } verseC = \lyrics { Should4 it4 be4. with8 clouds4 o'er4 -- cast,2 Clouds4 of4 sor4. -- row8 gath4 -- ering4 fast,2 Thou,4 Who4 giv4 -- est4 light4 di4 -- vine,2 Shine4 with4 -- in4 me,4 Lord,4 O4 shine.2 } verseD = \lyrics { Show4 me,4 if4. I8 tempt4 -- ed4 be,2 How4 to4 find4. all8 strength4 in4 Thee,2 And4 a4 per4 -- fect4 tri4 -- umph4 win2 O4 -- ver4 ev4 -- ery4 bos4 -- om4 sin.2 } verseE = \lyrics { Keep4 my4 feet4. from8 se4 -- cret4 snares,2 Keep4 my4 eyes,4. O8 God,4 from4 tears,2 Ev4 -- ery4 step4 Thy4 grace4 at4 -- tend,2 And4 my4 soul4 from4 death4 de4 -- fend.2 } verseF = \lyrics { Then4 when4 fall4. the8 shades4 of4 night,2 All4 with4 -- in4. shall8 still4 be4 light;2 Thou4 wilt4 peace4 a4 -- round4 dif4 -- fuse,2 Gent4 -- ly4 as4 the4 even4 -- ing4 dews.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 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }