restructured adeste fideles
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
\include "../adeste_fideles_vars.ly"
|
||||
\include "adeste_fideles_baptism_vars.ly"
|
||||
|
||||
\score{
|
||||
<<
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "verse" {\Song.Voice.Verse}
|
||||
\new Voice = "chorus" {\Song.Voice.Chorus \bar "||"}
|
||||
}
|
||||
>>
|
||||
\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 = "3." \Song.Lyrics.Baptism.III}
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "4." \Song.Lyrics.Baptism.IV}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
\include "../adeste_fideles_epiphany_vars.ly"
|
||||
|
||||
Song.Lyrics.Baptism.I = \Song.Lyrics.Epiphany.I
|
||||
Song.Lyrics.Baptism.II = \Song.Lyrics.Epiphany.III
|
||||
Song.Lyrics.Baptism.III = \Song.Lyrics.German.IV
|
||||
Song.Lyrics.Baptism.IV = \Song.Lyrics.Epiphany.V
|
||||
@@ -0,0 +1,8 @@
|
||||
[%
|
||||
song_title = 'Adeste Fideles';
|
||||
scores = {
|
||||
congregation = 'adeste_fideles_baptism_lz.ly'
|
||||
leadsheet = 'adeste_fideles_baptism_leadsheet.ly'
|
||||
SATB = 'willcocks_baptism_SATB.ly'
|
||||
}
|
||||
-%]
|
||||
@@ -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}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user