bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 654 in lilypond: Text spanner collides with system bracket after


From: codesite-noreply
Subject: Issue 654 in lilypond: Text spanner collides with system bracket after line break
Date: Mon, 04 Aug 2008 07:34:24 -0700

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 address@hidden:
% 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]