summaryrefslogtreecommitdiff
path: root/Stups_der_kleine_Osterhase/stimmen.ly
blob: 7ddcd374e8f1ae98c52806d343796cfde16048ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\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
}

akkorde = \chordmode { \germanChords
  s1*2 | \bar "||"
  \repeat unfold 2 {
    f2 b |
    c a:m |
    d:m g:m |
    c c4:7 |
    f1 |
  }
}

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 |
  }
}