summaryrefslogtreecommitdiff
path: root/Der_Mond_ist_aufgegangen_/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Der_Mond_ist_aufgegangen_/stimmen.ly')
-rw-r--r--Der_Mond_ist_aufgegangen_/stimmen.ly46
1 files changed, 46 insertions, 0 deletions
diff --git a/Der_Mond_ist_aufgegangen_/stimmen.ly b/Der_Mond_ist_aufgegangen_/stimmen.ly
new file mode 100644
index 0000000..f8b5578
--- /dev/null
+++ b/Der_Mond_ist_aufgegangen_/stimmen.ly
@@ -0,0 +1,46 @@
+global = {
+ \key f \major
+ \time 4/4
+ \partial 4
+ \autoBeamOff
+}
+
+pausen = {
+ s4 |
+ s1*5 |
+ s2 r4 s |
+ s1*5 |
+ s2. \bar "|."
+}
+
+melodieI = \relative f' {
+ f4 |
+ g f b a |
+ g2 f4\breathe a |
+ a a d c |
+ b2 a4\breathe a |
+ a a b a |
+ g2 s4 f |
+ g f b a |
+ g2 f4\breathe a |
+ a a d c |
+ b2 a4\breathe a |
+ a a b a |
+ g g f \bar "|."
+}
+
+melodieII = \relative f' {
+ f4 |
+ e d e f |
+ f( e) f\breathe f |
+ f8 e d c b4 c |
+ d( e) f \breathe f8 e |
+ d4 c d8 e f4 |
+ e2 s4 f |
+ e d e f |
+ f( e) f\breathe f |
+ f8 e d c b4 a8 a' |
+ a4( g) f\breathe f |
+ e d8 cis d4 f |
+ f e f \bar "|."
+}