Issue 661: Unwanted TextScript offset when overriding TrillSpanner style
http://code.google.com/p/lilypond/issues/detail?id=661

New issue report by v.villenave:
%% Setting the TrillSpanner style to zigzag causes
%% TextScripts on the same system prior to the spanner
%% to be offset upwards.

\version "2.11.55"

\score {
       \relative c' {
               c1^"text"
               \break
               c2^"text"
               c2_"text"
               \override TrillSpanner #'style = #'zigzag
               c\startTrillSpan
               c^"text"\stopTrillSpan
       }
}



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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to