summaryrefslogtreecommitdiff
path: root/Abends_will_ich_schlafen_gehn/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Abends_will_ich_schlafen_gehn/stimmen.ly')
-rw-r--r--Abends_will_ich_schlafen_gehn/stimmen.ly53
1 files changed, 53 insertions, 0 deletions
diff --git a/Abends_will_ich_schlafen_gehn/stimmen.ly b/Abends_will_ich_schlafen_gehn/stimmen.ly
new file mode 100644
index 0000000..e5efdd8
--- /dev/null
+++ b/Abends_will_ich_schlafen_gehn/stimmen.ly
@@ -0,0 +1,53 @@
+global = {
+ \key c \major
+ \time 4/4
+ \autoBeamOff
+}
+
+melodieI = \relative c' {
+ c4 e e g |
+ a g g2 |
+ c4 g g e |
+ e d8 c d4. r8 |
+ f4 f e e |
+ d2 c4 r |
+ g' g g f |
+ f4.( e8) d4 r |
+ as' as g4. as8 |
+ b2 a4 r |
+ c c h4. c8 |
+ d2 c4 r |
+ f, a a c |
+ c2 g4 r |
+ g b b d |
+ d2 a4 r |
+ a c c e |
+ e( d) c fis, |
+ g a h c |
+ f2( e4. d8) |
+ c2 r | \bar "|."
+}
+
+melodieII = \relative c' {
+ c4 c c e |
+ f f e( d) |
+ c e e c |
+ c h8 a h4. r8 |
+ d4 d c c |
+ c( h) c r |
+ e e e d |
+ d( cis) d r |
+ R1 |
+ g4 g g f |
+ a2. g4 |
+ h h h a8 g |
+ f2 c4 r |
+ c e e g |
+ g2 d4 r |
+ d f f a |
+ a2. g4 |
+ g fis e d |
+ g2. fis4 |
+ f( g a h) |
+ c2 r | \bar "|."
+}