\version "2.24.2" \language deutsch \include "gregorian.ly" chant.meta = { \key f \major \repeat volta 2 {s4*9} \repeat volta 2 {s4*7} \repeat volta 2 {s4*10} \finalis } chant.cantus = \fixed c' { \repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f g a a } \repeat volta 2 {c' a (b) g g a a} \repeat volta 2 {f4 g( a) \melisma a4 \melismaEnd a f g a a s} } chant.A = \relative c' { \repeat volta 2 {d2 s4 e2 s4 d2 e4} \repeat volta 2 {e2 s d2 e4} \repeat volta 2 {d2 s4 e2 s4 d2 e4 s} } chant.T = \relative { \repeat volta 2 {a2( s4 a2) s4 b2 c4} \repeat volta 2 {c2 s d c4} \repeat volta 2 {a2( s4 a2) s4 b2 c4 s} } chant.B = \relative { \repeat volta 2 {d2 s4 c2 s4 b2 a4} \repeat volta 2 {a2 s b2 a4} \repeat volta 2 {d2 s4 c2 s4 b2 a4 s} } chant.verba = \lyricmode { \set stanza = "V/A" Ky -- ri -- e e -- le -- i son. \set stanza = "V/A" Chri -- ste e -- le -- i -- son. \set stanza = "V" Ky -- ri -- e e -- le -- i son. \set stanza = "A" Ky -- ri -- e e -- le -- i son. } VocalScore = \new GregorianTranscriptionStaff << \new GregorianTranscriptionVoice = "melody" <<\chant.meta \chant.cantus>> \new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba} >> FullScore = << \new StaffGroup << \new GregorianTranscriptionStaff << \new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.cantus>> \new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.A>> >> \new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba} \new GregorianTranscriptionStaff << \clef bass \new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.T>> \new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.B>> >> >> >>