summaryrefslogtreecommitdiff
path: root/hr/michi/gaudeamus/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
committerErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
commit49d14358c33b7d0ba7e7c381f91943617c7723ea (patch)
treefd55f0d3900d53978587d2228553359f86e69bbe /hr/michi/gaudeamus/stimmen.ly
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/michi/gaudeamus/stimmen.ly')
-rw-r--r--hr/michi/gaudeamus/stimmen.ly87
1 files changed, 87 insertions, 0 deletions
diff --git a/hr/michi/gaudeamus/stimmen.ly b/hr/michi/gaudeamus/stimmen.ly
new file mode 100644
index 0000000..0265c20
--- /dev/null
+++ b/hr/michi/gaudeamus/stimmen.ly
@@ -0,0 +1,87 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c'' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ c8. g16 g4 c4 a8. a16 a2 b8 c8 d4 b4
+ \tag #'slur { c8( e8) c2 }
+ \tag #'tutti { c8 e8 c2 }
+ c8. g16 g4 c4 a8. a16 a2 b8 c8 d4 b4
+ \tag #'slur { c8( e8) c2 }
+ \tag #'tutti { c8 e8 c2 }
+ b8 c8 d4 d4 e8. c16
+ \tag #'slur { d4 d4 }
+ \tag #'tutti { d2 }
+ b8. c16 d4 d4 e8. c16
+ \tag #'slur { d4 d4 }
+ \tag #'tutti { d2 }
+ c8 b8 a8( f'8) e8( d8) e4( d4) c2
+ c8. b16 a8( f'8) e8( d8) g2( b,4) c2.
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ \repeat unfold 2 {
+ e8. e16 f4 g4 g8. g16 f4( e4)
+ } \alternative {
+ {
+ d8 c8 b4 g'4 g4 g4( f4)
+ }
+ {
+ d8 e8 f4 g4 g4 g2
+ }
+ }
+ g8 g8 g4 g4 g8. a16 b4( g4) g8. g16 g4 g4 a8. a16 a4( gis4) e8 e8 e8( a8) a4 g8( a8 f8 g8) e2 g8. g16 g8( a8) a8( d8) c8( b8 a8 g8 f4) e2.
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ {
+ \clef "treble_8"
+ c8. c16 c4 c4 e8. e16 d4( c4) b8 a8 g4 d'4 c4 c2
+ c8. c16 c4 c4 e8. e16 d4( c4) g'8 g8 a8( g8) f4 e4 e2
+ d8 e8 f4 f4 c8. e16 d4( b4) d8. c16 b4 b4 c8. c16 b2 c8 c8 c4 c4 c4( ~ c8 b8) b4( a4)
+ e'8. d16 c8( a8) f'4 e8( g8 f8 e8 d4) c2.
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ c8. c16 d4 e4 f8. f16 f2 f8 f8 f4 f4 e4 e4( d4) c8. c16 d4 e4 f8. f16 f2 f8 e8 d4 g4 c,4 c2
+ g'8 g8 g4 g4 g8. g16 g2
+ f8. f16 f4 f4 f8. f16 f4( e4)
+ a8 g8 f8( d8) e8( f8) e8( f8 g4) a2
+ e8. e16 f4 f4 g2 g,4 c2.
+ }
+ >>
+ }
+