%some settings% vim: ai sw=2 lbr nu et \version "2.14" \include "dynArt.ly" global = { \key bes \major %\override Staff.TimeSignature #'style = #'() \time 3/4 %\autoBeamOff } % Die Stimmen sopranMelodie = \relative c'' { << { \meta } \sopranArt %the actual tune { \repeat unfold 4 { bes4 a8 bes8 g4 } \repeat volta 2 { \repeat unfold 12 { bes4 a8 bes8 g4 } \repeat unfold 4 { d'4 c8 d8 bes4 } g'4 g8 g8 f8( ees8) d4 d8 d8 c8( bes8) c4 c8 c8 d8( c8) g4 g8 g8 g4 \repeat unfold 2 { d8 e8 fis8 g8 a8 bes8 c8 d8 c4 bes4 } \repeat unfold 4 { bes4 a8 bes8 g4 } } \alternative { { \repeat unfold 4 { bes4 a8 bes8 g4 } } { g2. ~ g2. ~ g2. ~ g2. d'4 c8 d8 g,4 ~ g2. } } \bar "|." } >> } altMelodie = \relative c'' { << { \meta } \altArt %the actual tune { \repeat unfold 4 { R2. } \repeat volta 2 { \repeat unfold 2 { g2. f2. ees2. d2. } \repeat unfold 4 { g4 g8 g8 g4 } \repeat unfold 4 { bes4 a8 bes8 g4 } \repeat unfold 4 { g4 g8 g8 g4 } \repeat unfold 2 { d2. e4( fis4) g4 } d2. c2. f2. ees2. } \alternative { { d2. ~ d2. ~ d2. R2. } { d2. ~ d2. ~ d2. ~ d2. bes'4 a8 bes8 g4 ~ g2. } } } >> } tenorMelodie = \relative c' { << { \meta } \tenorArt %the actual tune \clef "treble_8" { \repeat unfold 4 { R2. } \repeat volta 2 { \repeat unfold 4 { R2. } ees2. d2. c2. bes2. c4 c8 c8 c4 d4 d8 d8 d4 ees4 ees8 ees8 ees4 d4 d8 d8 d4 d2. e2. f4( ees4) d4 g8( f8) ees4 d4 d4 ees8 ees8 d8( c8) d4 d8 d8 d4 ees4 ees8 ees8 f8( ees8) d4 d8 d8 d4 \repeat unfold 4 { bes4 a8 bes8 g4 } \repeat unfold 4 { g2. } } \alternative { { g2. ~ g2. ~ g2. R2. } { \repeat unfold 4 { bes4 a8 bes8 g4 } R2. R2. } } } >> } bassMelodie = \relative c { << { \meta } \bassArt %the actual tune \clef bass { \repeat unfold 4 { R2. } \repeat volta 2 { \repeat unfold 8 { R2. } ees4 ees8 ees8 ees4 g4 g8 g8 g4 c4 c8 c8 c4 \repeat unfold 5 { g4 g8 g8 g4 } \repeat unfold 4 { bes4 a8 bes8 g4 } d2. d2. d2. d2( e4) f2. ees2. d2. c2. } \alternative { { g2. ~ g2. ~ g2. R2. } { g2. ~ g2. ~ g2. ~ g2. R2. g2. } } } >> }