summaryrefslogtreecommitdiff
path: root/Irische_Segenswuensche/stimmen.ly
blob: 7d04eeb0968e57a4ef070dfbdb862797301afe72 (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 g \major
  \autoBeamOff
}

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

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

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

melodieSopran = \relative h' {
  h4 \punktBoegen h8( d) a4 a |
  g8~ g g( h) fis4~ fis |
  e8 fis g c h a g h |
  a2. s4 |
  h h8 d a4 a |
  g g8( h) fis4 fis8~ fis |
  e fis g c h a g fis |
  g2. s4 | \bar "||" \strichBoegen
  e4. g8 fis4 a |
  g h a c |
  h8 h h h h a g h |
  a2. s4 |
  h4 h8[ d] a4 a |
  g g8[ h] fis4 fis |
  e8 fis g c h a g fis |
  g2. s4 | \bar "|."
}

melodieAlt = \relative g' {
  g4 \punktBoegen g8~ g d4 d |
  e8~ e e~ e h4~ h |
  c8 c c e d d d e |
  fis2. s4 |
  g4 g8 g d4 d |
  e e8~ e h4 h8~ h |
  c c c e d d d d |
  d2. s4 | \bar "||" \strichBoegen
  c4. c8 d4 d |
  d g fis fis |
  g8 g g g g fis e g |
  fis2. s4 |
  g g d d |
  e e h h |
  c8 c c e d d d d |
  d2. s4 | \bar "|."
}

melodieTenor = \relative d' {
  d4 \punktBoegen d8~ d d4 d |
  h8~ h h~ h h4~ h |
  g8 g g g g a h g |
  d'2. s4 |
  d d8 d d4 d |
  h h8~ h h4 h8~ h |
  g g g g d' c h a |
  h2. s4 | \bar "||" \strichBoegen
  g4. c8 a4 d |
  h d d d |
  d8 d d d cis cis cis cis |
  d2. s4 |
  d d d d |
  h h h h |
  g8 g g g d' c h a |
  h2. s4 | \bar "|."
}

melodieBass = \relative g {
  g4 \punktBoegen g8~ g fis4 fis |
  e8~ e e~ e d4~ d |
  c8 d e c d d d d |
  d2. s4 |
  g4 g8 g fis4 fis |
  e e8~ e d4 d8~ d |
  c d e c d d d d |
  <g, g'>2. s4 | \bar "||" \strichBoegen
  c4. e8 d4 fis |
  g g d d |
  g8 g g g a a a a |
  d,2. s4 |
  g g fis fis |
  e e d d |
  c8 d e c d d d d |
  g2. s4 | \bar "|."
}