perparations for rorate

This commit is contained in:
leopoldfajtak
2024-12-05 10:06:02 +01:00
parent 1e0e4d665c
commit 2187911b5f
48 changed files with 1258 additions and 183 deletions
+10
View File
@@ -0,0 +1,10 @@
[%
scores = {
SATB = 'kyrie_xvi_schola.ly'
congregation = 'kyrie_xvi_lz.ly'
full = 'kyrie_xvi_full.ly'
violin = 'kyrie_xvi_violin.ly'
viola = 'kyrie_xvi_viola.ly'
cello = 'kyrie_xvi_cello.ly'
};
-%]
-9
View File
@@ -1,9 +0,0 @@
\song{[% purpose %]}{}{%
[% IF parts == 'choir' -%]
\lilypondfile{library/freie_lieder/kyrie_xvi/kyrie_xvi_schola.ly}%
[% ELSIF parts != 0 -%]
\lilypondfile{library/freie_lieder/kyrie_xvi/kyrie_xvi_full.ly}%
[% ELSE -%]
\lilypondfile{library/freie_lieder/kyrie_xvi/kyrie_xvi_lz.ly}%
[% END -%]
}
+20
View File
@@ -0,0 +1,20 @@
\version "2.24.2"
\language deutsch
\include "kyrie_xvi_vars.ly"
\score {
<<
{\VocalScore}
\new GregorianTranscriptionStaff <<
\clef bass
\new GregorianTranscriptionVoice <<\chant.meta \chant.B>>
>>
>>
\layout {
\context {
\Score
\omit BarNumber
}
}
}
+22 -24
View File
@@ -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>>
+20
View File
@@ -0,0 +1,20 @@
\version "2.24.2"
\language deutsch
\include "kyrie_xvi_vars.ly"
\score {
<<
{\VocalScore}
\new GregorianTranscriptionStaff <<
\clef alto
\new GregorianTranscriptionVoice <<\chant.meta \chant.T>>
>>
>>
\layout {
\context {
\Score
\omit BarNumber
}
}
}
+20
View File
@@ -0,0 +1,20 @@
\version "2.24.2"
\language deutsch
\include "kyrie_xvi_vars.ly"
\score {
<<
{\VocalScore}
\new GregorianTranscriptionStaff <<
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.S>>
\new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.A>>
>>
>>
\layout {
\context {
\Score
\omit BarNumber
}
}
}