restructured adeste fideles

This commit is contained in:
2025-01-09 17:50:23 +01:00
parent 95d7ca80d5
commit e7c1cdfdc5
12 changed files with 42 additions and 4 deletions
+37
View File
@@ -0,0 +1,37 @@
\version "2.24.4"
\include "adeste_fideles_vars.ly"
\include "willcocks_vars.ly"
\score {
\new ChoirStaff <<
\new Staff <<
\Song.Meta
{
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus>>
}
{
\new Voice <<\voiceTwo \Song.Voice.A.Verse>>
\new Voice <<\voiceTwo \Song.Voice.A.Chorus>>
}
>>
\new Lyrics <<
\lyricsto "verse" {\Song.Lyrics.German.I}
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
>>
\new Lyrics \lyricsto "verse" {\Song.Lyrics.Baptism.II}
\new Lyrics \lyricsto "verse" {\Song.Lyrics.Baptism.III}
\new Staff <<
\Song.Meta
\clef bass
{
\new Voice <<\voiceOne \Song.Voice.T.Verse>>
\new Voice <<\voiceOne \Song.Voice.T.Chorus>>
}
{
\new Voice <<\voiceTwo \Song.Voice.B.Verse>>
\new Voice <<\voiceTwo \Song.Voice.B.Chorus>>
}
>>
>>
}