summaryrefslogtreecommitdiff
path: root/Kasimirs_Liederbuch/Es_fuehrt_ueber_den_Main/stimmen.ly
blob: 8b72d7e6b166319775fd7f7409d652d473df2ed9 (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
\version "2.18"

global = {
  \time 3/4
  \partial 4
  \key c \major
  \autoBeamOff
  \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy)
  \tieDashed
  \slurDashed
}

akkorde = \chordmode {
  s4 |
  c2. |
  g |
  g |
  c |
  f |
  g |
  c |
  a:m |
  e |
  a2:m
}

melodie = \relative g {
  g8~ g |
  c4 c8~ c c8( e) |
  d4.~ d8 g~ g |
  g4 g g8( e) |
  c2 e8 g |
  a4 a a8( f) |
  d2 e8 f |
  g4 g e |
  c c8 h c d |
  e4 d8 c h4 |
  \tieSolid \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy tieMelismaBusy)
  a2.~ |
  a2 \bar "|."
}

bassMelodie = \relative c {
  r4 |
  c2. |
  g |
  g4 a h |
  c2 e4 |
  f2. |
  g2 e4 |
  c2 h4 |
  a2. |
  e4 gis h |
  a c e |
  a2
}