perparations for rorate
This commit is contained in:
+22
-24
@@ -1,47 +1,45 @@
|
||||
\version "2.24.2"
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "gregorian.ly"
|
||||
|
||||
chant.meta = {
|
||||
\key f \major
|
||||
\repeat volta 2 {s4*6}
|
||||
\repeat volta 2 {s4*9}
|
||||
\repeat volta 2 {s4*7}
|
||||
s4*6 \finalis
|
||||
s4*8 \finalis
|
||||
\repeat volta 2 {s4*10} \finalis
|
||||
}
|
||||
chant.cantus = \fixed c' {
|
||||
\repeat volta 2 { \melisma a4 \melismaEnd a f g a a }
|
||||
\repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f g a a}
|
||||
\repeat volta 2 {c' a (b) g g a a}
|
||||
\melisma a \melismaEnd a f g a a
|
||||
\melisma a \melismaEnd a f g (f) e d
|
||||
\repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f g a a s4}
|
||||
}
|
||||
chant.S = \relative c' {
|
||||
\repeat volta 2 {f2 s1 g2 a4}
|
||||
\repeat volta 2 {c2 s2 g2 a4}
|
||||
\repeat volta 2 {f2 s1 g2 a4 s4}
|
||||
}
|
||||
chant.A = \relative c' {
|
||||
\repeat volta 2 {f2 s4 d2 e4}
|
||||
\repeat volta 2 {e2 s d2 e4}
|
||||
f2 s4 d2 e4
|
||||
f2 s4 d2 c4 a
|
||||
\repeat volta 2 {f2 s1 d2 e4}
|
||||
\repeat volta 2 {e2 s2 d2 e4}
|
||||
\repeat volta 2 {f2 s1 d2 e4 s4}
|
||||
}
|
||||
chant.T = \relative {
|
||||
\repeat volta 2 {a2 s4 b2 c4}
|
||||
\repeat volta 2 {c2 s d c4}
|
||||
a2 s4 b2 c4
|
||||
a2 s4 b2 g4 f
|
||||
\repeat volta 2 {a2 s1 b2 c4}
|
||||
\repeat volta 2 {c2 s2 d2 c4}
|
||||
\repeat volta 2 {a2 s1 b2 c4 s4}
|
||||
}
|
||||
chant.B = \relative {
|
||||
\repeat volta 2 {d2 s4 b2 a4}
|
||||
\repeat volta 2 {a2 s b2 a4}
|
||||
d2 s4 b2 a4
|
||||
d2 s4 b2 c4 d
|
||||
\repeat volta 2 {d2 s1 b2 a4}
|
||||
\repeat volta 2 {a2 s2 b2 a4}
|
||||
\repeat volta 2 {d2 s1 b2 a4 s4}
|
||||
}
|
||||
chant.verba = \lyricmode {
|
||||
\set stanza = "V/A"
|
||||
Ky -- ri -- e, e -- le -- i -- son.
|
||||
\set stanza = "V/A"
|
||||
Chri -- ste, er -- le -- i son.
|
||||
\set stanza = "V"
|
||||
Ky -- ri -- e, e -- le -- i -- son.
|
||||
\set stanza = "A"
|
||||
\set stanza = "V/A"
|
||||
Ky -- ri -- e, e -- le -- i -- son.
|
||||
}
|
||||
|
||||
@@ -51,12 +49,12 @@ VocalScore =
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
>>
|
||||
FullScore = <<
|
||||
{\VocalScore}
|
||||
\new StaffGroup <<
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.cantus>>
|
||||
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.A>>
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.T>>
|
||||
|
||||
Reference in New Issue
Block a user