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 | 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 | 2 s | \bar "|." }