summaryrefslogtreecommitdiff
path: root/Stups_der_kleine_Osterhase/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-02 14:57:17 +0200
committerErich Eckner <git@eckner.net>2018-04-02 14:57:17 +0200
commitce3ecc8d33082dc084f18102703a928d5f902857 (patch)
tree4c019b6383dac9a672fb32af02f8e75f216fed75 /Stups_der_kleine_Osterhase/stimmen.ly
parent9c82c7ee0288c5995bf07d5d964182fb89d5f80a (diff)
downloadMusik-ce3ecc8d33082dc084f18102703a928d5f902857.tar.xz
Stups_der_kleine_Osterhase neu
Diffstat (limited to 'Stups_der_kleine_Osterhase/stimmen.ly')
-rw-r--r--Stups_der_kleine_Osterhase/stimmen.ly71
1 files changed, 71 insertions, 0 deletions
diff --git a/Stups_der_kleine_Osterhase/stimmen.ly b/Stups_der_kleine_Osterhase/stimmen.ly
new file mode 100644
index 0000000..4dc900a
--- /dev/null
+++ b/Stups_der_kleine_Osterhase/stimmen.ly
@@ -0,0 +1,71 @@
+\version "2.18"
+
+global = {
+ \time 4/4
+ \key f \major
+ \autoBeamOff
+}
+
+punktBoegen = {
+ \set melismaBusyProperties = #'()
+ \slurDashed
+ \tieDashed
+}
+
+strichBoegen = {
+ \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
+ \slurSolid
+ \tieSolid
+}
+
+melodie = \relative c''' {
+ \punktBoegen
+ c8. d16 c8 b a g f4 |
+ c8. d16 c8 b a g c,4 | \bar "||"
+ a'8 b c a d c b a |
+ g a b g c b a g |
+ f8. g16 a8 f g a b4 | \time 3/4
+ c8. d16 c8 b a g | \time 4/4
+ f4 r2. |
+ \repeat volta 2 {
+ a8 b c a d c b( a) |
+ g a b g c b a( g) |
+ f8. g16 a8 f g a b8.~ b16 | \time 3/4
+ c,8 c c c d e | \time 4/4
+ f~ f r2. |
+ }
+}
+
+melodieBegleitungBass = \relative c {
+ R1 |
+ c4 c c c | \bar "||"
+ f a, b d |
+ e g, a c |
+ d c b <b d> | \time 3/4
+ <c e> c d8 e | \time 4/4
+ f4 c f8 c d e |
+ \repeat volta 2 {
+ f4 a, b d |
+ e g, a c |
+ d c b <b d> | \time 3/4
+ <c e> <c e> b | \time 4/4
+ a c f r |
+ }
+}
+
+melodieBegleitungOben = \relative e'' {
+ R1 |
+ e8. f16 e8 d c b e,4 | \bar "||"
+ f'8 g <f a>4 b8 a g f |
+ e f <e g>4 a8 g f e |
+ d8. e16 <f a>4 e8 f g f | \time 3/4
+ e8. f16 e8 d c b | \time 4/4
+ a4 c, f8 c d e |
+ \repeat volta 2 {
+ f' g <f a>4 b8 a g f |
+ e f <e g>4 a8 g f e |
+ d8. e16 <d f>4 e8 f g8. f16 | \time 3/4
+ <c e>2 c8 b | \time 4/4
+ a4 c, c'16 b a g f e d c |
+ }
+}