summaryrefslogtreecommitdiff
path: root/Ueber_dir_wach_ein_Engel/stimmen.ly
blob: e5fc47b8dbe59ea18afcc130bd541e9a6335803b (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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
%some settings% vim: ai sw=2 lbr nu et

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

% Die Stimmen

  sopranMelodie = \relative b' {
    \repeat volta 2 {
      b4^\p^\< b |
      c2 c4 d^\! |
      d es c^\> as |
      g(^\! f)\breathe es4.^\< es8 |
      es4 f8[^\! g] as4.^\> g8 |
      g[ f]^\! f4 f^\< g8[ as]^\! |
      b4. b8 b4.^\> as8 |
      as[ g]^\! g4\breathe a b8[ c] |
      c4^\> es,^\! d^\< f |
      b^\> as g^\< b |
      c4. d8^\! d[^\f es]^\> c[ as] |
    }
    \alternative {
      {
        g4 f es4. es8^\< |
        b'4.( as8^\! g4)^\> f |
        es2^\!
      }
      { \set Timing.measurePosition = #(ly:make-moment 0)
        g4^\> f b4.^\< as8 |
      }
    }
    g4^\> f8[ es] es2^\!\breathe |
    r2^\p g2(^\< |
    as4) b^\> b2^\! | \bar "|."
  }

  altMelodie = \relative g' {
    \repeat volta 2 {
      g4 g |
      g2 g4 g |
      f es d c |
      d2 es4 d |
      c c c c |
      c c d d |
      d d es f |
      f8[ es] es4 f f |
      f c b d |
      d8[ b] c[ d] es4 f |
      g g f8[ es] d[ c] |
    }
    \alternative {
      {
        d4 d es\breathe d8[ c] |
        es2. d4 |
        b2
      }
      {
        d4 d f8[ es] es4 |
      }
    }
    es d c2 |
    des4 c es2~ |
    es4 d es2 | \bar "|."
  }

  tenorMelodie = \relative es' {
    \repeat volta 2 {
      es4 es |
      es2 es4 d |
      c c as as |
      b( as)\breathe g g |
      as as as as |
      as as as b |
      b b b b |
      b b\breathe es es |
      es f, f b |
      b b b b |
      es g, c as |
    }
    \alternative {
      {
        b as g4. as8 |
        b4( d8[ c] b4) as |
        g2
      }
      {
        b4 b b d8[ c] |
      }
    }
    b4 as g2\breathe |
    b4 as g2 |
    f g | \bar "|."
  }

  bassMelodie = \relative es' {
    \repeat volta 2 {
      es4 es |
      c2 c4 b |
      as as f f |
      b,2 c4 b |
      as g f es' |
      d d b as |
      g g c d |
      es es c b |
      a a b as' |
      g f es d |
      c b as f |
    }
    \alternative {
      {
        b b c\breathe b8[ as] |
        g4( as b) b |
        es2
      }
      {
        b4 as g as |
      }
    }
    b h c2 |
    g4 as b2 |
    b <es es,> | \bar "|."
  }