37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
\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>>
|
|
}
|
|
>>
|
|
>>
|
|
} |