summaryrefslogtreecommitdiff
path: root/Deutsche_Messe/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Deutsche_Messe/stimmen.ly')
-rw-r--r--Deutsche_Messe/stimmen.ly91
1 files changed, 91 insertions, 0 deletions
diff --git a/Deutsche_Messe/stimmen.ly b/Deutsche_Messe/stimmen.ly
new file mode 100644
index 0000000..0d2f974
--- /dev/null
+++ b/Deutsche_Messe/stimmen.ly
@@ -0,0 +1,91 @@
+\version "2.12"
+
+% Wohin % {{{
+globalWohin = {
+ \time 4/4
+ \key f \major
+ \autoBeamOff
+ \partial 4
+}
+
+sopranMelodieWohin = \relative a' {
+ a4^\p |
+ a4. a8 a4 c |
+ a2 g4 g |
+ a4. g8 f4 b8[ a] |
+ g2 a4^\fermata\breathe a4 |
+ a4. a8 a4 c |
+ a2 g4 g |
+ a4. g8 f4 b8[ a] |
+ g2( a4)^\fermata\breathe c^\f |
+ f4. e8 d4 c |
+ c( d) c c8[^\p a] |
+ f4 f f8[ d'] c[ b] |
+ a2 g4\breathe c^\f |
+ f4.e8 d4 c |
+ c( d) c a8[^\p c] |
+ c4. b8 a4 g |
+ f2. \bar "|."
+}
+
+altMelodieWohin = \relative f' {
+ f4 |
+ f4. f8 f4 f |
+ f2 e4 e |
+ e4. e8 d4 g8[ f] |
+ f[ e d e] f4 f |
+ f4. f8 f4 f |
+ f2 e4 e |
+ e4. e8 d4 g8[ f] |
+ f[( e d e] f4) f |
+ f4. f8 f4 a |
+ a( b) a f |
+ f es d g |
+ f2 e4 f |
+ f4. f8 f4 a |
+ a( b) a f |
+ f4. f8 f4 e |
+ f2. \bar "|."
+}
+
+tenorMelodieWohin = \relative c' {
+ c4^\p |
+ c4. c8 c4 c |
+ c2 c4 c |
+ a4. a8 a4 d8[ f] |
+ c2 c4\breathe c |
+ c4. c8 c4 c |
+ c2 c4 c |
+ a4. a8 a4 d8[ f] |
+ c2.\breathe c4^\f |
+ c4. c8 d4 f |
+ f2 f4 a,^\p |
+ c a b d |
+ c2 c4\breathe c4^\f |
+ c4. c8 d4 f |
+ f2 f4 c8[^\p es] |
+ es4. d8 c4 b |
+ a2. \bar "|."
+}
+
+bassMelodieWohin = \relative f {
+ f4 |
+ f4. f8 f4 a |
+ c,2 c4 c |
+ cis4. cis8 d4 g, |
+ c2 f4_\fermata f |
+ f4. f8 f4 a |
+ c,2 c4 c |
+ cis4. cis8 d4 g, |
+ c2( f4)_\fermata a |
+ a4. a8 b4 f |
+ b2 f4 f |
+ a, c b g |
+ c2 c4 a' |
+ a4. a8 b4 f |
+ b2 f4 f |
+ b,4. b8 c4 c |
+ f2. \bar "|."
+}
+% }}}
+