% from https://hymnary.org/hymn/CEL1997/page/784 % text: Praise God From Whom All Blessings Flow https://hymnary.org/text/praise_god_from_whom_all_blessings_ken % tune: Old Hundredth https://hymnary.org/tune/old_hundredth_bourgeois \version "2.24.4" \header { tagline = ##f } \language "english" global = { \key g \major \time 4/4 } soprano = \relative g' { \clef treble \global \partial 4 g4 | g fs e d | g a b\fermata b | b b a g | c b a\fermata \break g | a b a g | e fs g\fermata d' | b g a c | \partial 4*3 b a g \fermata \bar "||" g1 | g \fine } alto = \relative d' { \clef treble \global \partial 4 d4 | d d b b | b d d\fermata d | d g fs d | g g fs\fermata e | d d d d | c c d\fermata d | d e fs e8( fs) | \partial 4*3 g4 fs g\fermata e1 | d } tenor = \relative b { \clef bass \global \partial 4 b4 | b a g fs | g fs g\fermata g | b d d8( c) b4 | e d d\fermata b | a g fs g | g a b\fermata b | g b d e | \partial 4*3 d d8( c) b4\fermata c1 b \fine } bass = \relative g { \clef bass \global \partial 4 g4 | g d e b | e d g,\fermata g' | g g d e | c g d'\fermata e | fs g d8( c) b4 | c a g\fermata g' | g8( fs) e4 d a | \partial 4*3 b8( c) d4 g,\fermata c1 g } verseOne = \lyricmode { Praise God, from whom all bles -- sings flow; Praise Him, all crea -- tures here be -- low; Praise Him a -- bove, ye heav'n -- ly host; Praise Fa -- ther, Son, and Ho -- ly Ghost. A -- men. } \score { \new ChoirStaff << \new Staff \with { \consists Merge_rests_engraver } << \new Voice = "soprano" { \voiceOne \soprano } \new Voice = "alto" { \voiceTwo \alto } \new Lyrics \lyricsto soprano { \verseOne } >> \new Staff \with { \consists Merge_rests_engraver } << \clef bass \new Voice = "tenor" { \voiceOne \tenor } \new Voice = "bass" { \voiceTwo \bass } >> >> \layout { indent = 0 \context { \Score \omit BarNumber } } }