





 PartPOneVoiceOne  = {\clef "treble" \key c \major \time 3/4
fis'8) c''8\rest  \override NoteColumn #'force-hshift = #-2.5  fis'!2|%P1V1-46
	fis'!2.^~|%P1V1-47
	fis'8 [\override NoteColumn #'force-hshift = #-1 f'!8 ] d'2|%P1V1-48
	}
	
PartPOneVoiceTwo = {\clef "treble" \key c \major \time 3/4
<c' es'!  >8 d'8 \rest  < d' f'! >4 _(< c' es'! >4 |%P1V2-46 
	\override NoteColumn #'force-hshift = #-2.5 
	<b d' >4 c'4 b4_~)|%P1V2-47
	b2.|%P1V2-48
	}
	
	PartPTwoVoiceOne = {\clef "bass" \key c \major \time 3/4
	\once\override NoteColumn.X-offset = #-4 \stemDown  <e f a>8 e8 \rest < es fis a >2|%P2V1-46x
	\once \override NoteColumn.X-offset = #-4 \stemUp f4 a4 gis4|%P2V1-47
	s2.|%P2V1-48
}	
	PartPTwoVoiceTwo = {\clef "bass" \key c \major \time 3/4
	<< \stemDown {<e f >8 d8 \rest s4 }  \\ { a8 s8 <es fis a >2 } >>  |%P2V2-46
	\override NoteColumn #'force-hshift = #-5 
	es2.|%P2V2-47
	\override NoteColumn #'force-hshift = #-2 
	\stemDown < es g >2.|%P2V2-48
	}
	
	%%%%%%%%%%%%%
	\score {
	 \new PianoStaff \with {\override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 12))
       connectArpeggios = ##t 
    %\override Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket
    %sustainBothMrkp = \markup { sempre 2 \musicglyph #"pedal.Ped" }
    %\override StaffGrouper.staff-staff-spacing = #'( (basic-distance . 0)  (padding . 0))
 }

		<<
		\new Staff = "upper"
		 <<
		\new  Voice = "PartPOneVoiceOne"  \PartPOneVoiceOne 
		\new Voice = "PartPOneVoiceTwo"  \PartPOneVoiceTwo 
		%\new  Voice = "PartPOneVoiceThree"  \PartPOneVoiceThree 
		>>
		%\new Dynamics = "dynamics" \dynamics
		
		\new Staff = "lower" 
		<< 
		\new 	Voice = "PartPTwoVoiceOne"  \PartPTwoVoiceOne 
		\new  Voice = "PartPTwoVoiceTwo" \PartPTwoVoiceTwo 
		%\new  Voice = "PartPTwoVoiceThree" \PartPTwoVoiceThree 			
		>>
		 %\new Dynamics = "pedal" \pedal
		>>
		
		

	\layout {indent=0\mm
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
     connectArpeggios = ##t
    \consists "Span_arpeggio_engraver"
  }
  }

	% To create MIDI output, uncomment the following line:
	  %\midi {}
}
