bug-lilypond
[Top][All Lists]
Advanced

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

Issue 401 in lilypond: misplaced textSpanner when Bar_engraver is remove


From: codesite-noreply
Subject: Issue 401 in lilypond: misplaced textSpanner when Bar_engraver is removed
Date: Tue, 14 Aug 2007 02:20:15 -0700

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




reply via email to

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