summaryrefslogtreecommitdiff
path: root/Komm_in_unsre_stolze_Welt/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-28 10:03:04 +0100
committerErich Eckner <git@eckner.net>2019-03-28 10:03:04 +0100
commita9b98706dc29fe439865618dfb8ce57aa388f8f6 (patch)
treeb1c93c7621c9ba0ea393dfa89f74cd1e28ba2db8 /Komm_in_unsre_stolze_Welt/stimmen.ly
parent7fa63ba6739d3d3a773cdeef9adc65af7947bc4e (diff)
downloadMusik-a9b98706dc29fe439865618dfb8ce57aa388f8f6.tar.xz
Komm_in_unsre_stolze_Welt neu
Diffstat (limited to 'Komm_in_unsre_stolze_Welt/stimmen.ly')
-rw-r--r--Komm_in_unsre_stolze_Welt/stimmen.ly28
1 files changed, 28 insertions, 0 deletions
diff --git a/Komm_in_unsre_stolze_Welt/stimmen.ly b/Komm_in_unsre_stolze_Welt/stimmen.ly
new file mode 100644
index 0000000..0a77dac
--- /dev/null
+++ b/Komm_in_unsre_stolze_Welt/stimmen.ly
@@ -0,0 +1,28 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+
+global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/2
+ \autoBeamOff
+}
+
+% Die Stimmen
+
+
+melodie = \relative a' {
+ a2. a4 g e |
+ c d e2\breathe e4 fis |
+ g2 e a4 g |
+ fis2 fis r |
+ h2. h4 a fis |
+ d e fis2\breathe fis4 gis |
+ a2 fis h4 a |
+ gis2 gis\breathe a4 h |
+ c2. h4 a fis |
+ h1\breathe g4 a |
+ h2. a4 g e |
+ a1. \bar "|."
+}