\version "2.0.1" \header { filename = "smc006.ly" dedication = "St. Peter of the Fields Parish" title = "New Every Morning Is the Love" subtitle = "Melcombe 8.8.8.8" opus = "Samuel Webbe, 1782" poet = "John Keble, 1822" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key ees \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 4 <<{ees'4} \\ {ees'4}>> 4 4 4 4 4 4 4 4 <<{a'4} \\ {f'8 ees'8}>> \once \property Voice.Script \set #'padding = #1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 <<{ees'4\fermata} \\ {ees'4}>> } tbMusic = \notes { 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 \once \property Voice.Script \set #'padding = #2.5 4 4 4 4 4 4 <<{bes4} \\ {bes4}>> 4 4 4 4 <<{bes4} \\ {bes,8 aes,8}>> 4 4 <<{bes4. aes8} \\ {bes,4 bes,4}>> \once \property Voice.Script \set #'padding = #1 4 } verseA = \lyrics { New4 ev4 -- ery4 morn4 -- ing4 is4 the4 love4 Our4 wake4 -- ning4 and4 up4 -- ris4 -- ing4 prove;4 Through4 sleep4 and4 dark4 -- ness4 safe4 -- ly4 brought,4 Re4 -- stored4 to4 life4 and4 power4 and4 thought.4 } verseB = \lyrics { New4 mer4 -- cies,4 each4 re4 -- turn4 -- ing4 day,4 Hov4 -- er4 a4 -- round4 us4 while4 we4 pray;4 New4 per4 -- ils4 past,4 new4 sins4 for4 -- given,4 New4 thoughts4 of4 God,4 new4 hopes4 of4 heaven.4 } verseC = \lyrics { If,4 on4 our4 dai4 -- ly4 course,4 our4 mind4 Be4 set4 to4 hal4 -- low4 all4 we4 find,4 New4 treas4 -- ures4 still,4 of4 count4 -- less4 price,4 God4 will4 pro4 -- vide4 for4 sac4 -- ri4 -- fice.4 } verseD = \lyrics { The4 triv4 -- ial4 round,4 the4 com4 -- mon4 task,4 Will4 fur4 -- nish4 all4 we4 ought4 to4 ask;4 Room4 to4 de4 -- ny4 our4 -- selves,4 a4 road4 To4 bring4 us4 dai4 -- ly4 near4 -- er4 God.4 } verseE = \lyrics { Seek4 we4 no4 more;4 con4 -- tent4 with4 these,4 Let4 pre4 -- sent4 rap4 -- ture,4 com4 -- fort,4 ease4 As4 heaven4 shall4 bid4 them,4 come4 and4 go:4 The4 se4 -- cret4 this4 of4 rest4 be4 -- low.4 } \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) } } }