%some settings% vim: ai sw=2 lbr nu et \version "2.12" \include "dynArt.ly" global = { \key b \major %\override Staff.TimeSignature #'style = #'() \time 4/4 %\autoBeamOff \partial 4 } % Die Stimmen sopranMelodie = \relative c'' { << { \meta } \sopranArt %the actual tune { \oneVoice r4 r1 r1 r1 r2 r4 b4 b2 ais4 gis4 ais4( b4) cis4 dis4 ais4( b4) gis2 fis2. r4 { \voiceOne fis'2 e4 dis4 e2 dis2 cis4 dis4 b4 cis4 ais4( gis4) fis4 } % Venite \oneVoice b4 b4 ais4 b4 cis4 b2 fis4 \voiceOne dis'4 dis4 cis4 dis4 e4 dis2 cis4 fis4 e4 dis4 cis4 b4 ais2 b4( e4) dis2 cis2 b2.\fermata } >> } sopTwo = \relative c'' { << { \oneVoice r4 r1 r1 r1 r2 r4 b4 b2 ais4 gis4 ais4( b4) cis4 dis4 ais4( b4) gis2 fis2 s4 r4 \voiceTwo % \dynamicOff dis'2 b4 b4 b4( ais4) b2 ais4 ais4 gis4 gis4 ais4( gis4) fis4 % Venite \oneVoice b4 b4 ais4 b4 cis4 b2 fis4 \voiceTwo b4 b4 ais4 b4 gis8 ais8 b2 ais4 b4 ais4 b4 cis4 b4 ais2 b2 b2. ais4 b2. } >> } altMelodie = \relative c' { << { \meta } \bassArt %the actual tune { r4 r1 r1 r1 r2 r4 fis4 dis4( eis4) fis4 eis4 fis2 fis4 fis4 fis2 fis4( eis4) fis2. r4 2 fis4 fis4 fis2 fis2 fis4 dis4 dis4 gis4 fis4( eis4) cis4 % Venite fis4 fis4 fis4 fis4 fis4 fis2 fis4 fis4 fis4 fis4 fis4 e4 fis4( gis4) ais4 fis4 fis4 fis4 gis4 gis4 gis4( fisis4) gis2 fis2( eis4) fis4 fis2.\fermata } >> } tenorMelodie = \relative c'' { << { \meta } \tenorArt { { \voiceOne b4 b2 fis4 b4 cis2( fis,4) gis8 ais8 b4( cis4) dis4 e4 dis2 cis4 } \oneVoice b4 b2 cis4 cis4 cis2 cis4 b4 dis2 cis2 ais2. r4 { \voiceOne dis2 cis4 b4 } \oneVoice cis2 b2 cis4 ais4 b4 gis4 cis4( b4) ais4 % Venite b4 b4 cis4 dis4 cis4 dis2 dis4 b4 b4 fis4 b4 cis4 dis4( e4) fis4 dis4 e4 fis4 e4 dis4 dis2 dis4( e4) b2. cis4 dis2.\fermata } >> } tenorTwo = \relative c'' { << { { \voiceTwo b4 b2 fis4 b4 cis2( fis,4) gis8 ais8 b4( ais4) b4 b4 b2 ais4 } \oneVoice b4 b2 cis4 cis4 cis2 cis4 b4 dis2 cis2 ais2 s4 r4 { \voiceTwo b2 fis4 b4 } } >> } bassMelodie = \relative c { \clef bass << { \meta } \altArt { << { \voiceOne b'4 b2 fis4 b4 cis2 fis,4 ~ fis4 fis4 ~ fis4 fis4 gis4 fis2 fis4 } \\ \new Voice \with {\remove Dynamic_engraver } { \voiceTwo b4 b2 fis4 b4 cis2 fis,4( e4) dis4( fis4) b,4 e4 b4( dis4) fis4 } >> dis4 gis2 fis4 cis4 fis4( gis4) ais4 b4 dis,4( gis4) cis2 fis,2. r4 << { \voiceOne fis2 fis4 fis4 fis2 fis2 } \\ \new Voice \with {\remove Dynamic_engraver } { \voiceTwo b,2 cis4 dis4 cis4( fis4) b,2 } >> fis'4 fisis4 gis4 eis4 fis4( cis4) fis4 % Venite dis4 dis4 fis4 b4 ais4 b2 b4 r4 r1 r2 r4 << { \voiceOne fis4 fis4 b4 e,4 gis4 ais2 gis2 b4( fis4 gis4) fis4 fis2.\fermata } \\ \new Voice \with {\remove Dynamic_engraver } { \voiceTwo b,4 cis4 dis4 e4 gis4 dis2 gis4( cis,4) dis2( gis4) fis4 b,2. } >> } >> }