#(set-global-staff-size 16) upper = \relative c'' { \set fingeringOrientations = #'(up) \override Fingering #'avoid-slur = #'inside \autoBeamOff \stemDown 8 \repeatTie \f \dynamicUp \clef bass 8-.[ \fz -.] \fz r16. \clef treble \dynamicDown c'''32-4\( \p \acciaccatura{bes16-2[ c-4]} bes16.-3->[ g32-1 bes16.-2 d32-4]\) r8.. bes!32-2\( \acciaccatura{a16-1[ bes-3]} a16.-2->[ g32-1 a16.-3 c32]\) r8.. c32-2\( \acciaccatura{g16-1[ a-3]} g16.-2->[ e32 g16. bes32-4] d,16.-1[ f32-3 e16.-2 g32-4] % \dynamicUp f8\) \clef bass 8-.[ \fz -.] \fz r16. \clef treble c'''32-4\( \dynamicDown \acciaccatura{bes16-2[ c-4]} \times 2/3 { bes16-3[ e,-1 bes'-2]} \once \override Fingering #'avoid-slur = #'outside g'8-.-5\) \clef bass 8 \fz r16. \clef treble bes''32-2\( \acciaccatura{a16-1[ bes-3]} \times 2/3 { a16-2[ f-1 a-2] } \once \override Fingering #'avoid-slur = #'outside g'8-.-5\) \clef bass 8 \fz r16. \clef treble a''32-2\( \acciaccatura{g16-1[ a-3]} \times 4/6 { g16-2[ e g e' \< g, e] } \times 4/6 { d-2[ f-4 d-1 e-2 g-4 e-1]\) \! } } lower = \relative c'' { \set fingeringOrientations = #'(down) \override Fingering #'avoid-slur = #'inside c16.([ g32 c,16. g'32] c16.[ g32 c,16. c'32] 16.[ c32 16. f32] 16.[ c32 16. f32] a16.[ c32 a16. f32] a16.[ c32 a16. f32] 16.[ c32 16. f32] 16.[ c32 16. f32] a16.[ c32 a16. f32] a16.[ c32 a16. f32] 16.[ c32 16. f32] 16.[ c32 16. f32] a16.[ c32 a16. f32] a16.[ c32 a16. f32] 16.[ c32 16. f32] 16.[ c32 16. f32]) } \score { \new GrandStaff << \new Staff << \key e \major \time 4/8 \new Voice { \upper } >> \new Staff << \key e \major \time 4/8 \new Voice { \lower } >> >> \layout { \context { \Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 6) } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 72 4) } } } \paper { indent = 0 system-count = #2 between-system-space = 2.5\cm }