summaryrefslogtreecommitdiff
path: root/Kasimirs_Liederbuch/Es_fuehrt_ueber_den_Main/stimmen.ly
blob: 7c39c2486b8886261b9a180cd468e74f4a244b39 (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
\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 |
  a:m |
  d:m |
  g |
  c |
  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 |
  a2 \bar "|."
}