Prvi komit

This commit is contained in:
2023-11-30 16:15:04 +01:00
commit a55df264d9
13 changed files with 2508 additions and 0 deletions

183
missa_st_caeciliae/kyrie.ly Normal file
View File

@@ -0,0 +1,183 @@
\version "2.22.2"
\language "deutsch"
\header{
title = "Kyrie"
tagline = ##f
composer = "Ant. Foerster"
}
global = { \key d \major \time 4/4 \set breathMarkType = #'chantquarterbar }
sopran = \relative {
\global
\dynamicUp
d'4.\p e8 fis4 \breathe a4
fis2( e2)
d1
a'4. a8 a4 \breathe d4
h2\< a2
g4.\!\mf g8 fis4 \breathe h4
a1\>
a1\fermata \bar "||"
a2\!\p^\markup "Soli." a4 \breathe e'4
d2 cis2
h4( cis4) d4 \breathe a4
g2 fis2
fis4\<( gis4) a4 \breathe cis4\!
h2\> \after 4 \! a2\fermata \bar "||"
d,4.\f^\markup "Tutti." e8 fis4 \breathe a4
fis2( e2)
d1
a'4. a8 a4 \breathe d4
h2 a2
g4. g8 fis4 \breathe d'4
d2( cis2)
d2 \breathe fis,2\pp
e1
d1\fermata \bar "|."
}
alto = \relative {
\global
d'4. cis8 d4 e4
d2( cis2)
d1
d4. e8 fis4 d4
g2 fis2
e4. e8 d4 g4
fis2( e2)
fis1
fis2 e4 e4
fis4( gis4) a2
d,4( e4) d4 d4
h4( cis4) d2
d2 cis4 cis4
fis4( e8 d8) cis2
d4. cis8 d4 e
d2( cis2)
d1
d4. e8 fis4 d
g2 fis2
e4. e8 d4 fis4
e1
d2 d2
d2( cis2)^\markup { \italic rall. }
d1
}
tenor = \relative {
\global
fis4. a8 a4 a4
a1
fis1
fis4. g8 a4 a4
g4( h4) d4( cis4)
h4. h8 h4 d4
d2. cis4
d1
d2 cis4 cis4
h2 a2
r1 r1
a4( h4) a4 a4
a4( gis4) a2
fis4. a8 a4 a4
a1
fis1
fis4. g8 a4 a4
g4( h4) d4( c4)
h4. a8 a4 d4
h2( a2)
a2 h2
h2( a4 g4)
fis1
}
bass = \relative {
\global
d4.\p a8 d4 \breathe cis
d( fis a a,)
d2 \breathe d4 d4
d2. \breathe fis4
g2\< d2
e4.\!\mf g8 h4 \breathe g4
a1\>
d,1\fermata
r1\!\p r1
g2 fis4 \breathe fis4
e2 d2
d4\<( h4) fis'4 \breathe e4\!
d4\>( e4) a,2\!\fermata
d4.\f a8 d4 \breathe cis
d( fis a a,)
d2 \breathe d4 d4
d2. \breathe fis4
g2 d4( dis4)
e4. cis8 d4 \breathe h'4
g2( a4 g4)
fis2 \breathe h,2\pp
g2( a2)_\markup { \italic rall. }
d1\fermata
}
besedilo = \lyricmode {
Ky -- ri -- e e -- lei -- son,
Ky -- ri -- e e -- lei -- son,
Ky -- ri -- e e -- lei -- son.
Chri -- ste e -- lei -- son,
Chri -- ste e -- lei -- son,
Chri -- ste e -- lei -- son.
Ky -- ri -- e e -- lei -- son,
Ky -- ri -- e e -- lei -- son,
Ky -- ri -- e e -- lei -- son.
}
besediloBas = \lyricmode {
1*2 2
Ky4 -- ri4 -- e2. 4
1*12 2
Ky4 -- ri4 -- e2. 4
}
\score {
\new ChoirStaff <<
\new Staff \with {
\consists "Merge_rests_engraver"
} <<
\tempo \markup "Andante religioso."
\new Voice = "Sop" { \voiceOne \sopran }
\new Voice = "Alto" { \voiceTwo \alto }
\new Lyrics \lyricsto "Sop" \besedilo
>>
\new Staff \with {
\consists "Merge_rests_engraver"
} <<
\clef "bass"
\new Voice = "Tenor" { \voiceOne \tenor }
\new Voice = "Bass" { \voiceTwo \bass }
>>
\new Lyrics \besediloBas
>>
\layout {
\context {
\Score
}
}
}
%\paper {
% %#(set-paper-size "a5")
% %page-count = #1
% system-system-spacing =
% #'((basic-distance . 18)
% (minimum-distance . 8)
% (padding . 1)
% (stretchability . 60))
%}