%some settings% vim: ai sw=2 lbr nu et \version "2.18" global = { \key b \major %\override Staff.TimeSignature #'style = #'() \time 4/4 \partial 4 \autoBeamOff } % Die Stimmen pausen = { r4 | R1*7 | r2. s4 | \repeat volta 4 { s1*8 | \bar "||" s1*11 | s2. r4 | R1*3 | r2. s4 | } } sopranMelodie = \relative b { s4 | s1*7 | s2. b4 | \repeat volta 4 { d d2 es8 f | f g es2 d4 | c c d es | es d2\breathe f4 | g g2 a8 b | c a f2 f4 | g g2 a8 b | b4 c2. | \bar "||" d4. d8 d c b a | g1\breathe | c4. c8 c b a g | f1\breathe | b4 b2 c8 d | d es c2\breathe c8 b | a2 b4 c8 d~-> | d1\breathe | b4 b2 c8 d | d es c2\breathe c8 d | es2 d4 c | b2.^\fermata s4 | s1*3 | s2. b,4 | } } altMelodie = \relative b { s4 | s1*7 | s2. b4 | \repeat volta 4 { b b2 b8 c | c c c2 b4 | b b a a | c b2\breathe d4 | d d2 d8 d | f f f2 f4 | f es2 es8 es | f4 f2. | \bar "||" f4. f8 f f d d | es1\breathe | es4. es8 es es es es | c1\breathe | f4 f2 f8 f | g g g2\breathe g8 g | f2 f4 f8 f~-> | f1\breathe | f4 f2 f8 f | g g g2\breathe g8 g | g2 a4 f | f2. s4 | s1*3 | s2. b,4 | } } tenorMelodie = \relative b { s4 | s1*7 | s2. b4 | \repeat volta 4 { f4 f2 g8 a | g g g2 g4 | f f f f | f f2\breathe b4 | b b2 a8 g | a a a2 d4 | b b2 b8 b | c[( b]) a2. | \bar "||" b4. b8 b c d b | b1\breathe | g4. g8 g g a b | b2( a)\breathe | d4 d2 c8 b | b b b2\breathe b8 c | c2 c4 c8 b~-> | b1\breathe | d4 d2 c8 b | b b b2\breathe b8 b | c2 d4 es | d2. s4 | s1*3 | s2. b4 | } } bassMelodie = \relative b, { s4 | s1*7 | s2. b4 | \repeat volta 4 { b b2 b8 b | c c c2 c4 | f f | b, b2\breathe d4 | es es2 es8 es | d d d2 d4 | es es2 f8 g | f4 f2. | \bar "||" b4. b8 b a g f | es1\breathe | c4. c8 c c c c | f1\breathe | b4 b2 b8 b | es, es es2\breathe es8 es | f2 g4 a8 b~-> | b1\breathe | b4 b2 b8 b | es, es es2\breathe es8 d | c2 f4 f | 2. s4 | s1*3 | s2. b,4 | } }