Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 2655 by [email protected]: TextSpanner disappears after linebreak
http://code.google.com/p/lilypond/issues/detail?id=2655

Reported by Thomas Morley:
http://lists.gnu.org/archive/html/bug-lilypond/2012-07/msg00054.html

%% The TextSpanner disappears after a linebreak, if the new line
starts with a MultiMeasureRest.
%%
%% 2.12.3 was ok (apart from bad left-broken-padding). 2.12.3-png attached.
%% Since 2.14.x up to 2.15.42 not. 2.15.42-png attached.


\version "2.15.39"

\relative c' {
        c1\startTextSpan
        R1 \break
        R1
        d2 e\stopTextSpan
}
Comment by David Kastrup:
That has nothing to do with multi measure rests.  The result is
essentially the same if you write s1 instead of R1.  The problem is
rather the absence of a note column.

Attachments:
        bug-2.12.3.png  3.5 KB
        bug-2.15.42.png  3.4 KB


Reply via email to