\version "2.18.2" \include "FancyGliss.ily" partI = \new PianoStaff \with { connectArpeggios = ##t } << \new Staff=upperI \relative c'' { \time 2/4 | \override Glissando.cross-staff = ##t \fancy-gliss #'( (.5 -2) (1 -0.5) (1.5 -3) (2 0) (2.5 -12) (3 0) ) \hideNotes e8*12\glissando \unHideNotes | 4\arpeggio r } \new Staff=lowerI \relative c { \clef bass | s2 s s | 4\arpeggio r } >> partII = \new PianoStaff \with { connectArpeggios = ##t } << \new Staff=upperII \relative c' { \time 2/4 \override Glissando.cross-staff = ##t s8 \fancy-gliss #'( (.5 -5) (1 -2) (1.5 -11) (2 -7) (2.5 -14.5) (3 0) ) \hideNotes e'8*11\glissando \unHideNotes | 4\arpeggio r } \new Staff=lowerII\relative c { \clef bass | s2 s s | 4\arpeggio r } >> partIII = \new PianoStaff \with { connectArpeggios = ##t } << \new Staff=upperIII \relative c' { \time 2/4 | \stemDown \tuplet 3/2 { \change Staff=upperI 8 \change Staff=upperII \change Staff=upperIII } \stemNeutral \override Glissando.cross-staff = ##t \fancy-gliss #'( (.1 -4) (.6 -2.5) (1.4 -5) (1.6 -2.5) (2.1 -14) (2.6 0) ) \hideNotes e8*10\glissando \unHideNotes | 4\arpeggio r } \new Staff=lowerIII \relative c { \clef bass | s2 s s | 4\arpeggio r } >> \score { << \partI \partII \partIII >> }