\version "2.10.16" #(set-global-staff-size 17) \include "english.ly" hospital = \markup{\italic{ Psalms, Hymns, and Anthems of the Foundling Hospital} (1796) } \header { title = "Praise the Lord! ye heavens adore him" poet = \markup{ \hospital "and E.Osler (1798-1863)" } arranger = "Croatian folk melody adapted J.Haydn (1732-1809)" piece = "Austrian Hymn 87 87 D" copyright = "Typeset 2007 by Matthew Collett for the Auckland Catholic Music Schola—www.schola.org.nz" } \layout { indent = 0.0\cm \context { \Score \override BarNumber #'padding = #2 } } signature = { \key f \major \time 4/4 } sopMusicA = << \relative { f4. g8 a4 g bf a g8( e) f4 | d' c bf a g a8( f) c'2 | } >> sopMusic = << \relative { \sopMusicA \sopMusicA g'4 a g8( e) c4 bf' a g8( e) c4 | c' bf a4. a8 b4. b8 c2 \breathe | f4. e8 d4 c4 d4. c8 c8( bf) a4 | g a8( bf) c( d) bf( g) f4 a8( g) f2 \bar "|." } >> altoMusicA = << \relative { f4. f8 f4 e c c c c | d8( e) f4 g f g f e2 | } >> altoMusic = << \relative { \altoMusicA \altoMusicA c4 c c c c c c c | c d8( e) f4. f8 f4. f8 e2 | f4. f8 f4 f f4. f8 g4 f | e e f f8( d) c4 e c2 | } >> tenorMusicA = << \relative { a4. bf8 c4 c g a bf8( g) a4 | bf c c c d d g,2 | } >> tenorMusic = << \relative { \tenorMusicA \tenorMusicA e,4 f e8( g) e4 g f e8( g) e4 | a g f4. f8 g4. d'8 c2 | c4. c8 bf4 a bf4. c8 c4 c | c c c8( f,8) d'( bf) a4 c8( bf) a2 | } >> bassMusicA = << \relative { f,4. f8 f4 c e f c f | bf a e f bf, b c2 | } >> bassMusic = << \relative { \bassMusicA \bassMusicA c,4 c c c e f c c | a bf8( c) d4. d8 g4. g8 c,2 | a'4. a8 bf4 f bf4. a8 e4 f | c bf a bf c c f2 | } >> verseOne = \lyricmode { \set stanza = "1." Praise the Lord! ye heav'ns a -- dore him; praise him an -- gels in the height; sun and moon, re -- joice be -- fore him; praise him, all ye stars of light. Praise the Lord! for he hath spo -- ken; worlds his might -- y voice o -- beyed; laws which ne -- ver shall be bro -- ken for their gui -- dance he hath made. } verseTwo = \lyricmode { \set stanza = "2." Praise the Lord! for he is glor -- ious; ne -- ver shall his pro -- mise fail; God hath made his saints vic -- tor -- ious; sin and death shall not pre -- vail. Praise the God of our sal -- va -- tion! Hosts on high, his pow'r pro -- claim; heav'n and earth, and all cre -- a -- tion, laud and mag -- ni -- fy his Name. } verseThree = \lyricmode { \set stanza = "3." Wor -- ship, ho -- nour, glo -- ry, bless -- ing, Lord, we of -- fer un -- to thee. Young and old, thy praise ex -- press -- ing, in glad ho -- mage bend the knee. All the saints in heav'n a -- dore thee; we would bow be -- fore thy throne. As thine an -- gels serve be -- fore thee, So on earth thy will be done. } \score { << \new ChoirStaff << \new Staff << \clef treble \signature \new Voice = "sopranos" { \voiceOne \sopMusic } \new Voice = "altos" { \voiceTwo \altoMusic } >> \new Lyrics \lyricsto "sopranos" { \verseOne } \new Lyrics \lyricsto "sopranos" { \verseTwo } \new Lyrics \lyricsto "sopranos" { \verseThree } \new Staff << \clef bass \signature \new Voice = "tenors" { \voiceOne \tenorMusic } \new Voice = "basses" { \voiceTwo \bassMusic } >> >> >> }