bug-lilypond
[Top][All Lists]
Advanced

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

misplaced TextSpanner-text when bar-engraver is removed and line breaks


From: Luc
Subject: misplaced TextSpanner-text when bar-engraver is removed and line breaks
Date: Fri, 3 Aug 2007 14:26:50 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

\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" } } 
{ \clef "G_8"
  \relative e, {
    e 2  f fis g gis a ais b c cis d dis e f fis g gis a ais            
    \override TextSpanner #'bound-details #'left #'text = "2nd"
    b  \startTextSpan c cis d dis \stopTextSpan
    e f fis g gis a ais b c cis d dis e f fis g gis a ais b 
}}

Not too important, but you might like to know! Thanks
Luc





reply via email to

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