diff options
Diffstat (limited to 'Irische_Segenswuensche/stimmen.ly')
-rwxr-xr-x | Irische_Segenswuensche/stimmen.ly | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/Irische_Segenswuensche/stimmen.ly b/Irische_Segenswuensche/stimmen.ly new file mode 100755 index 0000000..7d04eeb --- /dev/null +++ b/Irische_Segenswuensche/stimmen.ly @@ -0,0 +1,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 "|." +} |