restructured adeste fideles
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
|
||||
\version "2.24.4"
|
||||
\include "../willcocks_vars.ly"
|
||||
\include "adeste_fideles_baptism_vars.ly"
|
||||
|
||||
\score {
|
||||
\new ChoirStaff <<
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
|
||||
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus>> \bar "||"
|
||||
}
|
||||
{
|
||||
\new Voice <<\voiceTwo \Song.Voice.A.Verse>>
|
||||
\new Voice <<\voiceTwo \Song.Voice.A.Chorus>>
|
||||
}
|
||||
>>
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\set stanza = "1." \Song.Lyrics.Baptism.I}
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "2." \Song.Lyrics.Baptism.II}
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "4. Unisono" \Song.Lyrics.Baptism.IV}
|
||||
\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>>
|
||||
}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
\score {
|
||||
\new ChoirStaff <<
|
||||
\new Staff \with { instrumentName = "Diskant" }<<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "descant_verse" {\Song.Voice.Descant.Verse}
|
||||
\new Voice = "descant_chorus" {\Song.Voice.Descant.Chorus} \bar "||"
|
||||
}
|
||||
>>
|
||||
\new Lyrics <<
|
||||
\lyricsto "descant_verse" {\set stanza = "3." \Song.Lyrics.Baptism.III}
|
||||
\lyricsto "descant_chorus" {\lyricmode {
|
||||
O kommt!
|
||||
O kommt las -- set uns an -- be -- ten den Kö -- nig, den Herrn.
|
||||
}}
|
||||
>>
|
||||
\new Staff \with {instrumentName = "Chor" } {
|
||||
\Song.Meta
|
||||
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
|
||||
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus>>
|
||||
}
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\set stanza = "3." \Song.Lyrics.Baptism.III}
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
Reference in New Issue
Block a user