summaryrefslogtreecommitdiff
path: root/Abend_wird_es_wieder/stimmen.ly
blob: 8c04ee5ed00c5588bb48af9c560f2c9008b71272 (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
global = {
  \time 4/4
  \key g \major
  \autoBeamOff
}

pausen = \relative c {
  s1*3 | s2. r4 |
  s1*3 | s2. r4 |
  s1*3 | s2. r4 | \bar "|."
}

sopranMelodie = \relative h' {
  h4 h a a | g2 d | e4 fis g h | a2. s4 |
  h h c h | a2 d | g,4 c h a | g2. s4 |
  h2\( c4 h | a2 d\) | g,4\( c h a | g2.\) s4 | \bar "|."
}

altMelodie = \relative a' {
  a4 g g fis | d( c) h( c8[ d]) | e4 d d g | g( fis8[ e] fis4) s |
  d8[( g]) g[( f]) e4 d | cis2 c8[( e d c]) | h8[( d]) g[( e]) g[( d]) c[( d]) | h2. s4 |
  d4\( f e d | c e fis e\) | d\( e g8[( c,]) c[( d]) | h2.\) s4 | \bar "|."
}

maennerMelodie = \relative d' {
  d4 d d d8[( c]) | h4( a) g( a8[ h]) | c4 c h a | d,2. r4 |
  g g g g | g2 fis | g8[( fis]) e[( c]) d4 d | <g g,>2. r4 |
  <g g,>1~\( | <g g,>2. c,4\) | h\( c d2 | g2.\) r4 | \bar "|."
}