summaryrefslogtreecommitdiff
path: root/Es_fuehrt_ueber_den_Main/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Es_fuehrt_ueber_den_Main/stimmen.ly')
-rw-r--r--Es_fuehrt_ueber_den_Main/stimmen.ly82
1 files changed, 82 insertions, 0 deletions
diff --git a/Es_fuehrt_ueber_den_Main/stimmen.ly b/Es_fuehrt_ueber_den_Main/stimmen.ly
new file mode 100644
index 0000000..f36cf93
--- /dev/null
+++ b/Es_fuehrt_ueber_den_Main/stimmen.ly
@@ -0,0 +1,82 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key d \minor
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ \autoBeamOff
+ \partial 4
+ }
+
+ punktBoegen = {
+ \set melismaBusyProperties = #'()
+ \slurDashed
+ \tieDashed
+ }
+
+ strichBoegen = {
+ \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
+ \slurSolid
+ \tieSolid
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative d' {
+ d4 |
+ e d8 e f4 |
+ g2 d8 e |
+ f4 f g |
+ a2\breathe b8 c |
+ d4 d b |
+ g2 a8 b |
+ c4 c a |
+ f\breathe f8 e f g |
+ a4 g8 f e4 |
+ d2 \bar "|."
+ }
+
+ altMelodie = \relative d' {
+ d4 |
+ h a8 h c4 |
+ d2 c8 h |
+ c4 c d |
+ e4.\breathe f8[ g] a |
+ b4. a8 g[ f] |
+ d2 e8 f |
+ g( a4) g8 f[ e] |
+ d\breathe c d4. e8 |
+ f e d4. c8 |
+ d2 \bar "|."
+ }
+
+ tenorMelodie = \relative a {
+ a4 |
+ g f8 g a4 |
+ h2 a8 g |
+ a4 a h |
+ c2\breathe d8 e |
+ f4 f d |
+ b2 c8 d |
+ e4. d8 c[ h] |
+ a4\breathe a8 g a h |
+ c4 h8 a g4 |
+ <fis a>2 \bar "|."
+ }
+
+ bassMelodie = \relative d {
+ r4 |
+ d2.~ |
+ d~ |
+ d~ |
+ d |
+ g, |
+ r4 c2 |
+ a2. |
+ d~ |
+ d4\breathe g, a |
+ d2 \bar "|."
+ }
+