%some settings% vim: ai sw=2 lbr nu et \version "2.12" global = { \key f \minor %\override Staff.TimeSignature #'style = #'() \time 4/4 \autoBeamOff } % Die Stimmen klavierRechts = \relative as' { \repeat volta 3 { \oneVoice r4 2 | r4 2 | r4 | << \new Voice { \voiceOne g2 f | } \new Voice { \voiceTwo f4 e c2 | } >> r4 2 | r4 2 | r4 2 | << \new Voice { \voiceOne c1 | } \new Voice { \voiceTwo es,4 es8[ f] 2 | } >> r4 2 | r4 2 | r4 | 2 | } } klavierLinks = \relative c' { \repeat volta 3 { \oneVoice << \new Voice { \voiceOne c2 c4 b | c2 c4 b | c2 b | c as | } \new Voice { \voiceTwo f2 c | f c | f b, | c f | } >> | | | << \new Voice { \voiceOne c'1 | } \new Voice { \voiceTwo as2 c, | } >> | | 4 | << \new Voice { \voiceOne as' g f2 | } \new Voice { \voiceTwo f f, | } >> } } pausen = \relative c { \repeat volta 3 { R1*4 | s1*3 | s2. r4 | s1*4 | } } sopranMelodie = \relative f' { \repeat volta 3 { s1*4 | f4 as g c, | f as g c, | as' as b es8[ des] | c2. s4 | c c b c8[ b] | as4 as g c, | c' b as g | f1 | } } altMelodie = \relative c' { \repeat volta 3 { s1*4 | c4 f e c | c f e c | c f es g | as( g8[ f] e4) s | as as g e | f f e c | des f f e | c1 | } } maennerMelodie = \relative f { \repeat volta 3 { R1*4 | f4 f c'8[ b] as[ g] | f4 f c'8[ b] as[ g] | f4 f g g | as( b c) r | f, f g g | as c c8[ b] as[ g] | f4 des' c b | as( g f2) | } }