summaryrefslogtreecommitdiff
path: root/Ich_sing_dir_mein_Lied/stimmen.ly
blob: 7a6f27327554c5017a6f61da4f37cf8815ad7bd9 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
%some settings% vim: ai sw=2 lbr nu et

  \version "2.18"

  global = {
    \key e \minor
    %\override Staff.TimeSignature #'style = #'()
    \time 3/4
    \autoBeamOff
    \partial 4
    \set melismaBusyProperties = #'()
    \slurDashed
    \tieDashed
  }

% Die Stimmen

  melodieSopran = \relative h' {
    h4 |
    h g e |
    h2 h'4 |
    h a g |
    h a a |
    a fis dis |
    h~ h a' |
    a h c |
    c h h |
    h g e |
    h h h' |
    h c d |
    d c c |
    c h a |
    g g g |
    fis e dis |
    e2 \bar "|."
  }

  melodieAlt = \relative h {
    h4 |
    h d c |
    h2 e4 |
    e e e |
    e e c |
    h h h |
    h~ h fis' |
    fis fis fis |
    e e h |
    h d c |
    h h e |
    e e e |
    e e e |
    dis e e |
    e e e |
    c h h |
    h2 \bar "|."
  }

  melodieTenor = \relative g {
    g4 |
    g g g |
    g2 g4 |
    g a h |
    g fis e |
    dis dis fis |
    fis( a) c |
    c h a |
    g g g |
    g g g |
    g g gis |
    gis a h |
    c c h |
    a h c |
    h c h |
    a g fis |
    g2 \bar "|."
  }

  melodieBass = \relative e {
    e4 |
    e e e |
    e2 e4 |
    d4 d d |
    c c a |
    h h h |
    dis~ dis dis |
    dis dis dis |
    e e e |
    e e e |
    e e e |
    e fis gis |
    a a g |
    fis g a |
    h g e |
    h h h |
    e2 \bar "|."
  }