%some settings% vim: ai sw=2 lbr nu encoding=utf8 et \version "2.12" \include "dynArt.ly" global = { \key c \major %\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 } >> } bassMelodie = \relative c { << { \meta } %\bassArt %the actual tune \clef bass { r1 } >> }