Files
lilypond/missa_st_caeciliae/agnus_dei.ly
2023-11-30 16:15:04 +01:00

179 lines
2.9 KiB
Plaintext

\version "2.22.2"
\language "deutsch"
\header{
title = "Agnus Dei"
tagline = ##f
composer = "Ant. Foerster"
}
global = { \key d \minor \time 4/4 \set breathMarkType = #'chantquarterbar \autoBeamOff }
sopran = \relative {
\global
\dynamicUp
d'4\p d4 e4 e8 \breathe e8
f4 f8 f8 g4 b4
a2 a2
a4. a8 a4\< d4
b2\!\>( \after 4 \! a2)
a1 \bar "||"
d4\mf d4 c!4 c8 \breathe c8
b4 b8 b8 b4 b4
b2 a2 \bar "||"
a4.\p a8 a4\< d4
b2\!\>( a2)
a1\! \bar "||"
d,4\f d4 e4 e8 \breathe e8
f4 f8 f8 \breathe g4 b4
a2 a2 \bar "||"
\key d \major
\tempo "Andante."
a4.\p a8 a4 d4
h2 a2
g4. g8 fis4 d'4
d2( cis2)
d2 \breathe fis,2\pp(
e1^\markup { \italic rall. })
d1\fermata \bar "|."
}
alto = \relative {
\global
d'4 d4 d4 cis8 cis8
d4 d8 d8 d4 d4
d2 cis2
d4. e8 f4 d4
d2( cis2)
d1
a'4 f4 e4 e8 f8
d4 d8 d8 g4 f4
e2 e2
d4. e8 f4 d4
d2( cis2)
d1
d4 d4 d4 cis8 cis8
d4 d8 d8 d4 d4
d2 cis2
\key d \major
d4. e8 fis4 d4
g2 fis2
e4. e8 d4 fis4
e1
d2 d2\((
d2) cis2\)
d1
}
tenor = \relative {
\global
\dynamicUp
d'4\p c4 b4 a8 \breathe a8
a4 a8 a8 g4 g4
f2 e2
f4. g8 a4 a4
g2.( e4)
f1
f'4\mf d4 a4 a8 \breathe a8
g4 g8 g8 g4 g4
g2 g2
f4. g8 a4 a4
g2.( e4)
f1
d'4\f c!4 b4 a8 \breathe a8\f
a4 a8 a8 g4 g4
f2 e2
\key d \major
fis4. g8 a4 a4
g4( h4) d4( c4)
h4. a8 a4 d4
h2( a2)
a2 h2(\(
h2\) a4 g4)
fis1
}
bass = \relative {
\global
r2 r4 r8 a8\p
d,4 c!8 c8 b4 g4
a2 a2
d4. d8 d4\< f4
g4\!\>( e4 a,2)
d1\!
r2 r4 r8 f8\mf
g4 f8 f8 e4 d4
cis2 cis2
d4.\p d8 d4\< f4
g4\!\>( e4 a,2)
d1\!
r2 r4 r8 a'8\f
d,4 c!8 c8 \breathe b4 g4
a2 a2
\key d \major
d4.\p d8 d4 fis4
g2 d4( dis4)
e4. cis!8 d!4
h'4
g2( a4 g4)
fis2 h,2\pp(
g2_\markup { \italic rall. } a2)
d1\fermata
}
besedilo = \lyricmode {
A -- gnus De -- i, qui tol -- lis pec -- ca -- ta mun -- di,
mi -- se -- re -- re no -- bis.
A -- gnus De -- i, qui tol -- lis pec -- ca -- ta mun -- di,
mi -- se -- re -- re no -- bis.
A -- gnus De -- i, qui tol -- lis pec -- ca -- ta mun -- di,
do -- na no -- bis pa -- cem,
do -- na no -- bis pa -- cem,
pa -- cem.
}
\score {
\new ChoirStaff <<
\new Staff \with {
\consists "Merge_rests_engraver"
} <<
\tempo \markup "Adagio."
\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 }
>>
>>
\layout {
\context {
\Score
}
}
}
%\paper {
% %#(set-paper-size "a5")
% %page-count = #1
% system-system-spacing =
% #'((basic-distance . 18)
% (minimum-distance . 8)
% (padding . 1)
% (stretchability . 60))
%}