summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/capricciata/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/stch/fertig/capricciata/stimmen.ly')
-rw-r--r--hr/stch/fertig/capricciata/stimmen.ly228
1 files changed, 228 insertions, 0 deletions
diff --git a/hr/stch/fertig/capricciata/stimmen.ly b/hr/stch/fertig/capricciata/stimmen.ly
new file mode 100644
index 0000000..7a9ba74
--- /dev/null
+++ b/hr/stch/fertig/capricciata/stimmen.ly
@@ -0,0 +1,228 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key c \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 2/2
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodieA = \relative c'' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ \repeat volta 2 {
+ c4 c8 c8 b4 g4
+ a2 g2
+ f4 f8 f8 e4 c4
+ d2 c2
+ r4 g'4 c4. c8
+ a4. a8 d4. d8
+ }
+ \alternative {
+ {
+ b2 a4 c4( ~
+ \time 3/2
+ c4 b8 a8 b2) c2
+ }
+ {
+ \time 3/2
+ b2 a4 c2( b4)
+ }
+ }
+ \time 2/2
+ c4 g4 g8( f8 g8 a8
+ \repeat volta 2 {
+ g4) g4 r2
+ r4 e4 e8( d8 e8 f8
+ e4) e4 r4 e4
+ e8( d8 e8 f8 g4) g4
+ g4( fis8 e8 fis2)
+ g1
+ r2 c,4 d8 e8
+ f4 e4 d4 c4
+ r2 g'4 a8 b8
+ c4 d4 c4 b4
+ r2 e4 d8 c8
+ b4 a4 b4 c4
+ }
+ \alternative {
+ {
+ d4 e4 d2
+ e4 g,4 g8( f8 g8 a8
+ }
+ {
+ %<<s4)
+ g4) e4 d2
+ c1
+ }
+ }
+ \bar "||"
+ }
+ >>
+ }
+
+ altMelodieA = \relative c'' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ \repeat volta 2 {
+ r1
+ c4 c8 c8 b4 g4
+ a2 g2
+ g4 g8 g8 e4 c4
+ d2 c2
+ r4 c4 f4. f8
+ }
+ \alternative {
+ {
+ d4 g4 f8 d8 e8 c8
+ \time 3/2
+ e4( d8 c8 d2) c2
+ }
+ {
+ \time 3/2
+ d4. g8 f8 d8 e8 c8 d2
+ }
+ }
+ \time 2/2
+ c4 e4 e8( d8 e8 f8
+ \repeat volta 2 {
+ e4) e4 r2
+ r4 g4 g8( f8 g8 a8
+ g4) g4 r4 g4
+ c8( b8 c8 d8 c4) b4
+ b4( a8 g8 a2)
+ b1
+ g4 a8 b8 c4 b4
+ a4 g4 r2
+ g4 a8 b8 c4 d4
+ c4 b4 r2
+ e4 d8 c8 b4 a4
+ b4 c4 d4 e4
+ }
+ \alternative {
+ {
+ d4( c2 b4)
+ \slurDown
+ c4 e,4 e8( d8 e8 f8)
+ }
+ {
+ d'4( c2 b4)
+ c1
+ }
+ }
+ }
+ >>
+ }
+
+ bassMelodieA = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ \repeat volta 2 {
+ r1
+ r1
+ r2 c'4 c8 c8
+ b4 g4 a2
+ g2 r4 c,4
+ f4. f8 d4. d8
+ }
+ \alternative {
+ {
+ g4. e8 f4 e4
+ \time 3/2
+ g1 c,2
+ }
+ {
+ \time 3/2
+ g'4. e8 f4 e4 g2
+ }
+ }
+ c,1
+ \repeat volta 2 {
+ r4 c'4 c8( b8 c8 d8
+ c4) c4 r2
+ r4 c4 c8( b8 c8 d8
+ c2) g2
+ d'1
+ g,2 g4 a8 b8
+ c4 b4 a4 g4
+ r2 d4 e8 f8
+ g4 f4 e4 d4
+ a'4 g8 f8 e4 d4
+ e4 f4 g4 a4
+ g1 ~
+ }
+ \alternative {
+ {
+ g1
+ c,1
+ }
+ {
+ g'1 \repeatTie
+ c,1
+ }
+ }
+ }
+ >>
+ }
+
+ sopranMelodieB = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ altMelodieB = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ tenorMelodieB = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ \clef "treble_8"
+ {
+ r1
+ }
+ >>
+ }
+
+ bassMelodieB = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ r1
+ }
+ >>
+ }
+