\version "2.0.1" \header { filename = "smc040.ly" dedication = "St. Peter of the Fields Parish" title = "Lord of the Sabbath, Hear Us Pray" subtitle = "Germany 8.8.8.8" opus = "William Gardiner's \"Sacred Melodies\", 1815" arranger = "" poet = "Philip Doddridge, 1737" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key bes \major \time 3/4 \skip 8*24 \bar "||" \skip 8*22 \bar "||" \skip 8*24 \bar "||" \skip 8*26 \bar "|." } saMusic = \notes { 4 4 4 2 4 <<{f'4( g'4)} \\ {f'4( e'4)}>> 4 2. 4 4 4 2 4 <<{a'8( g'8 f'4)} \\ {d'4( c'4)}>> 4 2 4 2 4 <<{bes'4( a'4)} \\ {ees'2}>> 4 2 4 <<{d''4( c''4)} \\ {g'2}>> 4 2 4 <<{ees''4( d''4)} \\ {bes'2}>> 4 <<{bes'4( c''4)} \\ {f'2}>> 4 2. } tbMusic = \notes { 4 4 4 2 4 <<{a4( bes4)} \\ {f2}>> 4 2. 4 4 4 2 4 4( 4) 4 2 4 2 4 <<{f4.( g8)} \\ {c2}>> 4 2 4 <<{bes4( ees'4)} \\ {ees2}>> 4 2 4 2 4 <<{d'4( ees'4)} \\ {f2}>> 4 2. } verseA = \lyrics { Lord4 of4 the4 Sab2 -- bath,4 hear2 us4 pray,2. In4 this4 Your4 house,2 on4 this2 Your4 day;2 And4 own,2 as4 grate2 -- ful4 sac2 -- ri4 -- fice,2 The4 songs2 which4 from2 Your4 tem2 -- ple4 rise.2. } verseB = \lyrics { Now4 met4 to4 pray2 and4 bless2 Your4 Name,2. Whose4 mer4 -- cies4 flow2 each4 day2 the4 same;2 Whose4 kind2 com4 -- pas2 -- sions4 nev2 -- er4 cease,2 We4 seek2 in4 -- struc2 -- tion,4 par2 -- don,4 peace.2. } verseC = \lyrics { Your4 earth4 -- ly4 Sab2 -- baths,4 Lord,2 we4 love,2. But4 there's4 a4 no2 -- bler4 rest2 a4 -- bove;2 To4 that2 our4 la2 -- boring4 souls2 a4 -- spire2 With4 ard2 -- ent4 hope2 and4 strong2 de4 -- sire.2. } verseD = \lyrics { In4 Your4 blest4 king2 -- dom4 we2 shall4 be2. From4 ev4 -- ery4 mor2 -- tal4 troub2 -- le4 free;2 No4 sighs2 shall4 min2 -- gle4 with2 the4 songs2 Re4 -- sound2 -- ing4 from2 im4 -- mort2 -- al4 tongues.2. } verseE = \lyrics { No4 rude4 a4 -- larms2 of4 rag2 -- ing4 foes;2. No4 cares4 to4 break2 the4 long2 re4 -- pose;2 No4 mid2 -- night4 shade,2 no4 wan2 -- ing4 moon,2 But4 sa2 -- cred,4 high,2 e4 -- ter2 -- nal4 noon.2. } verseF = \lyrics { O4 long4 ex4 -- pect2 -- ed4 day,2 be4 -- gin,2. Dawn4 on4 these4 realms2 of4 woe2 and4 sin!2 Break,4 morn2 of4 God,2 up4 -- on2 our4 eyes;2 And4 let2 the4 world's2 true4 Sun2 a4 -- rise!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 pagenumber = 40 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }