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

  \version "2.12"

  global = {
    \key d \minor
    %\override Staff.TimeSignature #'style = #'()
    \time 3/4
    \autoBeamOff
    \partial 4
  }

  punktBoegen = {
    \set melismaBusyProperties = #'()
    \slurDashed
    \tieDashed
  }

  strichBoegen = {
    \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
    \slurSolid
    \tieSolid
  }

% Die Stimmen

  sopranMelodie = \relative d' {
    d4 |
    e d8 e f4 |
    g2 d8 e |
    f4 f g |
    a2\breathe b8 c |
    d4 d b |
    g2 a8 b |
    c4 c a |
    f\breathe f8 e f g |
    a4 g8 f e4 |
    d2 \bar "|."
  }

  altMelodie = \relative d' {
    d4 |
    h a8 h c4 |
    d2 c8 h |
    c4 c d |
    e4.\breathe f8[ g] a |
    b4. a8 g[ f] |
    d2 e8 f |
    g( a4) g8 f[ e] |
    d\breathe c d4. e8 |
    f e d4. c8 |
    d2 \bar "|."
  }

  tenorMelodie = \relative a {
    a4 |
    g f8 g a4 |
    h2 a8 g |
    a4 a h |
    c2\breathe d8 e |
    f4 f d |
    b2 c8 d |
    e4. d8 c[ h] |
    a4\breathe a8 g a h |
    c4 h8 a g4 |
    <fis a>2 \bar "|."
  }

  bassMelodie = \relative d {
    r4 |
    d2.~ |
    d~ |
    d~ |
    d |
    g, |
    r4 c2 |
    a2. |
    d~ |
    d4\breathe g, a |
    d2 \bar "|."
  }