bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1373 in lilypond: convert-ly regards all edge-text grobs as TextSp


From: lilypond
Subject: Issue 1373 in lilypond: convert-ly regards all edge-text grobs as TextSpanner
Date: Sat, 30 Oct 2010 09:57:48 +0000

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.




reply via email to

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