restructured adeste fideles
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
scores = {
|
||||
congregation = 'adeste_fideles_lz.ly'
|
||||
leadsheet = 'adeste_fideles_leadsheet.ly'
|
||||
SATB = 'willcocks_SATB.ly'
|
||||
}
|
||||
-%]
|
||||
|
||||
@@ -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.
+1
-1
@@ -1,4 +1,4 @@
|
||||
\include "adeste_fideles_epiphany_vars.ly"
|
||||
\include "../adeste_fideles_epiphany_vars.ly"
|
||||
|
||||
Song.Lyrics.Baptism.I = \Song.Lyrics.Epiphany.I
|
||||
Song.Lyrics.Baptism.II = \Song.Lyrics.Epiphany.III
|
||||
@@ -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'
|
||||
}
|
||||
-%]
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
|
||||
\version "2.24.4"
|
||||
\include "willcocks_vars.ly"
|
||||
\include "../adeste_fideles_baptism_vars.ly"
|
||||
\include "../willcocks_vars.ly"
|
||||
\include "adeste_fideles_baptism_vars.ly"
|
||||
|
||||
\score {
|
||||
\new ChoirStaff <<
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
\version "2.24.4"
|
||||
\include "../adeste_fideles_vars.ly"
|
||||
\include "adeste_fideles_vars.ly"
|
||||
\include "willcocks_vars.ly"
|
||||
|
||||
\score {
|
||||
Reference in New Issue
Block a user