lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 5489: improve prall glyphs (issue 341560043 by address@hidden)


From: lilypond
Subject: Re: Issue 5489: improve prall glyphs (issue 341560043 by address@hidden)
Date: Sun, 03 Mar 2019 03:36:37 -0800

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/

reply via email to

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