Status: Accepted
Owner: ----
Labels: Type-Scripts Priority-Medium Warning
New issue 1373 by v.villenave: convert-ly regards all edge-text grobs as
TextSpanner
http://code.google.com/p/lilypond/issues/detail?id=1373
When trying to update this snippet:
\version "2.10.0"
{
\override TrillSpanner #'edge-text = #(cons (markup "blah" ) "")
a1\startTrillSpan
a\stopTrillSpan
}
convert-ly prints the following message:
"""
Not smart enough to convert edge-text settings for TextSpanner. Use:
\override TextSpanner #'bound-details #'right #'text = <right-text>
"
see convertrules.py, line 2651.
Ideally, the name of the grob shouldn't be hardcoded, but deduced by the
regexp.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond