%some settings% vim: ai sw=2 lbr nu et \version "2.18" global = { \key g \major %\override Staff.TimeSignature #'style = #'() \time 3/4 \autoBeamOff } % Die Stimmen sopranMelodie = \relative d' { R2.*2 | d4 d d | g4.( fis8) g4 | d' c\breathe h | c( h) a | h2 c4 | d2. | R | d,4 d d | g4.( fis8) g4 | d' c\breathe h | c( h) a | h2 c4 | d2. | R | a4 d, e | fis4.( g8) a4 | g fis\breathe e | d2 cis4 | d2 e4 | fis2. | R | d4 d d | g4.( fis8) e4 | g a\breathe h | c( h) a | d2 a4 | h2. | \bar "|." } altMelodie = \relative d' { d4 d d | g4.( fis8) g4 | a2. | h2\breathe h4 | g4.( a8) h4 | a2 a4 | g2.\breathe | d4 d d | g4.( fis8) g4 | a2. | h2\breathe h4 | g4.( a8) h4 | a2 a4 | g2.\breathe | h4 a fis | e4.( fis8) g4 | fis2. | d2\breathe h4 | e2 g4 | fis( d) e | d2.\breathe | d4 d d | g4.( fis8) g4 | a2. | h2\breathe c4 | h4.( a8) g4 | a2 a4 | g2.~ | g | \bar "|." } bassMelodie = \relative d { d4 d' c | h4.( a8) g4 | fis4.( e8 fis4) | g2\breathe g4 | e( fis) g | c2 d4 | g,2( a4)\breathe | h d c | h4.( a8) g4 | fis4.( e8 fis4) | g2\breathe g4 | e( fis) g | c2 d4 | h2( a4)\breathe | g d fis | a2 a4 | d,2. | d2\breathe d4 | e2 e4 | h'2 a4 | d,2.\breathe | d4 d' c | h4.( a8) g4 | fis4.( e8 fis4) | g2\breathe a4 | h( g) e | a2.~( | a4 h) d | << \new Voice { \voiceOne d2. | } \voiceTwo g,2. | >> \bar "|." \bar "|." }