summaryrefslogtreecommitdiff
path: root/Schlaf_Kindlein_schlaf/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2024-01-19 22:12:15 +0100
committerErich Eckner <git@eckner.net>2024-01-19 22:12:15 +0100
commitceebee90191bdd53d0210f0fabcdab1cca567910 (patch)
treebd9269a69b12b7ed4afeba6c7ae74db3848a16b5 /Schlaf_Kindlein_schlaf/stimmen.ly
parent24a7d5fc8a6fc80ee96139f4505ce1f5f799e097 (diff)
downloadMusik-ceebee90191bdd53d0210f0fabcdab1cca567910.tar.xz
Schlaf_Kindlein_schlaf neu
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 "|."
+}