65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
\language deutsch
|
|
\version "2.24"
|
|
|
|
\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
|
|
e( f) e( c) c( d)
|
|
}
|
|
chant.ant.S = \relative c' {
|
|
d2 s4 d2 s2. e2 s s f s2 e4
|
|
r2 f2 s4 g2 s4 f2 s4 c2 s2 a
|
|
}
|
|
chant.ant.A = \relative c' {
|
|
a2 s4 b2 s2. c2 s s c s2 c4
|
|
r2 c2 s4 c2 s4 c2 s4 g2 s2 a
|
|
}
|
|
chant.ant.T = \relative {
|
|
d2 s4 f2 s2. g2 s s a s2 a4
|
|
r2 a2 s4 g2 s4 a2 s4 e2 s2 d
|
|
}
|
|
chant.ant.B = \relative {
|
|
d2 s4 d2 s2. a2 s s c s2 c4
|
|
r2 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>>
|
|
>>
|
|
>>
|
|
>>
|