%some settings% vim: ai sw=2 lbr nu et \version "2.12" \include "dynArt.ly" global = { %\autoBeamOff } % Die Stimmen sopranMelodie = \relative c'' { << { \meta } %\sopranArt %the actual tune { r2 g2 e2 r8 f8 g8[ e8] b'2. c8[ b8] a8[ b8] g2 f4 e1 e4. f8 g8[ c,8] e8[ g8] d'2 e4( d4) d8[ g,8] g2 e4 d1 g4 2 ees,4 4 8[ 8] \times 2/3 { d4 e4 d4 } bes4. g8 f4 ees4 f1 f8[ g8] a2 f4 g4 c4 c4 a8[ c8] e4. 8 a4 e4 d1 r4 c4 d4 e4 g2 ~ g8[ f8] g8[ e8] b'2. c8([ b8)] a8[ b8] g2 f4 2 r4 c4 e8[ d8] c4 \times 2/3 { a4 c4 e4 } 1 r4 r8 c,8 a4 e4 d2 f2 d'1 } >> } altMelodie = \relative c'' { << { \meta } %\altArt %the actual tune { r2 g2 2 r8 f8 g8[ e8] 2. c'8[ b8] e,4 d4 d4 c4 b1 d4. d8 d8[ c8] e8[ g8] 2 2 8[ d8] d2 e4 2( b2) d4 d2 ees4 ees4 ees8[ ees8] \times 2/3 { 4 q4 q4 } 4. g8 f4 ees4 1 d8[ d8] d2 d4 e4 4 q4 a8[ c8] 4. e,8 4 c4 c1 r4 c4 d4 e4 2 ~ q8[ f8] g8[ e8] 2. c'8([ b8)] e,4 d4 d4 c4 b2 r4 4 8 q8 q4 \times 2/3 { a4 c4 e4 } 1 r4 r8 c8 a4 e4 2 c2 1 } >> } tenorMelodie = \relative c' { << { \meta } %\tenorArt %the actual tune { \clef "treble_8" r2 g2 g2 r8 f8 g8[ e8] g2. c8[ b8] c4 b4 bes4 aes4 g1 bes4. bes8 bes8[ c,8] e8[ g8] c2 c2 b8[ b8] b2 e,4 f1 bes4 bes2 ees,4 c'4 c8[ c8] \times 2/3 { ces4 ces4 ces4 } bes4. g8 f4 ees4 aes1 bes8[ bes8] bes2 bes4 a4 a4 a4 a8[ c8] c4. c8 a4 4 q1 r4 c,4 d4 e4 g2 ~ g8[ f8] g8[ e8] g2. c8([ b8)] c4 b4 bes4 aes4 g2 r4 bes4 c8[ c8] a4 \times 2/3 { a4 c4 e4 } 1 r4 r8 c8 a4 e4 f2 aes2 b1 } >> } bassMelodie = \relative c' { << { \meta } %\bassArt %the actual tune \clef bass { r2 g2 c,2 r8 f8 g8[ e8] a,2. c'8[ b8] f4 e4 ees4 des4 c1 c4. c8 c8[ c8] e8[ g8] f2 d2 e8[ e8] e2 e4 g,1 ees'4 ees2 ees4 aes4 aes8[ aes8] \times 2/3 { aes4 aes4 aes4 } g4. g8 f4 ees4 des1 c8[ c8] c2 c4 c4 c4 c4 a'8[ c8] d,4. d8 d4 d4 g,1 r4 c4 d4 e4 c2 ~ c8[ f8] g8[ e8] a,2. c'8[ b8] f4 e4 ees4 des4 c2 r4 c4 f8[ f8] f4 \times 2/3 { a4 c4 e4 } d,1 r4 r8 c'8 a4 e4 g,2 des'2 c1 } >> }