summaryrefslogtreecommitdiff
path: root/In_die_dunkle_Nacht_des_Stalles/stimmen.ly
blob: ff7b2199322c7de1344f351d343968366e585baf (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
128
129
130
131
132
133
134
135
136
137
%some settings% vim: ai sw=2 lbr nu et

  \version "2.12"

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

% Die Stimmen

  klavierRechts = \relative as' {
    \repeat volta 3 {
      \oneVoice
      r4 <as c> <g b>2 |
      r4 <as c> <g b>2 |
      r4 <as c> <f des'> <des b'> |
      <<
        \new Voice {
          \voiceOne g2 f |
        }
        \new Voice {
          \voiceTwo f4 e c2 |
        }
      >>
      r4 <f as> <e g>2 |
      r4 <f as> <e g>2 |
      r4 <f as> <g b>2 |
      <<
        \new Voice {
          \voiceOne c1 |
        }
        \new Voice {
          \voiceTwo es,4 es8[ f] <e g>2 |
        }
      >>
      r4 <f as c> <e g b c>2 |
      r4 <f as> <e g>2 |
      r4 <f b des> <f as c> <e g c> |
      <f as c>2 <as c f> |
    }
  }

  klavierLinks = \relative c' {
    \repeat volta 3 {
      \oneVoice
      <<
        \new Voice {
          \voiceOne c2 c4 b |
          c2 c4 b |
          c2 b |
          c as |
        }
        \new Voice {
          \voiceTwo f2 c |
          f c |
          f b, |
          c f |
        }
      >>
      <f c'> <c c'> |
      <f c'> <c c'> |
      <f c'> <es es'> |
      <<
        \new Voice {
          \voiceOne c'1 |
        }
        \new Voice {
          \voiceTwo as2 c, |
        }
      >>
      <f c'> <c c'> |
      <f c'> <c b'> |
      <des b'> <f c>4 <c c'> |
      <<
        \new Voice {
          \voiceOne as' g f2 |
        }
        \new Voice {
          \voiceTwo f f, |
        }
      >>
    }
  }

  pausen = \relative c {
    \repeat volta 3 {
      R1*4 |
      s1*3 |
      s2. r4 |
      s1*4 |
    }
  }

  sopranMelodie = \relative f' {
    \repeat volta 3 {
      s1*4 |
      f4 as g c, |
      f as g c, |
      as' as b es8[ des] |
      c2. s4 |
      c c b c8[ b] |
      as4 as g c, |
      c' b as g |
      f1 |
    }
  }

  altMelodie = \relative c' {
    \repeat volta 3 {
      s1*4 |
      c4 f e c |
      c f e c |
      c f es g |
      as( g8[ f] e4) s |
      as as g e |
      f f e c |
      des f f e |
      c1 |
    }
  }

  maennerMelodie = \relative f {
    \repeat volta 3 {
      R1*4 |
      f4 f c'8[ b] as[ g] |
      f4 f c'8[ b] as[ g] |
      f4 f g g |
      as( b c) r |
      f, f g g |
      as c c8[ b] as[ g] |
      f4 des' c b |
      as( g f2) |
    }
  }