Added ecce virgo

This commit is contained in:
leopoldfajtak
2024-11-07 17:22:22 +01:00
parent 851607514a
commit 52aff18427
5 changed files with 90 additions and 0 deletions
@@ -0,0 +1,58 @@
\language deutsch
\include "gregorian.ly"
% Ps 145 (144) 8
% 3. Modus
chant.meta = {
\key c \major
\set Score.timing = ##f
}
chant.ant.meta = {
{\chant.meta}
s4*19 \divisioMaxima
s4*11 \divisioMinima
s4*7 \finalis
}
chant.ant.cantus = \fixed c' {
d4 f( e) f( g) d
c e g( a) a
g a h c' a c'( d') a
a( g) f( e) f g f( g) f g a
d( e) d( c) c( d)
}
chant.ant.S = \relative c' {
d2 s2 d s e2 s s a s2 a4 s2 f2 s4 g2 s4 f2 s4 e2 s2 d
}
chant.ant.A = \relative c' {
a2 s2 b s c2 s s c s2 e4 s2 c2 s4 c2 s4 c2 s4 c2 s2 a
}
chant.ant.T = \relative {
d2 s2 f s g2 s s e s2 a4 s2 a2 s4 g2 s4 a2 s4 g2 s2 d
}
chant.ant.B = \relative {
d,2 s2 b' s a2 s s f s2 a4 s2 d2 s4 e2 s4 f2 s4 a,2 s2 d,
}
verba.ant = \lyricmode {
Seht, die Jung -- frau wird emp -- fan -- gen und ei -- nen Sohn ge -- bäh -- ren;
Sein Na -- me ist Im -- ma -- nu -- el
Gott mit uns.
}
VocalScore = \new GregorianTranscriptionStaff <<
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
>>
FullScore = <<
{\VocalScore}
\new StaffGroup <<
\new GregorianTranscriptionStaff <<
\new GregorianTranscriptionVoice <<\voiceOne \chant.ant.meta \chant.ant.S>>
\new GregorianTranscriptionVoice <<\voiceTwo \chant.ant.meta \chant.ant.A>>
>>
\new GregorianTranscriptionStaff <<
\clef bass
\new GregorianTranscriptionVoice <<\voiceOne \chant.ant.meta \chant.ant.T>>
\new GregorianTranscriptionVoice <<\voiceTwo \chant.ant.meta \chant.ant.B>>
>>
>>
>>