%some settings% vim: ai sw=2 lbr nu et \version "2.18" global = { \key g \major %\override Staff.TimeSignature #'style = #'() \time 4/4 \autoBeamOff \partial 4 } punktBoegen = { \set melismaBusyProperties = #'(beamMelismaBusy) \slurDashed \tieDashed } strichBoegen = { \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) \slurSolid \tieSolid } % Die Stimmen frauenPausen = { s4 | s1 | s2 r4 s | s1 | s2 r4 s | s1*4 | s2 r4 s | s1*2 | s2 r4 \bar "|." } maennerPausen = { s4 | s1 | s2 r4 s | s1 | s2 r4 s | s1*3 | s2. r4 | r s2. | s1*2 | s2 r4 \bar "|." } sopranMelodie = \relative d' { d4 | g4. a8 h4 c8[ e] | d2 s4 g,8[ h] | d4 d c c | h2 s4 g8[ h] | d4 d d e8[ d] | d4 c8[ h] c4 d8[ c] | h4 h h8[ d] \punktBoegen c( h) \strichBoegen | h4 a8[ g] a4 g8[ a] | h2 s4 c8[ e] | d2 r4 g,8[ h] | d4 d c c | h2 s4 \bar "|." } altMelodie = \relative d' { d4 | g4. fis8 g4 g | g2 s4 g | g g g fis | g2 s4 g | g a gis h | h a8[ gis] a4 fis8[ a] | g4 g g8[ h] \punktBoegen a( g) \strichBoegen | g4 fis8[ e] fis4 e8[ d] | g2 s4 g | g a h g | g g g fis | g2 s4 \bar "|." } tenorMelodie = \relative d' { d4 | d4. c8 d4 c | h2 s4 e | d h e d | d2 s4 h8[ d] | h4 h h e | e e e d | d d e8[ h] \punktBoegen c~ c \strichBoegen | d4 a d s | s d8[ c] h4 a8[ c] | h4 d g e | d h e d | d2 s4 \bar "|." } bassMelodie = \relative d' { d4 | h4. a8 g4 e8[ c] | g'2 s4 c | h e, a d, | g2 s4 g | g f e gis | a e a, d8[ fis] | g4 fis e \punktBoegen a,8~ a \strichBoegen | d4 d d s | s h'8[ a] g4 g | g2 r4 c | h e, a, d | g2 s4 \bar "|." }