summaryrefslogtreecommitdiff
path: root/Wach_auf_wach_auf_s_ist_hohe_Zeit/stimmen.ly
blob: 8db1c35d49a645c35d6180a9a8e8c2914c210cf8 (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
%some settings% vim: ai sw=2 lbr nu et

  \version "2.18"

  global = {
    \key d \major
    %\override Staff.TimeSignature #'style = #'()
    \time 2/2
    \autoBeamOff
  }

% Die Stimmen

  akkorde = \chordmode {
    e1:m |
    a:m |
    c |
    e1*2:m |
    h2:m fis |
    h1 |
    e:m |
    a |
    h |
    e:m |
    c2 d |
    e1 | \bar "|."
  }

  melodie = \relative e' {
    e2 h'4 h |
    c2 h |
    a4.( e8 g4) fis |
    e2 r4 e |
    g e h'4.( cis8 |
    d4) h d cis |
    h2 r4 h |
    h ais h fis |
    a2 g |
    fis r4 h |
    h a g e |
    g2 fis |
    e1 | \bar "|."
  }