summaryrefslogtreecommitdiff
path: root/hr/quartett/jesu/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/quartett/jesu/stimmen.ly')
-rw-r--r--hr/quartett/jesu/stimmen.ly123
1 files changed, 123 insertions, 0 deletions
diff --git a/hr/quartett/jesu/stimmen.ly b/hr/quartett/jesu/stimmen.ly
new file mode 100644
index 0000000..e1ebbb6
--- /dev/null
+++ b/hr/quartett/jesu/stimmen.ly
@@ -0,0 +1,123 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ \clef "treble_8"
+ {
+ r1
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ \repeat volta 2 {
+ e4 d4 c4. b8
+ a4( b4) e2
+ e4 a8( g8) fis4 g8( fis8)
+ e8( fis8 g8 a8) b2
+ c4 b8( a8) b4 b,4
+ e1
+ }
+ e8( fis8) g4 fis4 g4
+ c,4 d4 g,2
+ g'4 fis8( e8) fis4 g8( fis8)
+ e4 b4 e4( fis4)
+ b,2 e4 d4
+ c4 b4 a4( b4)
+ e1
+ \bar "||"
+ \time 3/2
+ \repeat unfold 2 {
+ e2 g2 fis2
+ g2 r2 r2
+ gis2 r2 r2
+ r2 a4( g4) fis4( e4)
+ dis2. dis4 dis4 b4
+ e2. fis4 g4 fis4
+ g4 e4 c2. c4
+ b2 r2 r2
+ }
+ b2 b'2 a2
+ gis2 e'2 e,2
+ a4( b4 a4 g4 fis4 e4
+ dis4 b4 b'4 a4 g4 fis4
+ e2) e2 r2
+ R1.
+ R1.
+ R1.
+ R1.
+ R1.
+ b4 b4 b4 b4 cis4 dis4
+ e4 ais,2 b2 cis4
+ d1. ~
+ d4( cis8 b8 cis4 d4 e4 fis4
+ g4 cis,2 d2 e4
+ fis4 b,2 cis2 d4
+ e4 d4) e2 r2
+ r2 d2 fis2
+ g2( e2) fis2
+ b1 r2
+ \repeat unfold 2 {
+ b2 d2 cis2
+ d2 r2 r2
+ dis2 r2 r2
+ r2 e4( d4) cis4( b4)
+ ais2. ais4 ais4 fis4
+ b2. cis4 d4 cis4
+ d4 b4 g'2. g4
+ fis2 r2 r2
+ }
+ R1.
+ R1.
+ r4 e4 gis4 fis4 gis4 e4
+ a1. ~
+ a2. b4 a4 g4
+ fis2. e4 fis4 d4
+ g4( fis4) g4 a4
+ }
+ >>
+ }
+