%some settings% vim: ai sw=2 lbr nu et \version "2.12" \include "dynArt.ly" global = { \key a \major %\override Staff.TimeSignature #'style = #'() \time 3/4 %\autoBeamOff } % Die Stimmen generalPausen = { s2.*19 s4 r4 r4 % s2.*6 r2. r2. s2.*6 % s2.*14 R2.*4 s2.*10 } uniOne = \relative c' { e2. f2. g4. g8 g4 g2. e2. f2. \key a \major } uniTwoW = \relative c' { e8( d8) cis4 e4 fis4( b4) a4 cis2. ~ cis2. } uniTwoM = \relative c { cis'8( d8) cis4 a4 b2 b8( cis8) d2 cis8( a8) e2. cis'8( b8) a4 cis4 d2 d4 cis2. ~ cis2. } uniThreeM = \relative c' { cis8( b8) a4 a4 e2 e4 } sopranMelodie = \relative c' { << { \meta } %\sopranArt %the actual tune { \oneVoice R1*3/4*4 e8( d8) cis4 e4 fis4( b4) a4 cis,2. r2. e8( d8) cis4 e4 fis4( b4) a4 cis2. r4 r4 a8( b8) \break \voiceOne cis8( d8 cis4) a4 b2 b8( cis8) d2 cis8( a8) e2 cis'8 d8 e2. e2. e2. ~ e4 s4 s4 \bar "||" \break \key a \minor a,4 a2 g4 g2 f4 f4 f4 e2 c4 f2 e8( f8) d2. s2. s2. \uniOne \bar "||" \break e4. e8 e4 e2. a4 a2 gis4 gis2 fis4 fis4 fis4 e2. \uniTwoW \break a2. gis2. fis4 fis4 e4 e2. s2.*4 e8( d8) cis2 d2. e8( d8) cis2 d2. e8( d8) cis4 e4 fis4( a4) gis4 a2. ~ a2. ~ a2. ~ a2. \bar "|." } >> } altMelodie = \relative c'' { << { \meta } %\altArt %the actual tune { s2.*12 \voiceTwo a8. a16 a2 g4 g2 fis8. fis16 fis2 e4 e2 e8( d8) cis4 e4 fis4( b4) a4 cis2. ~ cis4 s4 s4 % \key a \minor e,4 e2 e4 e2 d4 d4 d4 c2 c4 d2 d4 d2. s2. s2. \uniOne % e4. e8 e4 e2. fis4 fis2 d4 d2 d4 d4 d4 e2. \uniTwoW d2. e2. d4 d4 d4 cis2. s2.*4 R2.*2 e8( d8) cis2 d2. e8( d8) cis4 cis4 d2 d4 cis2.( d2. cis2. ~ cis2.) } >> } tenorMelodie = \relative c' { << { \meta } %\tenorArt %the actual tune \clef "treble_8" { R1*3/4*12 cis8. cis16 cis2 d4 d2 d8. d16 d2 d4 d2 cis8( b8) a4 cis4 d2 d4 e2. ~ e4 r4 r4 % \key a \minor c8( b8) a4 c4 b4 g2 f8( g8) a4 b4 g2 c4 bes2 bes4 c4( b2) r2. r2. \transpose c c, \uniOne % e,4. e8 e4 e2. \uniTwoM fis2. gis2. a4 a4 gis4 a2. R1*3/4*8 \uniThreeM e2.( fis2. e2. ~ e2.) } >> } bassMelodie = \relative c { << { \meta } %\bassArt %the actual tune \clef bass { R1*3/4*12 fis8. fis16 fis2 g4 g2 b8. b16 b2 e,4 e2 a2. a,2. a'2. ~ a4 r4 r4 % \key a \minor c8( b8) a4 c4 b4 g2 f8( g8) a4 b4 g2 c4 f,2 f4 g2. r2. r2. \transpose c c, \uniOne % e4. e8 e4 e2. \uniTwoM d2. cis2. b4 b4 e4 a2. R1*3/4*8 \uniThreeM a,2. ~ a2. ~ a2. ~ a2. } >> }