summaryrefslogtreecommitdiff
path: root/Abend_wird_es_wieder/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_wird_es_wieder/stimmen.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Abend_wird_es_wieder/stimmen.ly')
-rw-r--r--Abend_wird_es_wieder/stimmen.ly29
1 files changed, 29 insertions, 0 deletions
diff --git a/Abend_wird_es_wieder/stimmen.ly b/Abend_wird_es_wieder/stimmen.ly
new file mode 100644
index 0000000..8c04ee5
--- /dev/null
+++ b/Abend_wird_es_wieder/stimmen.ly
@@ -0,0 +1,29 @@
+global = {
+ \time 4/4
+ \key g \major
+ \autoBeamOff
+}
+
+pausen = \relative c {
+ s1*3 | s2. r4 |
+ s1*3 | s2. r4 |
+ s1*3 | s2. r4 | \bar "|."
+}
+
+sopranMelodie = \relative h' {
+ h4 h a a | g2 d | e4 fis g h | a2. s4 |
+ h h c h | a2 d | g,4 c h a | g2. s4 |
+ h2\( c4 h | a2 d\) | g,4\( c h a | g2.\) s4 | \bar "|."
+}
+
+altMelodie = \relative a' {
+ a4 g g fis | d( c) h( c8[ d]) | e4 d d g | g( fis8[ e] fis4) s |
+ d8[( g]) g[( f]) e4 d | cis2 c8[( e d c]) | h8[( d]) g[( e]) g[( d]) c[( d]) | h2. s4 |
+ d4\( f e d | c e fis e\) | d\( e g8[( c,]) c[( d]) | h2.\) s4 | \bar "|."
+}
+
+maennerMelodie = \relative d' {
+ d4 d d d8[( c]) | h4( a) g( a8[ h]) | c4 c h a | d,2. r4 |
+ g g g g | g2 fis | g8[( fis]) e[( c]) d4 d | <g g,>2. r4 |
+ <g g,>1~\( | <g g,>2. c,4\) | h\( c d2 | g2.\) r4 | \bar "|."
+}