\version "2.0.1" \header { filename = "smc005.ly" dedication = "St. Peter of the Fields Parish" title = "O Splendor of God's Glory Bright" subtitle = "Winchester New 8.8.8.8" opus = "Musikalisches Handbuch, 1690" poet = "Ambrose of Milan (340-397)" texttranslator = "Trans. Louis F. Benson, 1910" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key c \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 <<{g'4 f'} \\ {c'4. b8}>> 4 4 4 4 4 4 4 4 4 <<{g'4} \\ {g'4}>> 4 4 4 4 <<{f''4} \\ {f'8[ g'8]}>> 4 4 4 4 4 4 4 4 4 \once \property Voice.Script \set #'padding = #2 4 } tbMusic = \notes { 4 4 4 4 4 <<{c'4 g4} \\ {e8 f8 g4}>> 4 4 4 4 4 4 4 4 4 <<{b4} \\ {g8 f8}>> 4 4 4 4 <<{a8[ b8]} \\ {d4}>> 4 4 4 4 4 4 <<{a4} \\ {a4}>> 4 <<{g4} \\ {g4}>> \once \property Voice.Script \set #'padding = #2 4 } verseA = \lyrics { O4 splen4 -- dor4 of4 God's4 glo4 -- ry4 bright,4 From4 light4 e4 -- ter4 -- nal4 bring4 -- ing4 light,4 Thou4 Light4 of4 light,4 light's4 liv4 -- ing4 Spring,4 True4 Day,4 all4 days4 il4 -- lu4 -- min4 -- ing.4 } verseB = \lyrics { Come,4 ver4 -- y4 Sun4 of4 heav4 -- en's4 love,4 In4 last4 -- ing4 ra4 -- diance4 from4 a4 -- bove,4 And4 pour4 the4 Ho4 -- ly4 Spir4 -- it's4 ray4 On4 all4 we4 think4 or4 do4 to-4 -- day.4 } verseC = \lyrics { And4 now4 to4 Thee4 our4 pray'rs4 as4 -- cend,4 O4 Fa4 -- ther4 glo4 -- rious4 with4 -- out4 end;4 We4 plead4 with4 Sove4 -- reign4 Grace4 for4 pow'r4 To4 con4 -- quer4 in4 temp4 -- ta4 -- tion's4 hour.4 } verseD = \lyrics { Con4 -- firm4 our4 will4 to4 do4 the4 right,4 And4 keep4 our4 hearts4 from4 en4 -- vy's4 blight;4 Let4 faith4 her4 ea4 -- ger4 fires4 re4 -- new,4 And4 hate4 the4 false,4 and4 love4 the4 true.4 } verseE = \lyrics { O4 joy4 -- ful4 be4 the4 pass4 -- ing4 day4 With4 thoughts4 as4 pure4 as4 morn4 -- ing's4 ray,4 With4 faith4 like4 noon4 -- tide4 shin4 -- ing4 bright,4 Our4 souls4 un4 -- shad4 -- owed4 by4 the4 night.4 } verseF = \lyrics { Dawn's4 glo4 -- ry4 gilds4 the4 earth4 and4 skies,4 Let4 Him,4 our4 per4 -- fect4 Morn,4 a4 -- rise,4 The4 Word4 in4 God4 the4 Fa4 -- ther4 one,4 The4 Fa4 -- ther4 im4 -- aged4 by4 the4 Son.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 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) } } }