%some settings% vim: ai sw=2 lbr nu et \version "2.12" global = { \key g \minor %\override Staff.TimeSignature #'style = #'() \time 4/2 \autoBeamOff } % Die Stimmen anfangMelodie = \relative g' { g4 a b a g2 f | g4 f d c d1 \breathe | } sopranMelodie = \relative d' { d4 f g a b a g a | b2 c d1 \breathe | d4 es d c d2 g, \breathe | c4 b a g a1 \breathe | g4 a b c d c b a | g2 f g1 | \bar "|." } altMelodie = \relative d' { d4 f g a b a g f | g2 g fis1 \breathe | g d2 g4 f | es2 c2. es4 d c | b2 \breathe g'1 d2~ | d4 es d c d1 | \bar "|." } tenorMelodie = \relative d { d4 f g a b a g a | g2 g a1 \breathe | b4 a b c b2 c4 f, | g1.( fis2) | g1 \breathe g2. a4 b2 a b1 | \bar "|." } bassMelodie = \relative d { d4 f g a b a g f | es2 es d1 \breathe | g1~ g4 f es d | c2( es) d1 \breathe | es1 \breathe b2. c4 | d2. d4 g,1 | \bar "|." }