%some settings% vim: ai sw=2 lbr nu encoding=utf8 global = { \key c \major \time 6/4 } meta = { %(dynamic) marks global to all voices \dynamicUp %\repeat unfold <+number of parts+> { %s4*<+number of measures within a part+> %} } % articulation soloArt = { %\repeat unfold <+number of parts+> { %s4*<+number of measures within a part+> %} } sopranArt = { %\repeat unfold <+number of parts+> { %s4*<+number of measures within a part+> %} } altArt = { %\repeat unfold <+number of parts+> { %s4*<+number of measures within a part+> %} } tenorArt = { %\repeat unfold <+number of parts+> { %s4*<+number of measures within a part+> %} } bassArt = { %\repeat unfold <+number of parts+> { %s4*<+number of measures within a part+> %} } % Die Stimmen altSolo = \relative c' { << { \meta } %\soloArt %the actual tune { r4 r4 d4 f2 c'4 a2 g4 f4( d4 ) a'4 a1. r1. r1. r1. r4 r4 f4 c'2 b4 a2 d,4 e4( f4 ) g4 a1. r1. r1. r1. e2 e4 f4. d8 f4 g2 e4 a2. c4 c4 b4 a2 d4 c4 b2 a2. ~ a1. r1. r1. r1. a2 a4 b4. g8 b4 c2 a4 d2. ~ d1. r2. d4 c4 a4 d2. ~ d2 d4 c4 b2 a2. } >> } sopranMelodie = \relative c' { << { \meta } %\sopranArt %the actual tune { r1. r1. r1. r4 r4 f4 f2 e4 d2 g4 f4 e2 d1. r1. r1. r1. r4 r4 c'4 c2 b4 a2 d4 c4 b2 a1. r1. r1. r1. r1. e2 e4 f4. d8 f4 g2 e4 a2. c4 c4 b4 a2 d4 c4 b2 a2. ~ a1. r1. f'4 f4 e4 d2 g4 f4 e2 d2. f4 f4 e4 d2 g4 f4 e2 d2. } >> } altGemein = \relative c' { << { \meta } %\altArt %the actual tune { r1. r1. r1. r4 r4 d4 d2 c4 b2 d4 c4 b2 a1. r1. r1. r1. r4 r4 a'4 a2 g4 fis2 a4 g4 fis2 e1. r1. r1. r1. r1. c2 c4 d4. d8 d4 } >> } altA = \relative c { \voiceOne e'2 e4 e2. e4 a4 g4 fis2 a4 g4 fis2 e2. ~ e1. s1. a4 d4 c4 b2 d4 c4 b2 a2. a4 d4 c4 b2 d4 c4 b2 a2. } altB = \relative c' { \voiceTwo d2 d4 d2. c4 e4 e4 e2 e4 e4 d2 cis2. ~ cis1. r1. f4 a4 a4 a2 a4 a4 g2 fis2. f4 a4 a4 a2 a4 a4 g2 fis2. } tenorMelodie = \relative c'' { << { \meta } %\tenorArt %the actual tune { r1. r1. r1. r4 r4 a4 a2 d,4 a'2 a4 a2 g4 a1. r1. r1. r1. r4 r4 e'4 e2 a,4 e'2 e4 e4 d2 cis1. r1. r1. r1. r1. a2 a4 c4. c8 c4 b2 b4 a2. a4 a4 e4 a2 a4 a2 g4 a2. ~ a1. r1. d4 d4 a4 d2 d4 d2 c4 d2. d4 d4 a4 d2 d4 d2 c4 d2. } >> } bassMelodie = \relative c { << { \meta } %\bassArt %the actual tune \clef bass { r1. r1. r1. r4 r4 d4 d4( e4 ) f4 g4( f4 ) e4 a2 a,4 d1. r1. r1. r1. r4 r4 a4 a4( b4 ) c4 d4( c4 ) b4 e2 e4 << e1. a,1. >> r1. r1. r1. r1. a2 a4 a'4. a8 a4 g2 g4 fis2. a,4 b4 c4 d4( c4 ) b4 e2 e4 << { e2. ~ e1. } { a,2. ~ a1. } >> r1. d4 e4 f4 g4( f4 ) e4 a2 a4 << a2. d,2. >> d4 e4 f4 g4( f4 ) e4 a2 a4 << a2. d,2. >> } >> }