%some settings% vim: ai sw=2 lbr nu et \version "2.12" global = { \key f \major %\override Staff.TimeSignature #'style = #'() \time 4/4 \autoBeamOff } punktBoegen = { \set melismaBusyProperties = #'(beamMelismaBusy) \slurDashed \tieDashed } strichBoegen = { \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) \slurSolid \tieSolid } % Die Stimmen akkorde = \chordmode { c1 | f2 c | d:m a:m | b f | c4 f c2 | f c | d:m a:m | b f | g4:m c:7 f2 | \repeat volta 2 { f1 | b | es2 b8 f b f | } \alternative { { s1 | } { f | \bar "||" } } } frauenPausen = { r2.. s8 | \bar "||" s1 | s2. r8 s | s1 | s2. r8 s | s1 | s2. r8 s | s1 | s2. r8 s | \repeat volta 2 { s1*3 | } \alternative { { s2. r8 s | } { s2. r8 s | \bar "||" } } } maennerPausen = { R1 | \bar "||" R1*7 | r2.. s8 | \repeat volta 2 { s1*3 | } \alternative { { s2. r8 s | } { s2. r8 s | \bar "||" } } } sopranMelodie = \relative c' { s2.. c8^\mf | \bar "||" \mark \markup { \musicglyph #"scripts.segno" } f c f a g4 c | f,4. g8 e16[ d] c8 s c | d e f d \punktBoegen c4( f) | e( f) \strichBoegen g s8 c, | f c f a g4 c | f,4. g8 e16[ d] c8 s c | d e f d c4 f | d e f s8 c'^\f | \repeat volta 2 { c4 a a c | d b b d | es es8 es d c d c~ | } \alternative { { c2. s8 c | } { c2.^\fermata^\markup { Fine } s8 c,^\markup { \bold "Dal " \tiny \raise #1 \musicglyph #"scripts.segno" } | \bar "||" } } } altMelodie = \relative c' { s2.. c8 | \bar "||" f c f a g4 c | f,4. g8 e16[ d] c8 s c | d e f d \punktBoegen c4( f) | e( f) \strichBoegen g s8 c, | f c f a g4 c | f,4. g8 e16[ d] c8 s c | d e f d c4 f | d e f s8 a | \repeat volta 2 { a4 f f f | f f f f | g g8 g f a b a~ | } \alternative { { a2. s8 a | } { a2. s8 c, | \bar "||" } } } tenorMelodie = \relative c' { s1 | \bar "||" s1*7 | s2.. c8^\f | \repeat volta 2 { f4 c c a | b d d b | b b8 b b c d f~ | } \alternative { { f2. s8 c | } { f2. s4 | \bar "||" } } } bassMelodie = \relative f { s1 | \bar "||" s1*7 | s2.. f8 | \repeat volta 2 { f4 f f f | f f f f | es es8 es f f f f~ | } \alternative { { f2. s8 f | } { f2._\fermata s4 | \bar "||" } } }