Issue 401: misplaced textSpanner when Bar_engraver is removed
http://code.google.com/p/lilypond/issues/detail?id=401
New issue report by gpermus:
\version "2.11.28"
%{ when the Bar_engraver is removed and textSpanner text happens to span
over 2 lines, the text on the first line is misplaced %}
\layout { \context { \Staff \remove "Bar_engraver" } }
\relative c' {
c1
\override TextSpanner #'bound-details #'left #'text = "2nd"
d1 \startTextSpan e
\break
c
d \stopTextSpan e
}
Attachments:
foo.png 8.1 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Low
--
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond