summaryrefslogtreecommitdiff
path: root/Abend_ward_bald_kommt_die_Nacht/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Abend_ward_bald_kommt_die_Nacht/stimmen.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Abend_ward_bald_kommt_die_Nacht/stimmen.ly')
-rw-r--r--Abend_ward_bald_kommt_die_Nacht/stimmen.ly37
1 files changed, 37 insertions, 0 deletions
diff --git a/Abend_ward_bald_kommt_die_Nacht/stimmen.ly b/Abend_ward_bald_kommt_die_Nacht/stimmen.ly
new file mode 100644
index 0000000..be81e31
--- /dev/null
+++ b/Abend_ward_bald_kommt_die_Nacht/stimmen.ly
@@ -0,0 +1,37 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative g' {
+ g4 a h g8[ d] | e4 fis g2\breathe |
+ c4 h a a | h1\breathe | h4 c d4. d8 |
+ c4 h a2\breathe | d,4 g a a | g1 | \bar "|."
+ }
+
+ altMelodie = \relative d' {
+ d4 d d d | c c e2\breathe |
+ e4 e e fis | g1\breathe | g4 g g fis |
+ e d8[ e] fis2\breathe | d4 h e d | h1 | \bar "|."
+ }
+
+ tenorMelodie = \relative h {
+ h4 fis g g | g a h2\breathe |
+ a4 a a d | d1\breathe | d4 c h a |
+ g h8[ c] d4\breathe a~( | a8[ fis]) g4 g fis | d1 | \bar "|."
+ }
+
+ bassMelodie = \relative g {
+ g4 d g, h | c a e'2\breathe |
+ a,4 h c d | g1\breathe | g4 e g d |
+ e g d2 | h4 e8[ d] c4 d | g,1 | \bar "|."
+ }
+