%some settings% vim: ai sw=2 lbr nu encoding=utf8 et \version "2.12" \include "dynArt.ly" global = { \key g \major %\override Staff.TimeSignature #'style = #'() \time 2/2 \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 } >> } bassMelodie = \relative c { << { \meta } %\bassArt %the actual tune \clef bass { r1 r1 r4 b'4( a4) \grace d8 c4( a4) r4 r2 r1 a4 b8 g8 a8 fis8 g8 b8 ais4 r8 b8 ais4 r8 b8 ais8 b8 ais8 b8 ais8 r8 r4 r1 r1 \key e \major r1 r1 r1 r1 cis4 dis8( cis8) b4 cis8( b8) a4 b8( a8) gis8( a8) b8( dis8) cis4 b8( cis8) dis8( cis8) b8( cis8) a4 gis8 a8 b8 a8 gis8 a8 \times 2/3 { fis4 gis4 fis4 e4 fis4 gis4 } a8 b8 b8 a8 a8 gis8 fis8 a8 b1 ~ b2 b2 gis2 fis2 gis4 b4 ~ \times2/3{ b4 gis4 dis4} gis4 gis4 fis4 gis4 \times2/3{ fis4 gis4 fis4} fis4( gis4) ~ gis4 gis4 \times2/3{ fis4 gis4 fis4 e4 fis4 e4 dis4 e4 dis4} cis2 cis4 dis4 e8 fis8 gis8 ais8 b4 dis4 dis,1 ~ dis2 gis2 gis1 ~ gis2 r4 gis4 b1 ~ b4 g4( gis4) gis4 b1 ~ b4 g4( gis4) a4( ais4) g4 gis4 a4 ais4 b4 c8 c8 r4 ais4 b4 c8 c8 r4 b4( c4) b4 c8 c8 cis4 r4 fis,4 fis4 fis4 fis4 fis2 ~ fis2 fis4 fis4 fis1 ~ fis4 r4 fis2 \bar "||" \key g \major e4. g8 fis8 d8 e8 cis8 b2. b4 c4 d4 e4( fis4) g4 a4 b4 c4 d4 g,4 a4 b4 c2 r4 e4 b2 c4( g4) d4 r4 f2 c2. d4 << { g4 fis4 e4 d4 c4 d4 e4 fis4 g4 fis4 e4 d4 c4 d4 e4 fis4 g4 a4 b4 c4 a4 b4 c4 d4 b4 c4 } \\ { e,4 d4 c4 g4 a4 b4 c4 d4 e4 d4 c4 g4 a4 b4 c4 d4 e4 fis4 g4 a4 fis4 g4 a4 b4 g4 a4 } >> b4 c4 ~ c4 a4 c4 d4 c4 a4 c4 d4 c4 d4 c4 d4 c4 d4 c4 d4 r1 r2 g,8 c8 b8 a8 e1 } >> }