summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/brevis_leavitt/agnus/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/stch/fertig/brevis_leavitt/agnus/stimmen.ly')
-rw-r--r--hr/stch/fertig/brevis_leavitt/agnus/stimmen.ly226
1 files changed, 226 insertions, 0 deletions
diff --git a/hr/stch/fertig/brevis_leavitt/agnus/stimmen.ly b/hr/stch/fertig/brevis_leavitt/agnus/stimmen.ly
new file mode 100644
index 0000000..5540057
--- /dev/null
+++ b/hr/stch/fertig/brevis_leavitt/agnus/stimmen.ly
@@ -0,0 +1,226 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key e \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ generalPausen = {
+ s1*8
+ \break
+ s1*8
+ \break
+ R1*3
+ s1*4
+ \break
+ s1*4
+ s1*4
+ \break
+ s1*4
+ s1*4
+ \break
+ s1*5
+ r1
+ s1
+ s1
+ }
+ frauenEnde = \relative c'' {
+ g2( d2)
+ e1 ~
+ e1
+ s1\fermata
+ }
+ sopPat = \relative c' {
+ r4 e4( gis4) b4
+ c4.( g8) b2
+ r4 e,4( gis4) b4
+ c8( e8 d8 c8) b4. b8
+ \voiceOne
+ d4 e8 d8 a4 fis8( gis8)
+ a2 cis2
+ c4 d8( c8) a4 e8( f8)
+ g2 c4( b4)
+ a2( e2)
+ fis1
+ g2( d2)
+ e1
+ }
+ sopranMelodie = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ \oneVoice
+ R1
+ R1*3
+ \sopPat
+ s1*3
+ \sopPat
+ %
+ r4 c4( e4) g4
+ a4.( d,8) g2
+ r4 g4( bes4) d4
+ cis4.( a8) b4. b8
+ d4 d8 cis8 a4 fis8( g8)
+ a2 cis2
+ c4 c8( b8) g4 e8( f8)
+ g2 c4( b4)
+ a2( e2)
+ fis1
+ \frauenEnde
+ gis1
+ gis1\fermata
+ \bar "|."
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ s1*4
+ s1*3
+ %s2 s4. r8
+ s1
+ \voiceTwo
+ a'1( ~
+ a1 ~
+ a1
+ g1)
+ R1*4
+ %
+ s1*3
+ r4 e4( gis4) b4
+ c4.( g8) b2
+ r4 e,4( gis4) b4
+ c8( e8 d8 c8) b4. r8
+ fis2 fis2
+ fis4 fis2.
+ f2 f2
+ e4 e2.
+ a2( e2)
+ fis1
+ g2( d2)
+ e1
+ %
+ r4 c2 e4
+ d2 d2
+ r4 d4( g4) bes4
+ a2 fis4. fis8
+ g2 g2(
+ fis4) fis4 fis4 fis4
+ f2 f2
+ r4 e8 e8 e4 e4
+ e1
+ fis4 a8 a8 a4 a4
+ \frauenEnde
+ e1
+ e1\fermata
+ }
+ >>
+ }
+
+ maennerI = \relative c' {
+ R1
+ d4 d4 cis4 cis4
+ c2( b2)
+ gis1
+ }
+ maennerII = \relative c {
+ r4 e4( e'4 d8 c8
+ b2) b2
+ c4( b8 a8) gis4. r8
+ a2 a2
+ a4 a2.
+ a2 a2
+ g4 g2.
+ R1
+ d'4 d4 cis4 cis4
+ c2( b2)
+ c1
+ }
+ maennerEnde = \relative c' {
+ c2( d2)
+ e1 ~
+ e1
+ R1\fermata
+ }
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ \clef "treble_8"
+ {
+ R1*8
+ d1(
+ cis1
+ c1 ~
+ c1)
+ \maennerI
+ %
+ R1*4
+ \maennerII
+ %
+ r4 c2 c4
+ c2 b2
+ r4 bes4( d4) f4
+ e2 d4. d8
+ b2 b2(
+ cis4) cis4 cis4 cis4
+ a2 a2
+ r4 c8 c8 c4 c4
+ d2( cis2)
+ d4 a8 a8 a4 a4
+ \maennerEnde
+ gis1
+ gis1\fermata
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ R1*8
+ fis1( ~
+ fis1
+ f1
+ e1)
+ \maennerI
+ %
+ R1*4
+ \maennerII
+ %
+ r4 c'8( b8 a4) g4
+ fis2 g2
+ r4 g2 g4
+ g2 b4. b8
+ d4 d8 cis8 a4 fis8( gis8)
+ a2 a2
+ c4 c8( b8) g4 e8( f8)
+ g2 g2
+ a2( cis2)
+ d1
+ \maennerEnde
+ <b, e,>1
+ q1\fermata
+ }
+ >>
+ }
+