Revise Hyfrydol Alleluias
This commit is contained in:
parent
3b75b5af7d
commit
8dba48323a
10 changed files with 302 additions and 0 deletions
66
hyfrydol-alleluia-ending/long.ly
Normal file
66
hyfrydol-alleluia-ending/long.ly
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
% Based on https://hymnary.org/page/fetch/CEL1997/303/high
|
||||
|
||||
\version "2.24.4"
|
||||
\language "english"
|
||||
|
||||
\header {
|
||||
tagline = "" % Suppress "Music Engraving by Lilypond"
|
||||
}
|
||||
|
||||
soprano = \relative c'' {
|
||||
\time 3/4
|
||||
\key f \major
|
||||
r4 c c | df2 df4 |
|
||||
r4 c c | ef2 ef4 |
|
||||
r4 df df | ef( df ef) | f2.~ | f \fermata \bar "|."
|
||||
}
|
||||
|
||||
alto = \relative a' {
|
||||
\key f \major
|
||||
r4 a a | f2 f4 |
|
||||
r4 a a | af2 af4 |
|
||||
r4 f f | g( f g) | a2.~ | a \fermata
|
||||
}
|
||||
|
||||
tenor = \relative c' {
|
||||
\clef bass
|
||||
\key f \major
|
||||
r4 c c | df2 df4 |
|
||||
r4 c c | c2 c4 |
|
||||
r4 df df | ef( df ef) | c2.~ | c \fermata
|
||||
}
|
||||
|
||||
bass = \relative f {
|
||||
\clef bass
|
||||
\key f \major
|
||||
r4 f f | af2 af4 |
|
||||
r4 f f | af2 af4 |
|
||||
r4 af af | bf( af bf) | f2.~ | f \fermata
|
||||
}
|
||||
|
||||
verseOne = \lyricmode {
|
||||
Al -- le -- lu -- ia!
|
||||
Al -- le -- lu -- ia!
|
||||
Al -- le -- lu -- ia!
|
||||
}
|
||||
|
||||
\score {
|
||||
<<
|
||||
\new ChoirStaff <<
|
||||
\new Staff = "soprano" \with {
|
||||
\consists "Merge_rests_engraver"
|
||||
} <<
|
||||
\new Voice = "soprano" { \voiceOne \soprano }
|
||||
\new Lyrics \lyricsto soprano { \verseOne }
|
||||
\new Voice = "alto" { \voiceTwo \alto }
|
||||
>>
|
||||
\new Staff = "bass" \with {
|
||||
\consists "Merge_rests_engraver"
|
||||
} <<
|
||||
\new Voice = "tenor" { \voiceThree \tenor }
|
||||
\new Voice = "bass" { \voiceFour \bass }
|
||||
>>
|
||||
>>
|
||||
>>
|
||||
\layout { }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue