%some settings% vim: ai sw=2 lbr nu et \version "2.12" \include "dynArt.ly" global = { \key d \minor %\override Staff.TimeSignature #'style = #'() \time 4/4 %\autoBeamOff } % Die Stimmen sopranMelodie = \relative c' { << { \meta } %\sopranArt %the actual tune { r1 } >> } altMelodie = \relative c' { << { \meta } %\altArt %the actual tune { r1 } >> } tenorMelodie = \relative c' { << { \meta } %\tenorArt %the actual tune \clef "treble_8" { R1*6 R1*7 R1*6 R1*5 \key c \major R1*12 R1*2 R1*3 R1*5 R1*6 R1 R1*8 c8 c4. ~ c4 c4 ~ c4 a8 b8 c4 d8( e8) a,2. d4 f2 d2 c2 b2 a4 b8( c8) d4 e4 f2 f2 b,8( d8 c8 b8 c8 d8) c8( b8) a4 a4 b4.( c8) c2 d2 d2 d4 d4 d4 c4 ees4 d4 f4 g2 c,4 ees2 d4. r8 g1 g1 g1( e2) c2 ~ c1 ~ c1 r1 r2 r4 a4 a4. b8 b4. b8 b4 c2. ~ c2 b4. b8 c2 c2 c2.( d4) e2( f4.) r8 c4. c8 g4. g8 g2( f4 e4) c'4. r8 b4. c8 b4 a2. c4. d8 ~ d4 d4 a2 a2 ~ a1 b1 g'1 g1 d2 c4( b4) a4 g4 ~ g4. r8 g'2 fis4.( g8) fis4 e2. g2 fis4( g4) g2. r4 c,8 c4. c2 c2 c2 d2 a2 ~ a2 d2 ~ d2 cis2 ~ cis2 fis4 eis4 dis2( cis2 b2 ais2) c2 c2 ~ c2 c2 c1 ~ c2 c2 c2 c2 % 393 \key e \major gis1 gis1 gis1 gis2. r4 r1 r1 gis1 gis1 gis1 r1 r1\fermata \bar "|." } >> } bassMelodie = \relative c { << { \meta } %\bassArt %the actual tune \clef bass { r1 } >> }