\version "2.24.1" %#(set-global-staff-size 17) \paper { property-defaults.fonts.serif = "Caudex" } \header { tagline = "" % Suppresses the default footer message } \layout { \enablePolymeter } global = { \key e \minor } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody_one = \absolute { r8 e' g' fis' e'4 r8 e' g' fis' e'4 r4 r8 a' g'4 r8 fis' e'4 r2 r8 e' g' fis' e'4 r8 a' g'4 r8 fis' e'4 r8 e' g' fis' e'4 r8 e' g' fis' e'4 r8 e' g' fis' e'4 r8 a' g'4 r2 r8 a' g'4 r4 r4 r8 e' g' fis' e'4 r8 e' g' fis' e'4 r2 r8 e' g' fis' e'4 r8 fis' e'4 r2 r8 a' g'4 r8 a' g'4 r8 e' g' fis' e'4 r8 e' g' fis' e'4 r8 a' g'4 r4 r8 a' g'4 r2 r8 a' g'4 r2 r4 r4 r8 e' g' fis' e'4 r8 fis' e'4 r4 r8 a' g'4 r4 r4 r2 r4 r8 a' g'4 r8 fis' e'4 r8 e' g' fis' e'4 r8 a' g'4 r4 } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody_two = \absolute { r4 b cis' r r4 b cis' r r2 r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r4 b cis'8 b cis' b r4 r4 b cis'8 b cis' b r4 r2 r4 r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r4 b cis' r r4 b cis'8 b cis' b r4 r4 b cis' r r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r4 b cis' r r2 r4 b cis'8 b cis' b r4 r4 b cis' r r4 r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r4 r4 b cis' r r4 b cis'8 b cis' b r4 r4 r2 r4 b cis' r r4 b cis'8 b cis' b r4 r2 r4 r4 r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r4 b cis'8 b cis' b r4 r4 \tuplet 3/2 { cis'8 b cis' } b4 r4 r2 r4 b cis' r r2 r4 b cis'8 b cis' b r4 r4 r4 b cis'8 b cis' b r4 r4 b cis'8 b cis' b r4 r2 r2 r4 b cis' r r4 r4 r4 b cis' r r4 r2 } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody_three = \absolute { \clef bass r4 g fis r r4 r4 r4 g fis r e8 d cis b, cis d e4 r r4 r2 r4 e d r r4 r2 r2 r4 r4 e d r r2 r2 r4 e d r r4 r4 e d r r4 r4 g fis r e8 d cis b, cis d e4 r r2 r4 r4 r4 e d r e8 d cis b, cis d e4 r e8 d cis b, cis d e4 r r4 r2 r4 e d r r2 e8 d cis b, cis d e4 r e8 d cis b, cis d e4 r r4 r4 g fis r r2 e8 d cis b, cis d e4 r r4 e d r r2 r4 e d r e8 d cis b, cis d e4 r r4 e8 d cis b, cis d e4 r e8 d cis b, cis d e4 r r4 e d r e8 d cis b, cis d e4 r r4 r4 e8 d cis b, cis d e4 r e8 d cis b, cis d e4 r r4 g fis r r4 e8 d cis b, cis d e4 r r4 g fis r e8 d cis b, cis d e4 r r2 r4 e d r r4 r4 g fis r r4 g fis r r4 r2 r4 g fis r r4 g fis r r4 e d r r4 g fis r e8 d cis b, cis d e4 r r4 e d r r4 g fis r r2 r4 r2 r4 e d r r4 e d r r4 e8 d cis b, cis d e4 r r4 e8 d cis b, cis d e4 r r2 r2 r4 e d r e8 d cis b, cis d e4 r e8 d cis b, cis d e4 r r4 e d r r4 g fis r e8 d cis b, cis d e4 r r4 e d r r4 r4 e d r r4 g fis r r4 r4 e8 d cis b, cis d e4 r r4 g fis r r4 e d r r4 r4 g fis r r4 g fis r r4 r4 e d r } \score { << \new Staff { \global \time 4/4 \repeat unfold 2 {\melody_one } } \new Staff { \global \time 4/4 \repeat unfold 2 { \melody_two } } \new Staff { \global \time 4/4 \repeat unfold 2 { \melody_three } } >> }