summaryrefslogtreecommitdiff
path: root/hr/stch/extra/froehlich/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/stch/extra/froehlich/stimmen.ly')
-rw-r--r--hr/stch/extra/froehlich/stimmen.ly118
1 files changed, 118 insertions, 0 deletions
diff --git a/hr/stch/extra/froehlich/stimmen.ly b/hr/stch/extra/froehlich/stimmen.ly
new file mode 100644
index 0000000..6639493
--- /dev/null
+++ b/hr/stch/extra/froehlich/stimmen.ly
@@ -0,0 +1,118 @@
+%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 3/4
+ %\autoBeamOff
+ \partial8
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ c8 ~
+ c8 c8 c8 d8 d8 c8 ~
+ c16 g16 a8 bes8 g4 a8
+ a8 g8 f8 f8.( g16 a16 bes16
+ c8 d8) d8 c4 c8
+ d8 e8 f4 e8 d8 ~
+ d16( c16 c4 b8) c8 e8
+ d8 c8 c8.( d16 e16 f16 g8
+ a8) a8 g4.
+ s8
+ }
+ >>
+ }
+
+ schrott = \relative c' {
+ <<
+ {
+ %s8
+ f8 ~
+ f8 f8 f8 g8 g8 f8
+ d8 c8 bes8 bes8( c8) d8
+ %bes8( a8) bes8
+ d8 c8 bes8 bes4 c8 ~
+ c8 d4 r8 d8 ees8
+ d8 c8 f8 f8( e8) f8
+ f8 g4. a8 bes4 a4 g4.
+ f8 f8 e8 e8 r8
+ s8
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ a8
+ a8 g8 f8 f8.( g16 a16 bes16
+ c8 d8) d8 c4 c8
+ d8 e8 f4 e8 d8 ~
+ d16( c16 c4 b8) c8 e8
+ d8 c8 c8.( d16 e16 f16 g8
+ a8) a8 g4.
+ c,8 ~
+ c8 c8 c8 d8 d8 c8 ~
+ c16 g16 a8 bes8 g4% a8
+ s8
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ \clef "treble_8"
+ {
+ c8
+ d8 e8 f4 e8 d8 ~
+ d16( c16 c4 b8) c8 e8
+ d8 c8 c8.( d16 e16 f16 g8
+ a8) a8 g4.
+ c,8 ~
+ c8 c8 c8 d8 d8 c8 ~
+ c16 g16 a8 bes8 g4 a8
+ a8 g8 f8 f8.( g16 a16 bes16
+ c8 d8) d8 c4 %c8
+ s8
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ e8
+ d8 c8 c8.( d16 e16 f16 g8
+ a8) a8 g4.
+ c,8 ~
+ c8 c8 c8 d8 d8 c8 ~
+ c16 g16 a8 bes8 g4 a8
+ a8 g8 f8 f8.( g16 a16 bes16
+ c8 d8) d8 c4 c8
+ d8 e8 f4 e8 d8 ~
+ d16( c16 c4 b8) c8 %e8
+ s8
+ }
+ >>
+ }
+