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

global = {
  \key f \major
  \time 2/2
  \autoBeamOff
}

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

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

sopranMelodie = \relative a' {
  R1 |
  a2 c4 c |
  b b g2( |
  f) g4 g |
  a2. r4 |
  a2 c |
  d c |
  a f4 d~ |
  d f f r |
  a4. a8 a4 g | \time 3/2
  a2 \punktBoegen f4~ f \strichBoegen g g |
  a2 f4 r f g | \time 2/2
  a2 f |
  d g4 g |
  f( e) d2^\> |
  c2.^\! r4 |
  r2 f4. g8 |
  <<
    a1
    {
      s2^\<
      s^\>
    }
  >> |
  a1^\! | \bar "|."
}

altMelodie = \relative f' {
  f2 g4 g |
  f2 f |
  d( c) |
  d f4( e) |
  f2. r4 |
  f2. g4 |
  d d e2~(^\< |
  e4^\> d)^\! d2 |
  c4 b d r |
  d4. d8 e4 f | \time 3/2
  e2 \punktBoegen d4~ d \strichBoegen d d |
  c2 d4 r d d | \time 2/2
  c2 b4 a |
  d d c2( |
  a) h^\> |
  c2.^\! r4 |
  d4. e8 f2~(^\< |
  f^\> e)^\! |
  f1 | \bar "|."
}

maennerMelodie = \relative c' {
  r2 c |
  d4 c8[ b] a4 a |
  g2( <<
    c~
    \new Voice {
      \voiceFour \override NoteHead #'style = #'cross d4
    }
  >> |
  c4) b b2 |
  f2. r4 |
  R1*4 |
  d'4. d8 c4 b | \time 3/2
  c2 \punktBoegen d4~ d \strichBoegen c b |
  a2 b1 | \time 2/2
  R1*4 |
  d4.^\> c8 b4^\! r |
  a4 d2 cis4 |
  d1 | \bar "|."
}