\version "2.0.1" \header { filename = "smc003.ly" dedication = "St. Peter of the Fields Parish" title = "Lord, in the Morning Thou Shalt Hear" subtitle = "Southwell 8.6.8.6" opus = "Herbert S. Irons, 1861" poet = "Isaac Watts, 1710" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key e \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 <<{e'4} \\ {e'8 dis'8}>> 4 <<{cis''4} \\ {cis'8 dis'8}>> 4 <<{b'} \\ {gis'8 fis'8}>> 4 <<{gis'4} \\ {e'8 dis'8}>> 4 4 2. \break 4 4 <<{cis''8 b'8} \\ {gis'4}>> <<{a'4} \\ {gis'8[ eis'8]}>> 4 <<{a'4} \\ {fis'8 e'8}>> <<{b'8 a'8} \\ {dis'4}>> 4 <<{e'4} \\ {e'8 d'8}>> 4 4 4 4 <<{e'2.} \\ {e'2.}>> } tbMusic = \notes { 4 4 4 4 4 4 <<{e8 fis} \\ {a,4}>> 4 <<{b} \\ {e8 dis8}>> 4 <<{cis'8 b8} \\ {e4}>> 4 4 2. <<{dis'4} \\ {b8 a8}>> 4 4 4 <<{cis'4} \\ {fis8 e8}>> 4 4 4 4 4 4 4 <<{b8 a8} \\ {b,4}>> 2. } verseA = \lyrics { Lord,4 in4 the4 morn4 -- ing4 Thou4 shalt4 hear4 My4 voice4 as4 -- cend4 -- ing4 high;2. To4 Thee4 will4 I4 di4 -- rect4 my4 prayer,4 To4 Thee4 lift4 up4 mine4 eye:2. } verseB = \lyrics { Up4 to4 the4 hills,4 where4 Christ4 is4 gone4 To4 plead4 for4 all4 His4 saints,2. Pre4 -- sent4 -- ing4 at4 His4 Fa4 -- ther's4 throne,4 Our4 songs4 and4 our4 com4 -- plaints.2. } verseC = \lyrics { Thou4 art4 a4 God4 be4 -- fore4 Whose4 sight4 The4 wick4 -- ed4 shall4 not4 stand;2. Sin4 -- ners4 shall4 ne'er4 be4 Thy4 de4 -- light,4 Nor4 dwell4 at4 Thy4 right4 hand.2. } verseD = \lyrics { But4 to4 Thy4 house4 will4 I4 re4 -- sort,4 To4 taste4 Thy4 mer4 -- cies4 there;2. I4 will4 fre4 -- quent4 Thine4 ho4 -- ly4 court,4 And4 wor4 -- ship4 in4 Thy4 fear.2. } verseE = \lyrics { O4 may4 Thy4 Spir4 -- it4 guide4 my4 feet4 In4 ways4 of4 right4 -- eous4 -- ness!2. Make4 ev4 -- 'ry4 path4 of4 du4 -- ty4 straight4 And4 plain4 be4 -- fore4 my4 face.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) } } }