Re: Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread lemzwerg
The mf code looks fine, thanks! https://codereview.appspot.com/341560043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread David Kastrup
lilyp...@maltemeyn.de writes: > On 2019/03/03 12:20:41, dak wrote: >> More like >>str = re.sub (r'"scripts\.trilelement"', r'"scripts\.trillelement"', > str) > >> Sort of ironic to use raw strings here for the sake of easier >> backslash-quoting and then not even backslash-quote the necessary

Re: Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread lilypond
On 2019/03/03 12:20:41, dak wrote: More like str = re.sub (r'"scripts\.trilelement"', r'"scripts\.trillelement"', str) Sort of ironic to use raw strings here for the sake of easier backslash-quoting and then not even backslash-quote the necessary parts. I don’t know anything about python

Re: Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread David Kastrup
lilyp...@maltemeyn.de writes: > 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: Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread lilypond
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"',

Re: Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread thomasmorley65
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. https://codereview.appspot.com/341560043/ ___ lilypond-devel mailing list

Issue 5489: improve prall glyphs (issue 341560043 by lilyp...@maltemeyn.de)

2019-03-03 Thread lilypond
Reviewers: , https://codereview.appspot.com/341560043/diff/1/mf/feta-trills.mf File mf/feta-trills.mf (right): https://codereview.appspot.com/341560043/diff/1/mf/feta-trills.mf#newcode265 mf/feta-trills.mf:265: .. tension 0.95 I’ll fix this indentation error before pushing, I don’t think this