summaryrefslogtreecommitdiff
path: root/Schlaf_Kindlein_schlaf/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Schlaf_Kindlein_schlaf/stimmen.ly')
-rw-r--r--Schlaf_Kindlein_schlaf/stimmen.ly40
1 files changed, 40 insertions, 0 deletions
diff --git a/Schlaf_Kindlein_schlaf/stimmen.ly b/Schlaf_Kindlein_schlaf/stimmen.ly
new file mode 100644
index 0000000..b76d6d7
--- /dev/null
+++ b/Schlaf_Kindlein_schlaf/stimmen.ly
@@ -0,0 +1,40 @@
+global = {
+ \key f \major
+ \time 4/4
+ \autoBeamOff
+}
+
+pausen = {
+ s1 |
+ s2 r4 s |
+ s1 |
+ s2 r4 s |
+ s1*5 |
+ s2 r | \bar "|."
+}
+
+melodieI = \relative a' {
+ a2 g4 g |
+ f2 s4 f |
+ c' c b b |
+ a2 s4 a |
+ b b g g |
+ c c a a |
+ b b g g |
+ c c a2\breathe |
+ b g4 g |
+ f2 s | \bar "|."
+}
+
+melodieII = \relative f' {
+ f2 f4 e |
+ f2 s4 f8[ e] |
+ d4 g e c |
+ f2 s4 es |
+ d e f e |
+ d e f es |
+ d e f e |
+ e fis g( fis)\breathe |
+ g( f) f e |
+ f2 s | \bar "|."
+}