diff options
Diffstat (limited to 'Froehliche_Weihnacht/stimmen.ly')
-rw-r--r-- | Froehliche_Weihnacht/stimmen.ly | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/Froehliche_Weihnacht/stimmen.ly b/Froehliche_Weihnacht/stimmen.ly new file mode 100644 index 0000000..449e8e5 --- /dev/null +++ b/Froehliche_Weihnacht/stimmen.ly @@ -0,0 +1,104 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative d'' { + d8[ c] h c d4 h | + g a h2 | + h8 a g a h4 g | + d fis g2^\markup { \bold Fine } | \bar "|." + a4 d d2 | + h4 d d2\breathe | + a4 e' d h | + d c8[ h] a2\breathe | + d8[ c] h c d4 h | + g a h2 | + h8 a g a h4 g | + d fis g2\breathe | + a4. h8 c4 a | + \slurDashed \set melismaBusyProperties = #'() h( c) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2 | + e4 d c h | + c1\breathe | + a4. h8 c4 a | + h c d2 | + d,4 h' h a | + g1^\markup { \bold D.C. al \bold Fine } | \bar "||" + } + + altMelodie = \relative h' { + h8[ a] g a h4 fis | + e fis g2 | + d8 d d d d4 d | + d d d2 | \bar "|." + d4 fis g( a) | + h g a( g) | + fis fis g fis | + g g fis2 | + h8[ a] g a h4 fis | + e fis g2 | + d8 d d d d4 d | + d d d2 | + fis4. gis8 a4 fis | + \slurDashed \set melismaBusyProperties = #'(beamMelismaBusy) g( fis8[ e]) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d4 g8 f | + e4( f) e2 | + e1 | + fis4. gis8 a4 fis | + g fis8[ e] d4( e) | + d d8[ e] fis[ e] fis4 | + g1 | \bar "|." + } + + tenorMelodie = \relative d' { + d4 d8 d d4 d | + h d d2 | + d8 c h c d4 h | + a c h2 | \bar "|." + a4 a a2 | + d4 d c( h)\breathe | + c c d c | + d e fis\breathe d~ | + d d8 d d4 d | + h d d2 | + d8 c h c d4 h | + a c h2\breathe | + d4. d8 e4 d | + \slurDashed \set melismaBusyProperties = #'() d( c) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) h g~ | + g8[ a] h4 a gis | + a1\breathe | + d4. d8 e4 d | + d c h g8 a | + h[( c] d2 c4 | + h) a h2 | \bar "||" + } + + bassMelodie = \relative g { + g4 g8 g g,4 h | + e d g2 | + g8 g g g g,4 h | + d d g2 | \bar "|." + fis4 d e( fis) | + g e fis( g) | + a a h a | + h c d2 | + g,4 g8 g g,4 h | + e d g2 | + g8 g g g g,4 h | + d d g2 | + d4 c8[ h] a4 d | + \slurDashed \set melismaBusyProperties = #'() g,( a) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) h2 | + c4( d) e2 | + a,4 c8[ e] a2 | + d,4 c8[ h] a4 d | + g, a h( c) | + d2 d | + g4 d g,2 | \bar "||" + } |