\version "2.17.95" #(ly:set-option 'clip-systems) \layout { clip-regions = #(list (cons (make-rhythmic-location 2 0 1) (make-rhythmic-location 4 0 1)) ) } \new PianoStaff << \new Staff = "up" << \new Voice { \relative c { \clef bass \time 3/4 2. \phrasingSlurUp \shape #'((0.8 . -0.5) (3 . -0.5) (0 . -6.3) (-0.4 . -8.5)) PhrasingSlur \shape #'((0 . 0) (0 . 0) (-1 . 1) (-1 . 1)) Slur \shape #'((0 . 9.2) (-1 . 5) (0 . 10) (0 . 2)) Tie \once \override Slur.dash-definition = #'((0 0.3 1 1) (0.3 0.65 0.4 0.75) (0.65 1.0 1 1)) 2.(\( | \change Staff = "down" q)\) } } \new Voice { \override Hairpin #'staff-padding = #0.0 \override Hairpin #'extra-offset = #'(0 . -3) s2.^\> s2. s8 s s s s s\! } >> \new Staff = "down" << \override Score.StaffSymbol.layer = #4 \new Voice { \relative c, { \clef bass \voiceOne s2. \shape #'((0.2 . -1.6) (2 . 4) (-1 . 2.5) (-0.5 . -0.2)) PhrasingSlur f8\( ais c \shape #'((0.3 . -2) (4 . -0.5) (-10 . -14) (-0.8 . -4)) Slur \slurDashed e( f ais | \change Staff = "up" \override Staff.Clef.layer = #3 \once \override Staff.Clef.whiteout = ##t \clef treble \oneVoice c e f ais c e)\) c1 } } \new Voice { \relative c, { \voiceTwo 2. \shape #'((0.6 . 0) (0 . 0) (0 . 0) (-0.4 . 0)) Tie 2. | q \clef treble c } } \new Voice { \relative c, { c4\sustainOn s s | s2. | s8 s s s s s\sustainOff } } >> >>