From 441470fd52525e0fbf6ce84f20fa162935fb8fb7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Sep 2020 14:10:04 +0200 Subject: Wenn_das_Brot_das_wir_teilen neu --- Wenn_das_Brot_das_wir_teilen/stimmen.ly | 88 +++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 Wenn_das_Brot_das_wir_teilen/stimmen.ly (limited to 'Wenn_das_Brot_das_wir_teilen/stimmen.ly') 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 "|." +} -- cgit v1.2.3-54-g00ecf