summaryrefslogtreecommitdiff
path: root/Den_Tag_an_dem_wir_feiern_segne_Gott/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Den_Tag_an_dem_wir_feiern_segne_Gott/stimmen.ly')
-rw-r--r--Den_Tag_an_dem_wir_feiern_segne_Gott/stimmen.ly94
1 files changed, 94 insertions, 0 deletions
diff --git a/Den_Tag_an_dem_wir_feiern_segne_Gott/stimmen.ly b/Den_Tag_an_dem_wir_feiern_segne_Gott/stimmen.ly
new file mode 100644
index 0000000..2ece77e
--- /dev/null
+++ b/Den_Tag_an_dem_wir_feiern_segne_Gott/stimmen.ly
@@ -0,0 +1,94 @@
+global = {
+ \time 4/4
+ \key d \major
+ \autoBeamOff
+ \partial 4
+}
+
+pausen = {
+ s4 |
+ s1*3 |
+ s2 r4 s |
+ s1*11 |
+ s2. \bar "|."
+}
+
+sopranMelodie = \relative d' {
+ d8[ e] |
+ fis4 fis fis g |
+ a e g fis |
+ d1~ |
+ d2 s4 d |
+ h' h h cis |
+ d a g fis |
+ e1~ |
+ e2.\breathe d4 |
+ h' h a g |
+ a fis2\breathe d4 |
+ e e d e |
+ fis( g8) a4.\breathe d,4 |
+ h' h cis d |
+ a2.\breathe d,4 |
+ g fis e4. d8 |
+ d2. \bar "|."
+}
+
+altMelodie = \relative d' {
+ d8[ e] |
+ d4 d d e |
+ e e cis cis |
+ h1( |
+ cis2) s4 cis |
+ h d d e |
+ d d cis d |
+ h2( d~ |
+ d cis4)\breathe d |
+ d d e e |
+ d d2\breathe d4 |
+ h h h cis |
+ d4. d\breathe d4 |
+ d d e e |
+ d2.\breathe d4 |
+ d cis h cis |
+ d2. \bar "|."
+}
+
+tenorMelodie = \relative fis {
+ fis8[ g] |
+ a4 a a h |
+ a a a g |
+ fis1~ |
+ fis2 s4 fis |
+ d g g a |
+ a a a a |
+ g2( h |
+ a2.)\breathe a4 |
+ h h cis cis |
+ d a2\breathe a4 |
+ g g g g |
+ a4. a\breathe a4 |
+ g g a a |
+ a2.\breathe a4 |
+ h a g4. g8 |
+ fis2. \bar "|."
+}
+
+bassMelodie = \relative d {
+ d4 |
+ d d d d |
+ cis cis a ais |
+ h1( |
+ a2) s4 a |
+ g g g' g |
+ fis fis e d |
+ e1( |
+ a,2.)\breathe a'4 |
+ g g g g |
+ fis fis2\breathe fis4 |
+ e e a, a |
+ d( e8) fis4.\breathe fis4 |
+ g g g g |
+ fis2.\breathe fis4 |
+ e e a,4. a8 |
+ d2. \bar "|."
+}