\version "2.12" global = { \key f \major %\override Staff.TimeSignature #'style = #'() \time 3/4 \autoBeamOff } frauenPausen = { s2.*3 | s2 r4 | s2.*7 | s2 r4 | s2.*7 | s2 s8 r | s2.*3 | s2 s8 r | s2.*8 | \repeat volta 2 { s2.*6 | } \alternative { { s2.*2 | } { s2.*2 | \bar "|." } } } maennerPausen = { s2.*19 | s2 s8 r | s2.*3 | s2 s8 r | s2.*8 | \repeat volta 2 { R2. | r2 s4 s2.*4 | } \alternative { { s2. | s2 r4 | } { s2.*2 | \bar "|." } } } sopranMelodie = \relative c'' { c4. d8 c4 | c4. b8 a4 | g4. a8 b4 | a8[ g] f4 s | c'4. d8 c4 | c4. b8 a4 | g4. a8 b4 | a2.\breathe | c4. d8 c4 | c4. b8 a4 | g4. a8 b4 | a8[ g] f4 s | c'4. d8 c4 | c4. b8 a4 | g4. a8 b4 | a2.\breathe | g4 c h | c4. e8 d4 | c4. c8 h4 | c( a g8) s | g4 c h | c4. e8 d4 | c4. c8 h4 | c2~ c8 s | d,4^\p d8[ e] f4 | e4. f8 g4\( | d\) d8[ e] f4 | f e d\breathe | g^\< g8[ a] b4 | a4. b8 c4 | g g8[ a] b4 | b a g8^\!\breathe c, | \repeat volta 2 { f[( e f a g b] | a[ g a c]) b[ g] | a[ c] f4 e | f c\breathe a8[ c] | d[( c d b c d] | c[ b c]) a b[ c] | } \alternative { { d c b[ a] g[ f] | a4 g\breathe c, | } { d'8 b a4( g8[ f]) | f2. | \bar "|." } } } altMelodie = \relative a' { a4. b8 a4 | a4. g8 f4 | e4. f8 g4 | f8[ c] a4 s | a'4. b8 a4 | a4. g8 f4 | e4. f8 g4 | f2.\breathe | a4. b8 a4 | a4. g8 f4 | e4. f8 g4 | f8[ c] a4 s | a'4. b8 a4 | a4. g8 f4 | e4. f8 g4 | f2.\breathe | e4. e8 d4 | c8[ e g] c h4 | g8[ e] d[ a'] g[ f] | e4( f e8) s | e4. e8 d4 | c8[ e g] c h4 | g8[ e] d[ a'] g[ f] | e2~ e8 s | h4 h8[ c] d4 | c4. d8 e4\( | h4\) g8[ c] d4 | d c h\breathe | e e8[ f] g4 | f4. g8 a4 | e e8[ f] g4 | g f e | \repeat volta 2 { r2 c4 | f8[ e f a] g[ e] | f[ g] a[ c] b4 | c8[ b] a4\breathe f | f2 f8 f | f2 f8 f | } \alternative { { f f f4 f | f8[ d] e4 r | } { f8 f f4( e) | f2. | \bar "|." } } } tenorMelodie = \relative c' { c2 c4 | c2 c4 | c2 c4 | c2 c4\breathe | c2 c4 | c2 c4 | c2 c4 | c2.\breathe | c2 c4 | c2 c4 | c2 c4 | c2 c4\breathe | c2 c4 | c2 c4 | c2 c4 | c2.\breathe | c,4 e g | e c g' | e f g | g2~ g8 s | c,4 e g | e c g' | e f g | g2~ g8 s | g4 g g | g g g\( | g\) g g | g g g\breathe | g g c | c c c | c c c | c c c | \repeat volta 2 { s2. | s2 c4 | c2.~ | c8 c c4\breathe c | d2 c8 b | c2 b8 a | } \alternative { { b c d[ f] d[ b] | c4 b s | } { b8 d c4( b) | a2. | \bar "|." } } } bassMelodie = \relative f { f2 f4 | f2 f4 | c2 c4 | f2 f4\breathe | f2 f4 | f2 f4 | c2 c4 | f2.\breathe | f2 f4 | f2 f4 | c2 c4 | f2 f4\breathe | f2 f4 | f2 f4 | c2 c4 | f2.\breathe | c4 e g | e c g' | e f g | c,2~ c8 s | c4 e g | e c g' | e f g | c,2~ c8 s | g'4_\p g g | c, c c\( | g'\) g g | c, c g' | c,_\< c e | f f f | c c e | f f c_\! | \repeat volta 2 { s2. | s2 c4 | f8[( e f a g b] | a) g f[ e]\breathe f[ a] | b[( a b g a b] | a[ g a]) f g[ a] | } \alternative { { b a g[ f b] g | c4 c, s | } { b'8 g c4 c, | f f,2 | \bar "|." } } }