\version "2.0.1" \header { filename = "smc009.ly" dedication = "St. Peter of the Fields Parish" title = "O God, Before Thy Sun's Bright Beams" subtitle = "St. Peter 8.6.8.6" opus = "Alexander R. Reinagle, 1836" 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 ees \major \time 4/4 \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "||" \skip 1*2 \bar "|." } %{ sopMusic = \notes { \partial 4 bes'4 ees''4 d''4 c''4 bes'4 bes'4 aes'4 g'4 g'4 f'4 ees'4 aes'4 g'4 f'2. g'4 aes'4 g'4 c''4 bes'4 bes'4 aes'4 g'4 ees'4 g'4 f'4 ees'4 d'4 ees'2. ees'2. } %} saMusic = \notes { \partial 4 4 4 4 4 4 4 4 4 4 <<{f'4} \\ {c'8 d'8}>> <<{ees'4} \\ {ees'4}>> 4 4 2. 4 4 4 4 4 4 4 4 4 4 4 4 4 2. } %{ altoMusic = \notes { ees'4 g'4 g'4 ees'4 ees'4 f'4 d'4 ees'4 ees'4 c'8 d'8 ees'4 d'4 ees'4 d'2. ees'4 ees'4 ees'4 ees'4 ees'4 c'4 d'4 ees'4 c'4 ees'4 c'4 bes4 bes4 bes2. bes2. } %} %{ tenorMusic = \notes { g4 bes4 bes4 aes4 bes4 bes4 bes4 bes4 bes4 c'4 bes4 aes4 bes4 bes2. bes4 aes4 bes4 c'4 ees4 f4 f4 ees4 g4 bes4 aes4 g4 f8 aes8 g2. g2. } %} tbMusic = \notes { 4 4 4 <<{aes4} \\ {aes4}>> 4 4 4 4 4 4 4 4 4 2. <<{bes4} \\ {ees8 des8}>> 4 4 4 4 4 4 4 4 4 4 4 <<{f8 aes8} \\ {bes,4}>> 2. } %{ bassMusic = \notes { ees4 ees4 g4 aes4 g4 d4 bes,4 ees4 ees4 aes4 g4 f4 ees4 bes,2. ees8 des8 c4 bes,4 aes,4 g,4 f,4 bes,4 c4 c4 g,4 aes,4 bes,4 bes,4 ees2. ees2. } %} verseA = \lyrics { O4 God,4 be4 -- fore4 Thy4 sun's4 bright4 beams4 All4 night's4 dark4 shad4 -- ows4 fly;2. So4 on4 the4 soul4 Thy4 mer4 -- cy4 gleams,4 And4 doubts4 and4 ter4 -- rors4 die.2. } verseB = \lyrics { So4 fresh4 -- ly4 falls4 Thy4 heaven4 sent4 grace4 As4 morn4 -- ing's4 glad4 -- dening4 breath;2. Gives4 light4 to4 all4 to4 seek4 Thy4 face,4 And4 guides4 in4 life4 and4 death.2. } verseC = \lyrics { O4 ho4 -- ly4 light!4 O4 light4 of4 God!4 O4 light4 un4 -- seen4 be4 -- low,2. Which4 fills4 the4 courts4 of4 Thine4 a4 -- bode,4 Which4 there4 the4 blest4 shall4 know!2. } verseD = \lyrics { Swift4 comes4 the4 hour4 when4 none4 can4 toil,4 Short4 is4 the4 rug4 -- ged4 way:2. Teach4 us4 our4 lamps4 to4 fill4 with4 oil,4 Whilst4 it4 is4 called4 to4 -- day.2. } verseE = \lyrics { Then4 we4 shall4 see4 that4 glo4 -- rious4 light4 Which4 to4 the4 saints4 is4 given,2. So4 sweet,4 so4 fair,4 so4 pass4 -- ing4 bright,4 The_e4 -- ter4 -- nal4 morn4 of4 heaven.2. } verseF = \lyrics { O4 Fa4 -- ther,4 Son,4 and4 Ho4 -- ly4 Ghost,4 O4 ho4 -- ly4 One4 in4 Three,2. Grant4 us,4 with4 all4 Thy4 glo4 -- rious4 host,4 To4 share4 that4 morn4 with4 Thee.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) } } }