\version "2.0.1" \header { filename = "smc001.ly" dedication = "St. Peter of the Fields Parish" title = "Every Morning Mercies New" subtitle = "Every Morning 7.7.7.7.7.7" opus = "Edward J. Hopkins, 1872" poet = "Greville Phillimore, 1863" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key bes \major \time 4/4 \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "|." } saMusic = \notes { 4 4. 8 2 4 4 4 4 <<{d''4. c''8} \\ {e'4 e'4}>> 2 4 4 4 4 4. 8 2 4 <<{a'8 bes'8 d''4. c''8} \\ {e'4 f'4 ees'4}>> 4 4 <> 4 4 4 4 4. 8 2 4. 8 4 4 <<{g'4. a'8} \\ {f'4 ees'4}>> 2 } tbMusic = \notes { 4 4 4 <> 4. 8 <> 4 4 4 4 4 4 2 4 4 4 4 4. 8 2 4 4 <<{f4 fis4} \\ {a,4. a,8}>> 4 4 2 4 4 <>4 4. 8 2 4. 8 4 4 <<{d'4 c'4} \\ {f4. f8}>> 2 } verseA = \lyrics { Ev4 -- 'ry4 morn4 -- ing4 mer4. -- cies8 new2 Fall4 as4 fresh4 as4 morn4. -- ing8 dew;2 Ev4 -- 'ry4 morn4 -- ing4 let4. us8 pay2 Tri4 -- bute4 with4. the8 ear4 -- ly4 day:2 For4 Thy4 mer4 -- cies,4 Lord,4. are8 sure;2 Thy4. com8 -- pas4 -- sion4 doth4. en8 -- dure.2 } verseB = \lyrics { Still4 the4 great4 -- ness4 of4. Thy8 love2 Dai4 -- ly4 doth4 our4 sins4. re8 -- move;2 Dai4 -- ly,4 far4 as4 east4. from8 west,2 Lifts4 the4 bur4. -- den8 from4 the4 breast;2 Gives4 un4 -- bought4 to4 those4. who8 pray2 Strength4. to8 stand4 in4 e4. -- vil8 day.2 } verseC = \lyrics { Let4 our4 prayers4 each4 morn4. pre8 -- vail,2 That4 these4 gifts4 may4 nev4. -- er8 fail;2 And,4 as4 we4 con4 -- fess4. the8 sin2 And4 the4 temp4. -- ter's8 power4 with4 -- in,2 Ev4 -- 'ry4 morn4 -- ing,4 for4. the8 strife,2 Feed4. us8 with4 the4 Bread4. of8 Life.2 } verseD = \lyrics { As4 the4 morn4 -- ing4 light4. re8 -- turns,2 As4 the4 sun4 with4 splen4. -- dor8 burns,2 Teach4 us4 still4 to4 turn4. to8 Thee,2 Ev4 -- "er-"4 bless4. ed8 Trin4 -- i4 -- ty,2 With4 our4 hands4 our4 hearts4. to8 raise,2 In4. un8 -- fail4 -- ing4 prayer4. and8 praise.2 } \score { \notes << \context Staff = women { << \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 Staff = men { << \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) } } }