Status: Accepted
Owner: ----
Labels: Type-Critical Regression
New issue 3363 by [email protected]: Scripts misplaced with cross-staff
slurs
http://code.google.com/p/lilypond/issues/detail?id=3363
% Script (staccato in the example) is shifted by the staff-staff-spacing
% when it is set to go 'inside the cross-staff slur.
% If you remove the slur, the Script moves to the correct place.
% Bug first appears in 2.17.10
% Similar to issue 3327, but not solved by the patch there
% Workaround: \override Script #'avoid-slur = #'around
<<
\new Staff = "R" { s2 }
\new Staff = "L" {
\new Voice {
\voiceTwo
f'8 \change Staff="R" f'( \change Staff="L" f'_. f')
}
}
>>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings