|
|
|
@@ -0,0 +1,385 @@
|
|
|
|
|
\version "2.24.2"
|
|
|
|
|
\language deutsch
|
|
|
|
|
|
|
|
|
|
\include "gregorian.ly"
|
|
|
|
|
chant.meta = {
|
|
|
|
|
\key f \major
|
|
|
|
|
\set Score.timing = ##f
|
|
|
|
|
}
|
|
|
|
|
chant.ant.meta = {
|
|
|
|
|
{\chant.meta}
|
|
|
|
|
s4*12 \divisioMinima
|
|
|
|
|
s4*9 \divisioMaior
|
|
|
|
|
s4*11 \divisioMinima
|
|
|
|
|
s4*10 \finalis
|
|
|
|
|
}
|
|
|
|
|
chant.ant.cantus = \relative {
|
|
|
|
|
s4 f'4 g (a) a4 d c c (b) a a (g)
|
|
|
|
|
a4 b a g (f) e4 f (e) d4
|
|
|
|
|
f4 g (a) a4 d c c(b a) a (g)
|
|
|
|
|
a4 b a a g (f) e4 f (e) d4
|
|
|
|
|
}
|
|
|
|
|
chant.ant.S = \relative c' {
|
|
|
|
|
s4 f g(a) a b2 s4*3 g2
|
|
|
|
|
s4 f2 e s4 d2 s4
|
|
|
|
|
f4 g (a) a a2 a4( g f) f( e)
|
|
|
|
|
s4 f2 s4 e2 s4 d2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.ant.A = \relative c' {
|
|
|
|
|
s4 d e s c d2 s4*3 c2
|
|
|
|
|
s4 d2 c s4 a2 s4
|
|
|
|
|
f'4 g (a) es d2 d2 s4 c2
|
|
|
|
|
s4 d2 s4 c2 s4 a2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.ant.T = \relative {
|
|
|
|
|
s4 a g s f f2 s4*3 e2
|
|
|
|
|
s4 d2 g s4 f2 s4
|
|
|
|
|
f4 g (a) c a2 b2 s4 g2
|
|
|
|
|
s4 b2 s4 g2 s4 d2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.ant.B = \relative {
|
|
|
|
|
d,2 c4 s f b2 s4*3 c2
|
|
|
|
|
s4 b2 c s4 d2 s4
|
|
|
|
|
f,4 g( a) g fis2 g a4 c2
|
|
|
|
|
s4 g2 s4 c2 s4 d2 s4
|
|
|
|
|
}
|
|
|
|
|
verba.ant = \lyricmode {
|
|
|
|
|
\set stanza = "V/A"
|
|
|
|
|
Ro -- rá -- te cæ -- li dé -- su -- per, et nu -- bes plu -- ant iu -- stum.
|
|
|
|
|
a -- pe -- ri -- á -- tur tér -- ra, et gér -- mi -- net Sal -- va -- tó -- rem.
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
chant.vI.meta = {
|
|
|
|
|
\chant.meta
|
|
|
|
|
s4*11 \divisioMinima
|
|
|
|
|
s4*9 \divisioMaxima
|
|
|
|
|
s4*4 \divisioMinima
|
|
|
|
|
s4*9 \divisioMaior
|
|
|
|
|
s4*11 \augmentum s4 \divisioMaxima
|
|
|
|
|
s4*8 \divisioMaior
|
|
|
|
|
s4*16 \finalis
|
|
|
|
|
}
|
|
|
|
|
chant.vI.cantus = \relative c' {
|
|
|
|
|
s4 f4 g a a( g) a a( b) a a
|
|
|
|
|
s4 a2 g4 b a a( g) f
|
|
|
|
|
a b c2
|
|
|
|
|
c c4( d) c c( b) a a
|
|
|
|
|
f g( a) a \augmentum a g( b) a a( g) f f
|
|
|
|
|
a2 a4 g c c( b) a
|
|
|
|
|
s f g( a) a a a( b) a a g( f) e f( e) d
|
|
|
|
|
}
|
|
|
|
|
chant.vI.S = \relative c' {
|
|
|
|
|
d2 s4*9
|
|
|
|
|
d2 s4*4 e2 f4
|
|
|
|
|
s2 e
|
|
|
|
|
s4*5 d2 s2
|
|
|
|
|
s4 c2 s4*4 \augmentum s4 d2 s2
|
|
|
|
|
d2 g s4 a2 s4
|
|
|
|
|
f2 s4*4 f2 s e s4 d2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.vI.A = \relative c' {
|
|
|
|
|
a2 s4*9
|
|
|
|
|
g2( s4*4 g2) a4
|
|
|
|
|
s2 a
|
|
|
|
|
s4*5 a2 s2
|
|
|
|
|
s4 g2 s4*4 \augmentum s4 d'2 s2
|
|
|
|
|
a2 c s4 a2 s4
|
|
|
|
|
b2 s4*4 c2 s c s4 a2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.vI.T = \relative {
|
|
|
|
|
d2 s4*9
|
|
|
|
|
d2 s4*4 c2 d4
|
|
|
|
|
s2 c
|
|
|
|
|
s4*5 d2 s2
|
|
|
|
|
s4 e2 s4*4 \augmentum s4 f2 s2
|
|
|
|
|
f2 e s4 d2 s4
|
|
|
|
|
d2 s4*4 f2 s g s4 d2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.vI.B = \relative {
|
|
|
|
|
d2 s4*9
|
|
|
|
|
b2 s4*4 e,2 d4
|
|
|
|
|
s2 e
|
|
|
|
|
s4*5 f2 s2
|
|
|
|
|
s4 g2 s4*4 \augmentum s4 a2 s2
|
|
|
|
|
b2 g s4 d2 s4
|
|
|
|
|
b'2 s4*4 a2 s c s4 d2 s4
|
|
|
|
|
}
|
|
|
|
|
verba.vI = \lyricmode {
|
|
|
|
|
\set stanza = "1."
|
|
|
|
|
\override LyricText.self-alignment-X = #LEFT
|
|
|
|
|
Ne i -- ras -- cá -- ris Dó -- mi -- ne, "ne ultra memíneris" in -- i -- qui -- tá -- tis:
|
|
|
|
|
ec -- ce "cívitas Sancti facta est desérta:" "Sion de" -- sér -- ta fac -- ta est:
|
|
|
|
|
Je -- rú -- sa -- lem de -- so -- lá -- ta est:
|
|
|
|
|
"domus sancificatiónis tuæ et" gló -- ri -- æ tu -- æ, u -- bi lau -- da -- vé -- runt te pa -- tres nos -- tri.
|
|
|
|
|
}
|
|
|
|
|
chant.vII.meta = {
|
|
|
|
|
\chant.meta
|
|
|
|
|
s4*13 \augmentum s4
|
|
|
|
|
s4*5 \divisioMaior
|
|
|
|
|
s4*10 \divisioMaxima
|
|
|
|
|
s4*11 \divisioMaior
|
|
|
|
|
s4*9 \divisioMaxima
|
|
|
|
|
s4*17 \finalis
|
|
|
|
|
}
|
|
|
|
|
chant.vII.cantus = \relative c' {
|
|
|
|
|
s4 f4 g(a) a a a2 g4 a a(b) a \augmentum a
|
|
|
|
|
a g f e d
|
|
|
|
|
a'2 a g4 b a a( g) f
|
|
|
|
|
s a b c2 d4 c c(b) a a
|
|
|
|
|
f g(a) a2 f4 g f(e)
|
|
|
|
|
s4 f g(a) a a2 4(b) a a(g f) e f(e) d
|
|
|
|
|
}
|
|
|
|
|
chant.vII.S = \relative c' {
|
|
|
|
|
d2 s4*8 c2 s4*3 \augmentum s4 d2 s4
|
|
|
|
|
d2 e s4*3 f2 s4
|
|
|
|
|
a2 s4*5 a2 s2
|
|
|
|
|
s4*3 a2 s4 e2 s4
|
|
|
|
|
d2 s4*3 d2 s4*3 c2 s d s4
|
|
|
|
|
}
|
|
|
|
|
chant.vII.A = \relative c' {
|
|
|
|
|
a2 s4*8 a2 s4*3 \augmentum s4 a2 s4
|
|
|
|
|
g2 c s4*3 a2 s4
|
|
|
|
|
e'2 s4*5 f2 s2
|
|
|
|
|
s4*3 d2 s4 e2 s4
|
|
|
|
|
a,2 s4*3 b2 s4*3 a2 s a s4
|
|
|
|
|
}
|
|
|
|
|
chant.vII.T = \relative {
|
|
|
|
|
d2 s4*8 e2 s4*3 \augmentum s4 f2 s4
|
|
|
|
|
d2 e s4*3 f2 s4
|
|
|
|
|
a2 s4*5 a2 s2
|
|
|
|
|
s4*3 f2 s4 c2 s4
|
|
|
|
|
f2 s4*3 g2 s4*3 e2 s f s4
|
|
|
|
|
}
|
|
|
|
|
chant.vII.B = \relative {
|
|
|
|
|
d2 s4*8 a2 s4*3 \augmentum s4 d2 s4
|
|
|
|
|
b2 a s4*3 d2 s4
|
|
|
|
|
c2 s4*5 d2 s2
|
|
|
|
|
s4*3 b2 s4 a2 s4
|
|
|
|
|
d2 s4*3 g,2 s4*3 a2 s d s4
|
|
|
|
|
}
|
|
|
|
|
verba.vII = \lyricmode {
|
|
|
|
|
\set stanza = "2."
|
|
|
|
|
\override LyricText.self-alignment-X = #LEFT
|
|
|
|
|
Pec -- cá -- vi -- mus, "et facti sumus tam" -- quam im -- mún -- dus nos,
|
|
|
|
|
et ce -- cí -- di -- mus
|
|
|
|
|
"quasi" "fóli" -- um un -- ni -- vér -- si:
|
|
|
|
|
et i -- "niquitátes nostræ quais ventus" ab -- stu -- lé -- runt nos:
|
|
|
|
|
abs -- con -- "dísti fáciem tuam" a no -- bis,
|
|
|
|
|
et al -- li -- "sísti nos in manu in" -- i -- qui -- tá -- tis nos -- træ.
|
|
|
|
|
}
|
|
|
|
|
chant.vIII.meta = {
|
|
|
|
|
\chant.meta
|
|
|
|
|
s4*11 \divisioMaior
|
|
|
|
|
s4*10 \divisioMaxima
|
|
|
|
|
s4*11 \divisioMinima
|
|
|
|
|
s4*10 \divisioMaxima
|
|
|
|
|
s4*17 \finalis
|
|
|
|
|
}
|
|
|
|
|
chant.vIII.cantus = \relative c' {
|
|
|
|
|
s4 f g(a) a2 g4 c c(b) a
|
|
|
|
|
a a(d) c b a a(g) f f
|
|
|
|
|
s4 a b c2 c4(d) c c(b) a
|
|
|
|
|
s4 a2 g4(b) a a a(g) f
|
|
|
|
|
s4 f g(a) a2 a4(b) a a(g f) e f(e) d
|
|
|
|
|
}
|
|
|
|
|
chant.vIII.S = \relative c' {
|
|
|
|
|
d2 s4*5
|
|
|
|
|
s g2 s4*3 g2 s4 f
|
|
|
|
|
f2 s4 f2 f s4 f2 s4
|
|
|
|
|
a2 s4 g2 s g f4
|
|
|
|
|
f2 f s f s4 f2 s d s4
|
|
|
|
|
}
|
|
|
|
|
chant.vIII.A = \relative c' {
|
|
|
|
|
a2 s4*5
|
|
|
|
|
s d2 s4*3 c2 s4 a
|
|
|
|
|
d2 s4 c2 b s4 c2 s4
|
|
|
|
|
c2 s4 d2 s e a,4
|
|
|
|
|
d2 c s d s4 c2 s a s4
|
|
|
|
|
}
|
|
|
|
|
chant.vIII.T = \relative {
|
|
|
|
|
d2 s4*5
|
|
|
|
|
s g2 s4*3 e2 s4 f
|
|
|
|
|
f2 s4 f2 f s4 f2 s4
|
|
|
|
|
f2 s4 g2 s g f4
|
|
|
|
|
f2 f s b s4 e,2 s d2 s4
|
|
|
|
|
}
|
|
|
|
|
chant.vIII.B = \relative {
|
|
|
|
|
d2 s4*5
|
|
|
|
|
s b2 s4*3 c2 s4 d
|
|
|
|
|
b2 s4 a2 g s4 a2 s4
|
|
|
|
|
a2 s4 b2 s c d4
|
|
|
|
|
b2 a s g s4 a2 s d2 s4
|
|
|
|
|
}
|
|
|
|
|
verba.vIII = \lyricmode {
|
|
|
|
|
\set stanza = "3."
|
|
|
|
|
\override LyricText.self-alignment-X = #LEFT
|
|
|
|
|
Vi -- de "Dómine afflictiónem pó" -- pu -- li tu -- i,
|
|
|
|
|
et mit -- te quem mis -- sú -- rus es:
|
|
|
|
|
e -- mít -- "te Agnum domina" -- tó -- rem ter -- ræ,
|
|
|
|
|
"de Petra desérti ad montem" fí -- li -- æ Si -- on:
|
|
|
|
|
ut áu -- "ferat ipse jugum cap" -- ti -- vi -- tá -- tis nos -- træ.
|
|
|
|
|
}
|
|
|
|
|
chant.vIV.meta = {
|
|
|
|
|
\chant.meta
|
|
|
|
|
s4*16 \divisioMaior
|
|
|
|
|
s4*10 \divisioMaxima
|
|
|
|
|
s4*12 \divisioMaior
|
|
|
|
|
s4*8 \divisioMaxima
|
|
|
|
|
s4*6 \divisioMinima
|
|
|
|
|
s4*7 \divisioMaxima
|
|
|
|
|
s4*13 \divisioMaior
|
|
|
|
|
s4*13 \finalis
|
|
|
|
|
}
|
|
|
|
|
chant.vIV.cantus = \relative c' {
|
|
|
|
|
s4 f4 g a2
|
|
|
|
|
s4 f4 g a2 a4 g c c(b) a \divisioMaior
|
|
|
|
|
a a d c c b a a(g) f \divisioMaxima
|
|
|
|
|
s a b c c c(d) c c(b) a a \divisioMaior
|
|
|
|
|
s a2 g4(f) f(b) a \divisioMaxima
|
|
|
|
|
s d c(b) a a \divisioMinima
|
|
|
|
|
a g a f(g) f(e) \divisioMaxima
|
|
|
|
|
f g(a) a2 d4 c c b a a(g) f \divisioMaior
|
|
|
|
|
a a a(b) a a g g(f) e f(e) d \finalis
|
|
|
|
|
}
|
|
|
|
|
chant.vIV.S = \relative c' {
|
|
|
|
|
d2 s4 c2 d s4 f2 f s4 f2 f4
|
|
|
|
|
s2 f2 s4*3 e2 f4
|
|
|
|
|
f2 s e s d s
|
|
|
|
|
e s4*3 d2 d4
|
|
|
|
|
f2 s4*3 f4
|
|
|
|
|
f2 s4 c2 s
|
|
|
|
|
f2 s4*3 f2 s4*3 e2 f4
|
|
|
|
|
a2 s4*5 g2 s4 e2 d4
|
|
|
|
|
}
|
|
|
|
|
chant.vIV.A = \relative c' {
|
|
|
|
|
a2 s4 a2 a s4 a2 b s4 g2 a4
|
|
|
|
|
s2 b2 s4*3 g2 b4
|
|
|
|
|
c2 s c s a s
|
|
|
|
|
c s4*3 b2 a4
|
|
|
|
|
b2 s4*3 a4
|
|
|
|
|
b2 s4 g2 s
|
|
|
|
|
a2 s4*3 b2 s4*3 c2 c4
|
|
|
|
|
e2 s4*5 b2 s4 a2 a4
|
|
|
|
|
}
|
|
|
|
|
chant.vIV.T = \relative {
|
|
|
|
|
d2 s4 f2 f s4 c2 d s4 b2 c4
|
|
|
|
|
s2 d2 s4*3 e2 d4
|
|
|
|
|
f2 s a s f s
|
|
|
|
|
e s4*3 g2 f4
|
|
|
|
|
d2 s4*3 c4
|
|
|
|
|
d2 s4 e2 s
|
|
|
|
|
c2 s4*3 d2 s4*3 g2 a4
|
|
|
|
|
a2 s4*5 d,2 s4 c2 d4
|
|
|
|
|
}
|
|
|
|
|
chant.vIV.B = \relative {
|
|
|
|
|
d2 s4 f,2 d' s4 f,2 f s4 f2 f4
|
|
|
|
|
s2 b2 s4*3 c2 d4
|
|
|
|
|
a2 s c s d s
|
|
|
|
|
a s4*3 b2 d,4
|
|
|
|
|
b'2 s4*3 f4
|
|
|
|
|
f2 s4 g2 s
|
|
|
|
|
f2 s4*3 b2 s4*3 c2 f4
|
|
|
|
|
c2 s4*5 g2 s4 a2 d4
|
|
|
|
|
}
|
|
|
|
|
verba.vIV = \lyricmode {
|
|
|
|
|
\set stanza = "4."
|
|
|
|
|
\override LyricText.self-alignment-X = #LEFT
|
|
|
|
|
Con -- so "lámini,"
|
|
|
|
|
con -- so "lámini," pó -- pu -- le me -- us:
|
|
|
|
|
ci -- to vé -- ni -- et sa -- lus tu -- a:
|
|
|
|
|
qua -- re mæ -- ró -- re con -- sú -- me -- ris,
|
|
|
|
|
"quia innovávit" te do -- lor?
|
|
|
|
|
Sal -- vá -- bo te, no -- li ti -- mé -- re,
|
|
|
|
|
e -- go "enim sum" Dó -- mi -- nus De -- us tu -- us,
|
|
|
|
|
Sanc -- tus Is -- ra -- el, Re -- démp -- tor tu -- us.
|
|
|
|
|
}
|
|
|
|
|
AntVocalScore = \new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
|
|
|
|
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
|
|
|
|
|
>>
|
|
|
|
|
AntFullScore = <<
|
|
|
|
|
{\AntVocalScore}
|
|
|
|
|
\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>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
vIVocalScore = \new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice = "melodyvI" <<\chant.vI.meta \chant.vI.cantus>>
|
|
|
|
|
\new GregorianTranscriptionLyrics \lyricsto melodyvI {\verba.vI}
|
|
|
|
|
>>
|
|
|
|
|
vIFullScore = <<
|
|
|
|
|
{\vIVocalScore}
|
|
|
|
|
\new StaffGroup <<
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vI.meta \chant.vI.S>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vI.meta \chant.vI.A>>
|
|
|
|
|
>>
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\clef bass
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vI.meta \chant.vI.T>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vI.meta \chant.vI.B>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
vIIVocalScore = \new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice = "melodyvII" <<\chant.vII.meta \chant.vII.cantus>>
|
|
|
|
|
\new GregorianTranscriptionLyrics \lyricsto melodyvII {\verba.vII}
|
|
|
|
|
>>
|
|
|
|
|
vIIFullScore = <<
|
|
|
|
|
{\vIIVocalScore}
|
|
|
|
|
\new StaffGroup <<
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vII.meta \chant.vII.S>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vII.meta \chant.vII.A>>
|
|
|
|
|
>>
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\clef bass
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vII.meta \chant.vII.T>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vII.meta \chant.vII.B>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
vIIIVocalScore = \new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice = "melodyvIII" <<\chant.vIII.meta \chant.vIII.cantus>>
|
|
|
|
|
\new GregorianTranscriptionLyrics \lyricsto melodyvIII {\verba.vIII}
|
|
|
|
|
>>
|
|
|
|
|
vIIIFullScore = <<
|
|
|
|
|
{\vIIIVocalScore}
|
|
|
|
|
\new StaffGroup <<
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vIII.meta \chant.vIII.S>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vIII.meta \chant.vIII.A>>
|
|
|
|
|
>>
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\clef bass
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vIII.meta \chant.vIII.T>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vIII.meta \chant.vIII.B>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
vIVVocalScore = \new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice = "melodyvIV" <<\chant.vIV.meta \chant.vIV.cantus>>
|
|
|
|
|
\new GregorianTranscriptionLyrics \lyricsto melodyvIV {\verba.vIV}
|
|
|
|
|
>>
|
|
|
|
|
vIVFullScore = <<
|
|
|
|
|
{\vIVVocalScore}
|
|
|
|
|
\new StaffGroup <<
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vIV.meta \chant.vIV.S>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vIV.meta \chant.vIV.A>>
|
|
|
|
|
>>
|
|
|
|
|
\new GregorianTranscriptionStaff <<
|
|
|
|
|
\clef bass
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceOne \chant.vIV.meta \chant.vIV.T>>
|
|
|
|
|
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vIV.meta \chant.vIV.B>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|
|
|
|
|
>>
|