summaryrefslogtreecommitdiff
path: root/Nun_danket_alle_Gott_/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Nun_danket_alle_Gott_/stimmen.ly')
-rw-r--r--Nun_danket_alle_Gott_/stimmen.ly31
1 files changed, 31 insertions, 0 deletions
diff --git a/Nun_danket_alle_Gott_/stimmen.ly b/Nun_danket_alle_Gott_/stimmen.ly
new file mode 100644
index 0000000..708b3c5
--- /dev/null
+++ b/Nun_danket_alle_Gott_/stimmen.ly
@@ -0,0 +1,31 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.12"
+
+global = {
+ \key f \major
+ \time 4/4
+ \autoBeamOff
+ \partial 4
+}
+
+% Die Stimmen
+
+melodie = \relative c'' {
+ \repeat volta 2 {
+ c4 |
+ c c d d |
+ c2 r4 a |
+ b a g a |
+ g2 f4
+ }
+ g |
+ g g a a |
+ g2 r4 g |
+ a c c h |
+ c2 r4 c |
+ d c b a |
+ b2 r4 a |
+ g a g g |
+ f2 r4 \bar "|."
+}