summaryrefslogtreecommitdiff
path: root/Irische_Segenswuensche_/stimmen.ly
blob: a198ba2124641e71612b21cc8ceeef2863312087 (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

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

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

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

pausen = {
  s1*3 |
  s2 r |
  s1*3 |
  s2 r | \bar "||"
  s1*3 |
  s2 r |
  s1*3 |
  s2 r | \bar "|."
}

melodieSopran = \relative a' {
  a4 \punktBoegen a8( c) g4 g |
  f8~ f f( a) e4~ e |
  d8 e f b a g f a |
  g2 s |
  a4 a8 c g4 g |
  f f8( a) e4 e8~ e |
  d e f b a g f e |
  f2 s | \bar "||" \strichBoegen
  d4. f8 e4 g |
  f a g b |
  a8 a a a a g f a |
  g2 s |
  a4 a8[ c] g4 g |
  f f8[ a] e4 e |
  d8 e f b a g f e |
  f2 s | \bar "|."
}

melodieAlt = \relative f' {
  f4 \punktBoegen f8~ f g4 c, |
  d8~ d d~ d e4( a,) |
  d8 c b d c c c d |
  e2 s |
  f4 f8 f g4 c, |
  d d8~ d e4 a,8~ a |
  d c b d c c c c |
  c2 s | \bar "||" \strichBoegen
  b4. b8 c4 c |
  c f e e |
  f8 f f f f e d f |
  e2 s |
  f4 f g c, |
  d d e a, |
  d8 c b d c c c c |
  c2 s | \bar "|."
}

melodieTenor = \relative c' {
  c4 \punktBoegen c8( a) c4 c |
  a8~ a a( f) a4~ a |
  f8 f f f f g a f |
  c'2 s |
  c4 c8 a c4 c |
  a a8( f) a4 a8~ a |
  f f f f c' b a g |
  a2 s | \bar "||" \strichBoegen
  f4. b8 g4 c |
  a c c c |
  c8 c c c h h h h |
  c2 s |
  c4 c8[ a] c4 c |
  a a8[ f] a4 a |
  f8 f f f c' b a g |
  a2 s | \bar "|."
}

melodieBass = \relative f {
  f4 \punktBoegen f8~ f e4 e |
  d8~ d d~ d c4~ c |
  b8 c d b c c c c |
  c2 s |
  f4 f8 f e4 e |
  d d8~ d c4 c8~ c |
  b c d b c c c c |
  <f, f'>2 s | \bar "||" \strichBoegen
  b4. d8 c4 e |
  f f c c |
  f8 f f f g g g g |
  c,2 s |
  f4 f e e |
  d d c c |
  b8 c d b c c c c |
  <f f,>2 s | \bar "|."
}