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

\version "2.18"

global = {
  \key d \major
  %\override Staff.TimeSignature #'style = #'()
  \time 15/4
  \override Score.BarLine.stencil = ##f
  \override Staff.TimeSignature.stencil = ##f
  \autoBeamOff
}

% Die Stimmen

akkorde = {
  \chordmode {
    e4:m d g2. d2 h4:m e:m h:m a2:m h s1
    e2:m d2. g4 c2
  }
  <d g a>4
  \chordmode {
    d g1 g4 a:m e:m h
    e2:m h e:m d4 c8 d:7 g2
    a4:m e:m h
  }
  <h e' fis'>2
  \chordmode {
    h4 e1:m e2 e
  }
}

pausen = {
  s4*14 r4 \bar ""
  s4*15 r4 \bar ""
  s4*14 s8 \bar ""
  s8 s4*14 \bar "|."
}

sopranMelodie = \relative g' {
  g4 a h2 h4 a2 h4 e, fis a2 fis s4
  fis8 fis fis fis fis fis g4 g a2 a4 h4
  a( g2) fis4 g2 s4 g fis a8 a e4 fis
  g2 fis4\breathe fis g g8 g a fis g a h4 h8
  h a4 g fis1 e\breathe e2 e \revert Score.BarLine.stencil \bar "|."
}

altMelodie = \relative e' {
  e4 fis g2 g4 fis2 fis4 g fis e2 dis s4
  dis8 dis dis dis dis dis e4 e fis2 fis4 g
  e2 d d s4 d d e8 e g4 fis
  e2 dis4\breathe dis e e8 e fis d e fis g4 g8
  g e4 e dis( e2 dis4) e1\breathe e2 e \bar "|."
}

tenorMelodie = \relative h {
  h4 d d2 d4 d2 d4 h h e,2 h' s4
  h8 h h h h h h4 h d2 d4 d
  c2 a g s4 h4 a c8 c h4 h
  h2 h4\breathe h h h8 h d a c c d4 d8
  d c4 h h1 h\breathe h2 h \bar "|."
}

bassMelodie = \relative e {
  e4 d g2 g4 d2 h4 e d c2 h s4
  h8 h h h h h e4 e d2 d4 h
  c2 d g, s4 g d' a8 a e'4 dis
  e2 h4\breathe h e e8 e d d c a g4 g8
  g a4 e' h1 e\breathe e2 e \bar "|."
}