summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/head/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/stch/fertig/head/stimmen.ly')
-rw-r--r--hr/stch/fertig/head/stimmen.ly157
1 files changed, 157 insertions, 0 deletions
diff --git a/hr/stch/fertig/head/stimmen.ly b/hr/stch/fertig/head/stimmen.ly
new file mode 100644
index 0000000..a69ef82
--- /dev/null
+++ b/hr/stch/fertig/head/stimmen.ly
@@ -0,0 +1,157 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key e \major
+ \override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ \key e \major
+ e2 b'2
+ cis4 a4 b2
+ e,2 fis4 gis4
+ a4( gis4 fis4) e4
+ fis2 e2
+ e2 b'2
+ e4 cis4 b2
+ b2 cis4 dis4
+ e4( dis4 cis4 b4
+ cis2) b2
+ b2 a4( b4)
+ gis4 cis4 fis,2
+ gis2 ais4 b4
+ cis4( b4 ais4 gis4
+ ais2) gis2
+ fis2 b2
+ e,4 fis8( gis8) a2
+ fis2 fis4 e4
+ dis4( e4) fis2\fermata
+ fis2 fis2
+ gis4 b4 e,2\fermata
+ e2 fis4( gis4)
+ a4( gis4 fis4) e4
+ fis1
+ gis1\fermata
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ % { \meta }
+ %\altArt
+ %the actual tune
+ {
+ e2 e4( dis4)
+ cis4 a'4 gis4( fis4)
+ e2 e4 e4
+ e4( dis4 cis4) e4
+ e4( dis4) b2
+ b2 b2
+ cis4 e4 dis2
+ e4( dis4) cis4 fis4
+ gis2( e4 dis4
+ fis4. e8) e4( cis4)
+ dis2 e4( dis4)
+ dis4 cis4 cis4( b4)
+ e2 gis4 gis4
+ gis1( ~
+ gis4 fis2) fis8( e8)
+ cis2 b2
+ b4 b4 e4( b4)
+ e4( dis4) cis4 cis4
+ cis4( bis4) cis2
+ d4( cis4) b4( a4)
+ e'4 e4 e2
+ e4( dis4) cis4( b4)
+ cis2. e4
+ e2( dis2)
+ e1
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ \clef "treble_8"
+ {
+ e4( fis4) gis4( b4)
+ a4 e'4 dis4( cis4)
+ b2 cis4 b4
+ a4( b4 cis4) gis4
+ b4.( a8) a4( fis4)
+ gis4( a4) fis2
+ gis4 ais4 b4( ais4)
+ gis2 ais4 b4
+ e2( gis,4 b4 ~
+ b4 ais4) fis2
+ b2 cis4( a4)
+ b4 gis4 ais4( gis4)
+ b2 e4 dis4
+ e2.( cis4
+ ais4 dis8 cis8) b2
+ ais4( gis4) fis4( a4)
+ gis4 gis4 gis4( fis4)
+ gis4( b4) a4 gis4
+ a4( gis4) cis2
+ a2 fis2
+ b4 gis4 b4( a4\fermata)
+ gis2 e2
+ a2. gis4
+ b4( a4 fis4 b4)
+ gis1
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ % { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ e2 e2
+ e4 cis'4 b4( a4
+ gis4) gis,4 a4 b4
+ cis4( b4 a4) cis4
+ b2 e2
+ e2. dis4
+ cis4 cis4 gis'4( fis4)
+ e2 e4 dis4
+ cis2( e4 gis4
+ fis2) b,2
+ b'4( a4) gis4( fis4)
+ fis4 e4 dis2 ~
+ dis4 cis4 cis'4 b4
+ ais4( b4 cis4 e,4
+ dis2) e2
+ e2 dis2
+ dis4 d4 cis4( dis4)
+ e2 e4 e4
+ fis4( gis4) a2\fermata
+ d,2 d2
+ d4 d4 cis2
+ b2 a4( gis4)
+ fis2( a4) cis4
+ b1
+ <b e,>1
+ \bar "|."
+ }
+ >>
+ }
+