bug edge-height in 2.11.15

2007-02-02 Thread Martial

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 


Regards

--
Martial



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: bug edge-height in 2.11.15

2007-02-02 Thread Trevor Bača

On 2/2/07, Martial [EMAIL PROTECTED] 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
[EMAIL PROTECTED]
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: bug edge-height in 2.11.15

2007-02-02 Thread Martial



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

Oops !lol !
I had converted for immediately  erased and write the syntax before this 
change !

I'm simple-minded boy !

Thanks!

--
Martial



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond