%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 4 } punktBoegen = { \set melismaBusyProperties = #'() \slurDashed \tieDashed } strichBoegen = { \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) \slurSolid \tieSolid } % Die Stimmen akkorde = \chordmode { f4 | s2 b | f1 | c:7 | f | s2 b | f1 | c:7 | f | s2 b4 f | c1 | f2 b | f c4 f | s2 b | f1 | s2 c:7 | f2. \bar "|." } sopranMelodie = \relative f' { f4 | a2 b4 b | a4.( g8) f4 a | g2 e4 e | f2.\breathe f4 | a2 b4 b | a4.( g8) f4 a | g2 e4 e | f2.\breathe a4 | c2 d4 c | \punktBoegen b4( a) g c, | a'( c) b( g) \strichBoegen | f2( e4)\breathe f | a2 b4 b | a4.( g8) f4 a | c( b) a g | f2. \bar "|." } altMelodie = \relative c' { c4 f2 f4 f | f4.( c8) c4 f | e2 c4 c | c2. c4 | f2 f4 f | f4.( c8) c4 f | e2 c4 c | c2. f4 | f2 f4 f | \punktBoegen e( f) c c | c~ c d~ d \strichBoegen | c2. c4 | f2 f4 f | f4.( c8) c4 f | f2 e4 c | c2. \bar "|." } tenorMelodie = \relative a { a4 | c2 d4 d | c4.( b8) a4 c | b2 g4 g | a2.\breathe a4 | c2 d4 d | c4.( b8) a4 c | b2 g4 g | a2.\breathe c4 | c2 b4 c | \punktBoegen c~ c c c | c( a) g( b) \strichBoegen | a2( g4)\breathe a | c2 d4 d | c4.( b8) a4 c | a( g) c b | a2. \bar "|." } bassMelodie = \relative f { f4 | f2 f4 f | f2 f4 f | c2 c4 c | f2. f4 | f2 f4 f | f2 f4 f | c2 c4 c | f2. f4 | a2 b4 a | \punktBoegen g( f) e c | f~ f b,~ b \strichBoegen | c2. f4 | f2 f4 f | f2 f4 f | c2 c4 c | f2. \bar "|." }