\version "2.0.1" \header { filename = "smc051.ly" dedication = "St. Peter of the Fields Parish" title = "Lord, When We Bend Before Thy Throne" subtitle = "Dalehust 8.6.8.6" opus = "Arthur Cottman, 1874" arranger = "" poet = "Joseph D. Carlyle, 1802" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key f \major \time 4/4 \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "|." } saMusic = \notes { \partial 4 4 4 <> 4 4 4. 8 <> <> 4 4 4 4 2. 4 4 4 4 4 4. 8 4 4 4 4 4. 8 2. } tbMusic = \notes { 4 4 4 4 4 4. 8 4 4 <> 4 4 4 2. 4 4 4 4 4 4. 8 4 4 4 4 4. 8 2. } verseA = \lyrics { Lord,4 when4 we4 bend4 be4 -- fore4. Thy8 throne,4 And4 our4 con4 -- fes4 -- sions4 pour,2. Teach4 us4 to4 feel4 the4 sins4. we8 own,4 And4 hate4 what4 we4. de8 -- plore.2. } verseB = \lyrics { Our4 bro4 -- ken4 spir4 -- its,4 pit4. -- ying8 see;4 True4 pen4 -- i4 -- tence4 im4 -- part;2. And4 let4 a4 kind4 -- ling4 glance4. from8 Thee4 Beam4 hope4 up4 -- on4. the8 heart.2. } verseC = \lyrics { When4 our4 re4 -- spon4 -- sive4 tongues4. es8 -- say4 Their4 grate4 -- ful4 hymns4 to4 raise,2. Grant4 that4 our4 souls4 may4 join4. the8 lay4 And4 mount4 to4 Thee4. in8 praise2. } verseD = \lyrics { When4 we4 dis4 -- close4 our4 wants4. in8 prayer,4 May4 we4 our4 wills4 re4 -- sign;2. And4 not4 a4 thought4 our4 bo4. -- soms8 share4 That4 is4 not4 whol4. -- ly8 Thine.2. } verseE = \lyrics { Let4 faith4 each4 weak4 pet4 -- i4. -- tion8 fill4 And4 waft4 it4 to4 the4 skies,2. And4 teach4 our4 hearts4 'tis4 good4. -- ness8 still4 That4 grants4 it,4 or4. de8 -- nies.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 Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \paper { indent = 0.0\pt pagenumber = 51 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }