%some settings% vim: ai sw=2 lbr nu et \version "2.12" \include "dynArt.ly" global = { \key g \minor %\override Staff.TimeSignature #'style = #'() \time 4/4 %\autoBeamOff } % Die Stimmen sopranMelodie = \relative c' { << { \meta } %\sopranArt %the actual tune { d4 g2 g8 g8 d'2 d8 d8 c2 c8 a8 g2 bes8 bes8 } >> } 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 } >> }