Issue 654: Text spanner collides with system bracket after line break
http://code.google.com/p/lilypond/issues/detail?id=654

New issue report by [EMAIL PROTECTED]:
% If a line break occurs in the middle of a text spanner,
% the text, helpfully re-printed on the following line,
% collides with system brackets.

\version "2.11.55"

\paper {
        ragged-right = ##t
}

\score { <<
        \context Staff \relative c' {
                \clef treble
                \time 4/4
                c1 |
                c1 |
                c1 |
                c1
        }
        \new Staff \relative c {
                \clef bass
                \time 4/4
                \override TextSpanner #'bound-details #'left #'text = "accel."
                c1\startTextSpan |
                c1 \break |
                c1 |
                c1\stopTextSpan
        }
}


Attachments:
        SpannerLineBreak.png  8.3 KB


Issue attributes:
        Status: New
        Owner: ----
        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