On 2019/03/03 09:37:01, thomasmorley651 wrote:
Thanks for correcting the imho wrong spelling of "trilelement".
Please add a conversion rule for it. Sometimes I used "trilelement"
and maybe
I'm not the only one.

Is it as easy as adding

    str = re.sub (r'"scripts.trilelement"', r'"scripts.trillelement"',
str)

directly after the powerChords rule (line 3979 of convertrules.py)? Or
are there more places where changes should be made?

I thought about adding \musicglyph to the rule above but then the
following wouldn’t be converted correctly:

$@(map (lambda (x) (markup #:musicglyph x))
   '("scripts.trill"
      "scripts.trillelement"))

https://codereview.appspot.com/341560043/
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to