\version "2.0.1" \header { filename = "smc007.ly" dedication = "St. Peter of the Fields Parish" title = "As the Sun Doth Daily Rise" subtitle = "Innocents 7.7.7.7" opus = "The Parish Choir, 1850" poet = "Anonymous (Latin)" texttranslator = "Translated by O.B.C" 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 2 4. 8 4 4 4 <<{cis''4} \\ {e'8 fis'8}>> 2 4. 8 4 4 4 4 2 4. 8 4 4 <<{dis''4 cis''4} \\ {fis'4. e'8}>> 2 <<{e'4.} \\ {e'4.}>> 8 4 4 4 4 <<{e'2} \\ {e'2}>> } tbMusic = \notes { 4. 8 <<{gis4} \\ {gis4}>> 4 8 8 <<{cis'8 dis'8} \\ {a4}>> 2 <<{gis4.} \\ {gis4.}>> 8 4 4 4 4 2 4. 8 <<{gis4} \\ {gis4}>> 4 <<{b4} \\ {dis8[ e8]}>> 4 <<{b2} \\ {b4 a4}>> 4. 8 4 4 4 4 2 } verseA = \lyrics { As4. the8 sun4 doth4 dai4 -- ly4 rise,2 Bright4. -- ening8 all4 the4 morn4 -- ing4 skies,2 So4. to8 Thee4 with4 one4 ac4 -- cord2 Lift4. we8 up4 our4 hearts,4 O4 Lord!2 } verseB = \lyrics { Day4. by8 day4 pro4 -- vide4 us4 food,2 For4. from8 Thee4 come4 all4 things4 good;2 Strength4. un8 -- to4 our4 souls4 af4 -- ford2 From4. Thy8 liv4 -- ing4 bread,4 O4 Lord!2 } verseC = \lyrics { Be4. our8 guard4 in4 sin4 and4 strife;2 Be4. the8 lead4 -- er4 of4 our4 life;2 Lest4. from8 Thee4 we4 stray4 a4 -- broad,2 Stay4. our8 way4 -- ward4 feet,4 O4 Lord!2 } verseD = \lyrics { Quick4. -- ened8 by4 the4 Spir4 -- it's4 grace2 All4. Thy8 ho4 -- ly4 will4 to4 trace2 While4. we8 dai4 -- ly4 search4 Thy4 Word,2 Wis4. -- dom8 true4 im4 -- part,4 O4 Lord!2 } verseE = \lyrics { When4. the8 sun4 with4 -- draws4 his4 light,2 When4. we8 seek4 our4 beds4 at4 night,2 Thou,4. by8 sleep4 -- less4 hosts4 a4 -- dored,2 Hear4. the8 prayer4 of4 faith,4 O4 Lord!2 } verseF = \lyrics { Praise4. we,8 with4 the4 heaven4 -- ly4 host,2 Fa4. -- ther,8 Son4 and4 Ho4 -- ly4 Ghost;2 Thee4. would8 we4 with4 one4 ac4 -- cord2 Praise4. and8 mag4 -- ni4 -- fy,4 O4 Lord!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) } } }