Issue 401: misplaced textSpanner when Bar_engraver is removed
http://code.google.com/p/lilypond/issues/detail?id=401

Comment #1 by gpermus:
Shorter example:

\version "2.11.29"
%{ when the Bar_engraver is removed and textSpanner text happens to span
   over a line break the text on the first line is misplaced %}

\layout { \context { \Staff \remove "Bar_engraver" }}
{
        \override TextSpanner #'bound-details #'left #'text ="shortest"
        e1\startTextSpan \break
        e\stopTextSpan
}


In .29, this now produces the following warnings:
Drawing systems...
programming error: Improbable offset for stencil: nan staff space
Setting to zero.
continuing, cross fingers
programming error: Improbable offset for stencil: nan staff space
Setting to zero.

( These might be completely unrelated; this is the first file I've tried with 
.29)





Attachments:
        bar.png  7.4 KB 



-- 
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