summaryrefslogtreecommitdiff
path: root/Wenn_das_Brot_das_wir_teilen/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-30 14:10:04 +0200
committerErich Eckner <git@eckner.net>2020-09-30 14:10:04 +0200
commit441470fd52525e0fbf6ce84f20fa162935fb8fb7 (patch)
tree27fd3489dd3f396d2c4ba50ff316975855faee0c /Wenn_das_Brot_das_wir_teilen/stimmen.ly
parentc0cb5947e62364a82217c5a80e17a4c2876d0935 (diff)
downloadMusik-441470fd52525e0fbf6ce84f20fa162935fb8fb7.tar.xz
Wenn_das_Brot_das_wir_teilen neu
Diffstat (limited to 'Wenn_das_Brot_das_wir_teilen/stimmen.ly')
-rw-r--r--Wenn_das_Brot_das_wir_teilen/stimmen.ly88
1 files changed, 88 insertions, 0 deletions
diff --git a/Wenn_das_Brot_das_wir_teilen/stimmen.ly b/Wenn_das_Brot_das_wir_teilen/stimmen.ly
new file mode 100644
index 0000000..f4de63a
--- /dev/null
+++ b/Wenn_das_Brot_das_wir_teilen/stimmen.ly
@@ -0,0 +1,88 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.12"
+
+global = {
+ \key c \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+}
+
+% Die Stimmen
+
+pausen = {
+ R1*3 |
+ r2. s4 |
+ s1*7 |
+ s2 r4 s |
+ s1*3 |
+ s2 r4 s |
+ s1 |
+ s2 r4 \bar "|."
+}
+
+unisono = \relative e' {
+ s1*3 |
+ s2. e8 f |
+ g4 g8 e c4 d8 e |
+ f4 e8 d4. e8 f |
+ g4 g8 g a4 h8 c |
+ h4 a8 g4.
+}
+
+sopranMelodie = \relative a' {
+ \unisono a8 h |
+ c4 c8 c h4 g8 g |
+ a4 a8 g4. c,8 d |
+ e4 e8 e e4 d8 c |
+ d2 s4 a'8 h |
+ c4 c8 c h4 g8 g |
+ a4 a8 g4. c,8 d |
+ e4 e8 e f e f4 |
+ g2 s4 c,8 d |
+ e4 e8 e f e d4 |
+ c2 s4 \bar "|."
+}
+
+altMelodie = \relative a' {
+ \unisono a8 g |
+ e4 e8 e e4 e8 d |
+ c4 c8 e4. c8 h |
+ c4 c8 c a4 a8 a |
+ h2 s4 a'8 g |
+ e4 e8 e e4 e8 d |
+ c4 c8 e4. c8 h |
+ c4 c8 c d d d[ c] |
+ d2 s4 c8 h |
+ c4 c8 c a a h4 |
+ c2 s4 \bar "|."
+}
+
+tenorMelodie = \relative a {
+ \transpose c' c \unisono a8 h |
+ c4 c8 c g4 h8 h |
+ a4 a8 c4. c8 h |
+ a4 a8 a f4 f8 f |
+ g2 s4 a8 h |
+ c4 c8 c g4 h8 h |
+ a4 a8 c4. c8 h |
+ a4 a8 a a a a4 |
+ h2 s4 c8 h |
+ a4 a8 a f f g[ f] |
+ e2 s4 \bar "|."
+}
+
+bassMelodie = \relative a {
+ \transpose c' c \unisono a8 g |
+ c,4 c8 d e4 e8 e |
+ f4 f8 c4. c8 h |
+ a4 a8 a d4 d8 d |
+ g,2 s4 a'8 g |
+ c,4 c8 d e4 e8 e |
+ f4 f8 c4. c8 h |
+ a4 a8 a d d d4 |
+ g,2 s4 c8 h |
+ a4 a8 a d d g,4 |
+ c2 s4 \bar "|."
+}