Update Doxology

This commit is contained in:
Chandler Swift 2025-09-04 23:24:04 -05:00
parent 6ef7a574d4
commit 53bfa59f60
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -1,6 +1,6 @@
% \begin{lilypond}[staffsize=16]
% from https://hymnary.org/hymn/SoPC1899/page/75
% 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"
@ -11,48 +11,44 @@
\language "english"
global = {
\key ef \major
\time 2/2
\key g \major
\time 4/4
}
soprano = \relative g' {
\clef treble
\key g \major
\time 6/4
g2 g4 fs e d | g2 a b |
b b4 b a g | c2 b a |
g a4 b a g | e2 fs g |
d' b4 g a c | b2 a g2 \fine
\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
\key g \major
\time 6/4
d2 d4 d b b | b2 d d |
d d4 d d b | e2 d d |
d d4 d d b | c2 c d |
b b4 e e c | d( g~ g) fs g2 \fine
\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
\key g \major
\time 6/4
b2 b4 a g fs | g2 fs g |
g g4 g fs g | g2 g fs |
b fs4 g fs g | g2 a b |
fs g4 b c e | d2~ d4. c8 b2 \fine
\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, {
bass = \relative g {
\clef bass
\key g \major
\time 6/4
g2 g'4 d e b | e2 d g, |
g g4 g' d e | c2 g d' |
g d4 g d e | c2 a g |
b e4. d8 c b a4 | b4.( c8) d2 g, \fine
\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 {
@ -60,20 +56,21 @@ verseOne = \lyricmode {
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 Staff \with { \consists Merge_rests_engraver } <<
\new Voice = "soprano" { \voiceOne \soprano }
% \new Voice = "alto" { \voiceTwo \alto }
\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 }
% >>
\new Staff \with { \consists Merge_rests_engraver } <<
\clef bass
\new Voice = "tenor" { \voiceOne \tenor }
\new Voice = "bass" { \voiceTwo \bass }
>>
>>
\layout {
indent = 0
@ -83,5 +80,3 @@ verseOne = \lyricmode {
}
}
}
% \end{lilypond}