initial commit

This commit is contained in:
2024-10-17 16:42:32 +02:00
parent b25433b567
commit 851607514a
119 changed files with 3666 additions and 0 deletions
@@ -0,0 +1,16 @@
\version "2.24.2"
\language deutsch
\include "../../../lilypond_musician_score_paper.ly"
\include "gregorian.ly"
\include "agnus_dei_xviii_de_vars.ly"
\score {
\FullScore
\layout {
\context {
\Score
\omit BarNumber
}
}
}
@@ -0,0 +1,16 @@
\version "2.24.2"
\language deutsch
\include "../../../lilypond_songsheet_paper.ly"
\include "gregorian.ly"
\include "agnus_dei_xviii_de_vars.ly"
\score {
\VocalScore
\layout {
\context {
\Score
\omit BarNumber
}
}
}
@@ -0,0 +1,16 @@
\version "2.24.2"
\language deutsch
\include "../../../lilypond_musician_score_paper.ly"
\include "gregorian.ly"
\include "agnus_dei_xviii_de_vars.ly"
\score {
\VocalScore
\layout {
\context {
\Score
\omit BarNumber
}
}
}
@@ -0,0 +1,71 @@
\version "2.24.2"
\language deutsch
\include "gregorian.ly"
chant.meta = {
\key b \major
\time 1/4
\repeat volta 3 {
s4*4 \divisioMinima
s4*10 \divisioMinima
\alternative {
\volta 1,2 {s4*7}
\volta 3 {s4*8}
}
}
\finalis
}
chant.cantus = \fixed c' {
\repeat volta 3 {
f4 f (g) g4
s g g g g f g es f g
\alternative {
\volta 1,2 {f g a f g (f) f4}
\volta 3 {f g a f g (f) f4 s}
}}
}
chant.verba = \lyricmode {
\set stanza = "K"
Lamm Got -- tes,
\set stanza = "A"
Du nimmst hin -- weg die Sün -- de der Welt:
er -- bar -- me Dich un -- ser.
gib uns Dei -- nen Frie -- den.
}
chant.A = \fixed c' {
d4 c2 d4
d2 es s c s4 b,
s c2 s4 d2 c4
d2 c2 d2 c4
}
chant.T = \relative {
b4 a2 g4
b2 c s g s4 g
s f2( s4 f) g a
a2 f2( f4) g a
}
chant.B = \relative {
s2*2
b,2 c s es s4 g,
s a2 s4 b2 f4
d'2 a2 b2 f4
}
VocalScore = \new GregorianTranscriptionStaff <<
\new GregorianTranscriptionVoice = "melody" <<\chant.meta \chant.cantus>>
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
>>
FullScore = \new StaffGroup <<
\new GregorianTranscriptionStaff <<
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.cantus>>
\new GregorianTranscriptionVoice <<\voiceTwo\chant.meta \chant.A>>
>>
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
\new GregorianTranscriptionStaff <<
\clef bass
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.T>>
\new GregorianTranscriptionVoice <<\voiceTwo\chant.meta \chant.B>>
>>
>>
+7
View File
@@ -0,0 +1,7 @@
[%
scores = {
SATB = 'freie_lieder/agnus_dei_xviii_de/agnus_dei_xviii_de_schola.ly'
band = 'freie_lieder/agnus_dei_xviii_de/agnus_dei_xviii_de_full.ly'
congregation = 'freie_lieder/agnus_dei_xviii_de/agnus_dei_xviii_de_lz.ly'
};
-%]