bug-lilypond
[Top][All Lists]
Advanced

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

Re: bug edge-height in 2.11.15


From: Trevor Bača
Subject: Re: bug edge-height in 2.11.15
Date: Fri, 2 Feb 2007 07:55:16 -0600

On 2/2/07, Martial <address@hidden> wrote:
In version 2.11.15, ( as in the 2.11.14)
the bracket won't be vertical with TextSpanner #'edge-height.
No bug in 2.10.14, 2.10.15. and 2.11.13

%%---Edge-Height-bug--------------------
\version "2.11.15"
\relative  {
     \once \override TextSpanner #'dash-fraction = #'()
     \once \override TextSpanner #'edge-height = #'(2 . 0)
     \once \override TextSpanner #'padding   = #3
      c\startTextSpan e g\stopTextSpan
}
%%----- END ----------------------------

Hi Martial,

TextSpanners have been changing in the 2.11.x releases and I think I
saw a convert-ly rule for edge-height in 2.11.15. The last conversion
in python/convertrules.py looks like

 #'bound-details #'left (or #'right) = \markup { \draw-line #'(0 . whatever) }

may be the way to go.

Alternatively, try running convert-ly on an older file with the older
edge-height syntax.



--
Trevor Bača
address@hidden

reply via email to

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