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

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

akkorde = \chordmode {
  s8 |
  c1 |
  g2 c |
  c1 |
  g2:7 c4.
}

melodie = \relative g' {
  g8 |
  g4 e8 g g4 e8 g |
  f4 d8 f e4. g8 |
  g4 e8 g g4 e8 g |
  f~ f e8 d c4. \bar "|."
}