%some settings% vim: ai sw=2 lbr nu et \version "2.18" global = { \key c \major %\override Staff.TimeSignature #'style = #'() \time 6/4 \autoBeamOff } % Die Stimmen ifdef(`Pausen-statt-Fermaten',` pausen = { s1.*11 | s1 s4 r | s1.*2 | \bar "|." } ') melodieSopran = \relative a' { e4 a h c2 d4 | h2 g4 a2. | c4 d h a g f | e2. e\breathe | e4 a h c2 d4 | h2 g4 a2. | c4 d h a g f | e2. e\breathe | a4 h c d2 c4 | h2 g4 a2. | c4 d e f2 e4 | d2 d4 ifdef(`Pausen-statt-Fermaten',`c2 s4',`c2.\breathe') | a4 h c d c h | c2. c | \bar "|." } melodieAlt = \relative e' { e4 e e e2 f4 | g2 g4 g2. | f4 f g e e d | d2( c4) h2.\breathe | e4 e e e2 f4 | g2 e4 e2( g4) | a a e e e d | d2( c4) h2.\breathe | c4 d e d( e) f | g( f) e f( e d) | c c' h a2 g4 | f2 f4 ifdef(`Pausen-statt-Fermaten',`e2 s4',`e2.\breathe') | a4 a g f f g | g2( f4) e2. | \bar "|." } melodieTenor = \relative c' { c4 c h a( h) c | d2 d4 c2. | a4 a d c c a | a2. h\breathe | c4 c h a( h c) | d2 h4 a( c d) | e e h c h a | a2. h\breathe | a4 a g f( g) a | g( a) h a( g f) | e h' c d2 c4 | a2 h4 ifdef(`Pausen-statt-Fermaten',`c2 s4',`c2.\breathe') | a4 a h c c d | 2. | \bar "|." } melodieBass = \relative a { a4 a g f2 d4 | e2 e4 f2( e4) | d d e f f h, | e2. e\breathe | a4 a g f2 d4 | e2 d4 c2( h4) | a a g f f h | 2. \breathe | a,4 a a a2 a4 | a2 a4 a2. | a4 a' g f2 d4 | g2 g4 ifdef(`Pausen-statt-Fermaten',`c,2 s4',`c,2.\breathe') | f4 f e d d g | c,2. c | \bar "|." }