Issue 658: Inconsistency when moving a Script in different situations
http://code.google.com/p/lilypond/issues/detail?id=658
New issue report by v.villenave:
% In the following example, the Y-offset override produces
% a different result each time it is used.
\version "2.11.55"
\relative c' {
\time 6/8
f4. f4 f8(
\once \override Script #'Y-offset = #4
% no effect
d'4.-> ~ d4.)
f,4. f4 f8
\once \override Script #'Y-offset = #4
% desired effect
d'4.-> ~ d4.
f,4. f4 f8(
\break
\once \override Script #'Y-offset = #4
% strange effect
d'4.-> ~ d4.)
}
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond