%some settings% vim: ai sw=2 lbr nu et \version "2.12" global = { \key f \major %\override Staff.TimeSignature #'style = #'() \time 4/4 \autoBeamOff \partial 2 } punktBoegenA = { \slurDashed \tieDashed } punktBoegenB = { \set melismaBusyProperties = #'() } strichBoegen = { \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) \slurSolid \tieSolid } % Die Stimmen akkorde = \chordmode { d2:m | s1*2 | a1:m | s | d:m | s | c | s | b | g:m | b2 c | s c:7 | \repeat volta 2 { f1 | s | s2 b | s1 | } \alternative { { c | g2:m c:7 | f1 | s2 c:7 | } { c1 | } } b | f | s2 \bar "|." } pausen = { s2 | s1*11 | s4 r s2 | \repeat volta 2 { s1*4 | } \alternative { { s1*3 | s4 r s2 | } { s1 | } } s1*2 | s2 \bar "|." } sopranMelodie = \relative d' { d4 e | f e d2 | d4 d e f | e( d) e2~ | e\breathe d4 e | f e d d~ | \punktBoegenA d~ \punktBoegenB d e f | e( d) \strichBoegen c2~ | c4\breathe c c c | d d2. | d4 d e f | f2 g~ | g4 s c,2 | \repeat volta 2 { c4 b a b | c f g a~ | a b a8[ g] f4 | f1\breathe | } \alternative { { e4 e e f | g2.( a4) | a1~ | a4 s c,2 | } { e4 e e f | } } g f f g | f1~ | f2 \bar "|." } altMelodie = \relative d' { d4 e | d d d2 | d4 d d d | c2 c~ | c d4 e | d d d a~ | \punktBoegenA a~ \punktBoegenB a d d | c~ c \strichBoegen c2~ | c4 c c c | b b2. | b4 b b b | d2 e~ | e4 s c2 | \repeat volta 2 { c4 b a b | c f f f~ | f f d d | d1 | } \alternative { { c4 c c d | d2( e) | f1~ | f4 s c2 | } { c4 c c d | } } d d d d | c1~ | c2 \bar "|." } tenorMelodie = \relative f { f4 g | a g f2 | f4 f g a | a2 a~ | a\breathe f4 g | a g f f~ | \punktBoegenA f~ \punktBoegenB f g a | g( f) \strichBoegen e2~ | e4\breathe e e e | f f2. | g4 g g g | b2 c~ | c4 s b2 | \repeat volta 2 { a4 g f g | a a b c~ | c c b b | b1\breathe | } \alternative { { g4 g g g | b1 | c~ | c4 s b2 | } { c4 c c c | } } b b b b | a1~ | a2 \bar "|." } bassMelodie = \relative d { d4 d | d d d2 | d4 d d d | a'2 a,~ | a d4 d | d d d d~ | \punktBoegenA d~ \punktBoegenB d d d | c~ c \strichBoegen c2~ | c4 c c c | b b2. | g4 g g g | c2 c~ | c4 s c2 | \repeat volta 2 { f4 f f f | f f f f~ | f f f f | f1 | } \alternative { { c4 c c c | c1 | f~ | f4 s c2 | } { c4 c c c | } } c c c c | f1~ | f2 \bar "|." }