\version "2.0.1" \header { filename = "smc023.ly" dedication = "St. Peter of the Fields Parish" title = "Again, as Evening's Shadow Falls" subtitle = "Alsace 8.8.8.8" opus = "Arr. from Ludwig van Beethoven" % arranger = "" poet = "Samuel Longfellow, 1859" % texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" tagline = "The Ames Hymn Collection" } global = \notes { \key g \major \time 3/4 \skip 4*12 \bar "||" \skip 4*11 \bar "||" \skip 4*12 \bar "||" \skip 4*13 \bar "|." } saMusic = \notes { <<{d'4} \\ {d'4}>> 4 4 <<{b'2} \\ {d'4( g'4)}>> 4 4( 4) 4 2. 4 4 4 <<{a'2} \\ {a'2}>> 4 2 4 <<{d'2} \\ {d'2}>> <<{d'4} \\ {d'4}>> <<{a'4( g'4)} \\ {fis'4( g'4)}>> 4 4( 4) <<{d'4} \\ {d'4}>> 4( 4) 4 <<{b'4( c''4)} \\ {fis'2}>> 4 <<{c''4( d''4)} \\ {fis'2}>> 4 <<{e''4( a'4)} \\ {fis'2}>> 4 <<{d''8( c''8 b'4)} \\ {g'2}>> 4 <<{g'2.} \\ {g'2.}>> } tbMusic = \notes { 4 4 4 <<{g4( b4)} \\ {g,2}>> 4 <<{d'2} \\ {g4( fis4)}>> 4 2. <<{b4} \\ {b4}>> 4 4 2 4 <<{a2} \\ {a2}>> 4 2 4 <<{c'4( b4)} \\ {d2}>> 4 <<{c'4( d'4)} \\ {g,2}>> 4 <<{d'2} \\ {d'4( c'4)}>> 4 2 4 <<{d'2} \\ {a4( b4)}>> <<{d'4} \\ {c'4}>> <<{d'2} \\ {c'2}>> 4 4( 4) 4 2. } verseA = \lyrics { A4 -- gain,4 as4 eve2 -- ning's4 shad2 -- ow4 falls,2. We4 gath4 -- er4 in2 these4 hal2 -- lowed4 walls;2 And4 ves2 -- per4 hymn2 and4 ves2 -- per4 prayer2 Rise4 ming2 -- ling4 on2 the4 ho2 -- ly4 air.2. } verseB = \lyrics { May4 strug4 -- gling4 hearts2 that4 seek2 re4 -- lease2. Here4 find4 the4 rest2 of4 God's2 own4 peace;2 And,4 streng2 -- thened4 here2 by4 hymn2 and4 prayer,2 Lay4 down2 the4 bur2 -- den4 and2 the4 care.2. } verseC = \lyrics { O4 God,4 our4 light!2 to4 Thee2 we4 bow;2. With4 -- in4 all4 shad2 -- ows4 stand2 -- est4 Thou;2 Give4 deep2 -- er4 calm2 than4 night2 can4 bring;2 Give4 sweet2 -- er4 songs2 than4 lips2 can4 sing.2. } verseD = \lyrics { Life's4 tu4 -- mult4 we2 must4 meet2 a4 -- gain,2. We4 can4 -- not4 at2 the4 shrine2 re4 -- main;2 But4 in2 the4 spir2 -- it's4 se2 -- cret4 cell2 May4 hymn2 and4 prayer2 for4 -- ev2 -- er4 dwell.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 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) } } }