21 lines
391 B
Plaintext
21 lines
391 B
Plaintext
\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
|
|
}
|
|
}
|
|
}
|