summaryrefslogtreecommitdiff
path: root/Kanons/Gloria_/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-15 22:57:52 +0100
committerErich Eckner <git@eckner.net>2018-02-15 22:57:52 +0100
commit117fe4f929bfb1c4e3fb95727961752fc6681c94 (patch)
tree90236a105dba935d54793bfbb34c048fa7e51751 /Kanons/Gloria_/stimmen.ly
parentd3370a0445536ecaf5df8a1df9d928fd0ebddea5 (diff)
downloadMusik-117fe4f929bfb1c4e3fb95727961752fc6681c94.tar.xz
Gloria_ Kanon neu
Diffstat (limited to 'Kanons/Gloria_/stimmen.ly')
-rw-r--r--Kanons/Gloria_/stimmen.ly48
1 files changed, 48 insertions, 0 deletions
diff --git a/Kanons/Gloria_/stimmen.ly b/Kanons/Gloria_/stimmen.ly
new file mode 100644
index 0000000..33d5afc
--- /dev/null
+++ b/Kanons/Gloria_/stimmen.ly
@@ -0,0 +1,48 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+
+global = {
+ \key c \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+}
+
+% Die Stimmen
+
+melodieI = \relative c'' {
+ \repeat volta 2 {
+ c8.^\markup { "1." } g16 g4 a8. g16 g4 |
+ c8 d e c d8. g,16 g4 |
+ c16[( h c d] e[ d c h] a[ g]) f[ e] d4 |
+ g d e^\fermata c'8 g |
+ }
+}
+
+melodieII = \relative e' {
+ \repeat volta 2 {
+ e^\markup { "2." } e g c, f4 e |
+ e8 f g a h8. g16 g4 |
+ g8 a16[ h] c8 c c[( d16 e] f[ e d c] |
+ h4) h c^\fermata e,16[ f] e[ d] |
+ }
+}
+
+melodieIII = \relative c' {
+ \repeat volta 2 {
+ c8^\markup { "3." } c e c a[ h] c4 |
+ c8 c c f d8. c16 h4 |
+ c8. c16 c4 f16[ g] a8 a4 |
+ d, g g2^\fermata |
+ }
+}
+
+melodieOstinato = \relative c' {
+ \repeat volta 2 {
+ c2. c4 |
+ a2 g |
+ e( f |
+ g4) g, c2 |
+ }
+}