perparations for rorate
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
[%
|
||||
song_title = "Rorate Cæli";
|
||||
scores = {
|
||||
band = "rorate_modern_full"
|
||||
SATB = "rorate_modern_schola"
|
||||
congregation = "rorate_modern_lz"
|
||||
full = "rorate_modern_full.ly"
|
||||
SATB = "rorate_modern_schola.ly"
|
||||
congregation = "rorate_modern_lz.ly"
|
||||
violin = "rorate_modern_violin.ly"
|
||||
viola = "rorate_modern_viola.ly"
|
||||
cello = "rorate_modern_cello.ly"
|
||||
};
|
||||
after_song = "\\mytable{${directory}/table.tex}"
|
||||
credits = {
|
||||
lyrics = 'nach Jes 45,8'
|
||||
melody = 'Dom Prosper-Louis-Pascal Guéranger (1870)'
|
||||
arrangement = 'Leopold Fajtak'
|
||||
};
|
||||
after_song = "\mytable{${directory}/table.tex}"
|
||||
-%]
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "rorate_modern_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
#(define bar-line-props
|
||||
'((BarLine thick-thickness)
|
||||
(BarLine hair-thickness)
|
||||
(BarLine kern)))
|
||||
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\set fontSize = #-2 \verba.ant }
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.ant.meta \chant.ant.B>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvI" <<\chant.vI.meta \chant.vI.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvI {\set fontSize = #-2 \verba.vI}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.vI.meta \chant.vI.B>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvII" <<\chant.vII.meta \chant.vII.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvII {\set fontSize = #-2 \verba.vII}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.vII.meta \chant.vII.B>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvIII" <<\chant.vIII.meta \chant.vIII.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvIII {\set fontSize = #-2 \verba.vIII}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.vIII.meta \chant.vIII.B>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvIV" <<\chant.vIV.meta \chant.vIV.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvIV {\set fontSize = #-2 \verba.vIV}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.vIV.meta \chant.vIV.B>>
|
||||
>>
|
||||
>>}
|
||||
@@ -5,5 +5,8 @@
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score {
|
||||
\AntVocalScore
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta {\chant.ant.cantus}>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
|
||||
>>
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
\include "gregorian.ly"
|
||||
chant.meta = {
|
||||
\key f \major
|
||||
\key g \major
|
||||
\set Score.timing = ##f
|
||||
}
|
||||
chant.ant.meta = {
|
||||
@@ -13,31 +13,32 @@ chant.ant.meta = {
|
||||
s4*11 \divisioMinima
|
||||
s4*10 \finalis
|
||||
}
|
||||
chant.ant.cantus = \relative {
|
||||
s4 f'4 g (a) a4 d c c (b) a a (g)
|
||||
chant.ant.cantus = \transpose f g \relative {
|
||||
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
|
||||
|
||||
chant.ant.S = \transpose f g \relative c' {
|
||||
r4 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
|
||||
chant.ant.A = \transpose f g \relative c' {
|
||||
r4 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
|
||||
chant.ant.T = \transpose f g \relative {
|
||||
r4 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 {
|
||||
chant.ant.B = \transpose f g \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
|
||||
@@ -53,54 +54,54 @@ chant.vI.meta = {
|
||||
\chant.meta
|
||||
s4*11 \divisioMinima
|
||||
s4*9 \divisioMaxima
|
||||
s4*4 \divisioMinima
|
||||
s4*4
|
||||
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
|
||||
chant.vI.cantus = \transpose f g \relative c' {
|
||||
r4 f4 g a a( g) a a( b) a a
|
||||
r4 a2 g4 b a a( g) f
|
||||
a b c2 \divisioMinima
|
||||
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
|
||||
r f g( a) a a a( b) a a g( f) e f( e) d
|
||||
}
|
||||
chant.vI.S = \relative c' {
|
||||
chant.vI.S = \transpose f g \relative c' {
|
||||
d2 s4*9
|
||||
d2 s4*4 e2 f4
|
||||
s2 e
|
||||
r2 e
|
||||
s4*5 d2 s2
|
||||
s4 c2 s4*4 \augmentum s4 d2 s2
|
||||
r4 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' {
|
||||
chant.vI.A = \transpose f g \relative c' {
|
||||
a2 s4*9
|
||||
g2( s4*4 g2) a4
|
||||
s2 a
|
||||
r2 a
|
||||
s4*5 a2 s2
|
||||
s4 g2 s4*4 \augmentum s4 d'2 s2
|
||||
r4 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 {
|
||||
chant.vI.T = \transpose f g \relative {
|
||||
d2 s4*9
|
||||
d2 s4*4 c2 d4
|
||||
s2 c
|
||||
r2 c
|
||||
s4*5 d2 s2
|
||||
s4 e2 s4*4 \augmentum s4 f2 s2
|
||||
r4 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 {
|
||||
chant.vI.B = \transpose f g \relative {
|
||||
d2 s4*9
|
||||
b2 s4*4 e,2 d4
|
||||
s2 e
|
||||
r2 e
|
||||
s4*5 f2 s2
|
||||
s4 g2 s4*4 \augmentum s4 a2 s2
|
||||
r4 g2 s4*4 \augmentum s4 a2 s2
|
||||
b2 g s4 d2 s4
|
||||
b'2 s4*4 a2 s c s4 d2 s4
|
||||
}
|
||||
@@ -114,44 +115,44 @@ verba.vI = \lyricmode {
|
||||
}
|
||||
chant.vII.meta = {
|
||||
\chant.meta
|
||||
s4*13 \augmentum s4
|
||||
s4*12 \augmentum s4
|
||||
s4*5 \divisioMaior
|
||||
s4*10 \divisioMaxima
|
||||
s4*11 \divisioMaior
|
||||
s4*11
|
||||
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
|
||||
chant.vII.cantus = \transpose f g \relative c' {
|
||||
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
|
||||
r a b c2 d4 c c(b) a a \divisioMaior
|
||||
f g(a) a2 f4 g f(e)
|
||||
s4 f g(a) a a2 4(b) a a(g f) e f(e) d
|
||||
r4 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
|
||||
chant.vII.S = \transpose f g \relative c' {
|
||||
r4 d2 s4*6 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
|
||||
chant.vII.A = \transpose f g \relative c' {
|
||||
r4 a2 s4*6 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
|
||||
chant.vII.T = \transpose f g \relative {
|
||||
r4 d2 s4*6 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
|
||||
chant.vII.B = \transpose f g \relative {
|
||||
r4 d2 s4*6 a2 s4*3 \augmentum s4 d2 s4
|
||||
b2 a s4*3 d2 s4
|
||||
c2 s4*5 d2 s2
|
||||
s4*3 b2 s4 a2 s4
|
||||
@@ -163,51 +164,51 @@ verba.vII = \lyricmode {
|
||||
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:
|
||||
et i -- "niquitátes nostræ quasi 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 \divisioMaior
|
||||
s4*10 \divisioMaxima
|
||||
s4*11 \divisioMinima
|
||||
s4*12
|
||||
s4*10 \divisioMaxima
|
||||
s4*17 \finalis
|
||||
}
|
||||
chant.vIII.cantus = \relative c' {
|
||||
s4 f g(a) a2 g4 c c(b) a
|
||||
chant.vIII.cantus = \transpose f g \relative c' {
|
||||
f4 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
|
||||
r4 a b c c2 c4(d) c c(b) a \divisioMinima
|
||||
a4 a2 g4(b) a a a(g) f
|
||||
r4 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
|
||||
chant.vIII.S = \transpose f g \relative c' {
|
||||
d2 s4*8
|
||||
r4 g2 s4*3 g2 s4 f4
|
||||
f2 s4*2 f2 f2 s4 f2 s4
|
||||
s4 a2 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
|
||||
chant.vIII.A = \transpose f g \relative c' {
|
||||
a2 s4*8
|
||||
r4 d2 s4*3 c2 s4 a4
|
||||
d2 s4*2 c2 b2 s4 c2 s4
|
||||
s4 c2 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
|
||||
chant.vIII.T = \transpose f g \relative {
|
||||
d2 s4*8
|
||||
r4 g2 s4*3 e2 s4 f4
|
||||
f2 s4*2 f2 f2 s4 f2 s4
|
||||
s4 f2 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
|
||||
chant.vIII.B = \transpose f g \relative {
|
||||
d2 s4*8
|
||||
r4 b2 s4*3 c2 s4 d4
|
||||
b2 s4*2 a2 g2 s4 a2 s4
|
||||
s4 a2 b2 s c d4
|
||||
b2 a s g s4 a2 s d2 s4
|
||||
}
|
||||
verba.vIII = \lyricmode {
|
||||
@@ -215,8 +216,8 @@ verba.vIII = \lyricmode {
|
||||
\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:
|
||||
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 = {
|
||||
@@ -224,58 +225,58 @@ chant.vIV.meta = {
|
||||
s4*16 \divisioMaior
|
||||
s4*10 \divisioMaxima
|
||||
s4*12 \divisioMaior
|
||||
s4*8 \divisioMaxima
|
||||
s4*7 \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
|
||||
chant.vIV.cantus = \transpose f g \relative c' {
|
||||
r4 f4 g a2
|
||||
r4 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
|
||||
r a b c c c(d) c c(b) a a \divisioMaior
|
||||
a2 g4(f) f(b) a \divisioMaxima
|
||||
r 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' {
|
||||
chant.vIV.S = \transpose f g \relative c' {
|
||||
d2 s4 c2 d s4 f2 f s4 f2 f4
|
||||
s2 f2 s4*3 e2 f4
|
||||
r2 f2 s4*3 e2 f4
|
||||
f2 s e s d s
|
||||
e s4*3 d2 d4
|
||||
e s4*2 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' {
|
||||
chant.vIV.A = \transpose f g \relative c' {
|
||||
a2 s4 a2 a s4 a2 b s4 g2 a4
|
||||
s2 b2 s4*3 g2 b4
|
||||
r2 b2 s4*3 g2 b4
|
||||
c2 s c s a s
|
||||
c s4*3 b2 a4
|
||||
c s4*2 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 {
|
||||
chant.vIV.T = \transpose f g \relative {
|
||||
d2 s4 f2 f s4 c2 d s4 b2 c4
|
||||
s2 d2 s4*3 e2 d4
|
||||
r2 d2 s4*3 e2 d4
|
||||
f2 s a s f s
|
||||
e s4*3 g2 f4
|
||||
e s4*2 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 {
|
||||
chant.vIV.B = \transpose f g \relative {
|
||||
d2 s4 f,2 d' s4 f,2 f s4 f2 f4
|
||||
s2 b2 s4*3 c2 d4
|
||||
r2 b2 s4*3 c2 d4
|
||||
a2 s c s d s
|
||||
a s4*3 b2 d,4
|
||||
a s4*2 b2 d,4
|
||||
b'2 s4*3 f4
|
||||
f2 s4 g2 s
|
||||
f2 s4*3 b2 s4*3 c2 f4
|
||||
@@ -294,7 +295,7 @@ verba.vIV = \lyricmode {
|
||||
Sanc -- tus Is -- ra -- el, Re -- démp -- tor tu -- us.
|
||||
}
|
||||
AntVocalScore = \new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta {r4 \chant.ant.cantus}>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
|
||||
>>
|
||||
AntFullScore = <<
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "rorate_modern_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
#(define bar-line-props
|
||||
'((BarLine thick-thickness)
|
||||
(BarLine hair-thickness)
|
||||
(BarLine kern)))
|
||||
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\set fontSize = #-2 \verba.ant }
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.ant.meta \chant.ant.T>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvI" <<\chant.vI.meta \chant.vI.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvI {\set fontSize = #-2 \verba.vI}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.vI.meta \chant.vI.T>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvII" <<\chant.vII.meta \chant.vII.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvII {\set fontSize = #-2 \verba.vII}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.vII.meta \chant.vII.T>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvIII" <<\chant.vIII.meta \chant.vIII.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvIII {\set fontSize = #-2 \verba.vIII}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.vIII.meta \chant.vIII.T>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvIV" <<\chant.vIV.meta \chant.vIV.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvIV {\set fontSize = #-2 \verba.vIV}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.vIV.meta \chant.vIV.T>>
|
||||
>>
|
||||
>>}
|
||||
@@ -0,0 +1,61 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "rorate_modern_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
#(define bar-line-props
|
||||
'((BarLine thick-thickness)
|
||||
(BarLine hair-thickness)
|
||||
(BarLine kern)))
|
||||
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\set fontSize = #-2 \verba.ant }
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.ant.meta \chant.ant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.ant.meta \chant.ant.A>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvI" <<\chant.vI.meta \chant.vI.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvI {\set fontSize = #-2 \verba.vI}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.vI.meta \chant.vI.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vI.meta \chant.vI.A>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvII" <<\chant.vII.meta \chant.vII.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvII {\set fontSize = #-2 \verba.vII}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.vII.meta \chant.vII.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vII.meta \chant.vII.A>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvIII" <<\chant.vIII.meta \chant.vIII.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvIII {\set fontSize = #-2 \verba.vIII}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.vIII.meta \chant.vIII.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vIII.meta \chant.vIII.A>>
|
||||
>>
|
||||
>>}
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff \with { \magnifyStaff #3/5 #(revert-props 'magnifyStaff 0 bar-line-props) } <<
|
||||
\new GregorianTranscriptionVoice = "melodyvIV" <<\chant.vIV.meta \chant.vIV.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melodyvIV {\set fontSize = #-2 \verba.vIV}
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.vIV.meta \chant.vIV.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.vIV.meta \chant.vIV.A>>
|
||||
>>
|
||||
>>}
|
||||
Reference in New Issue
Block a user