lilypond-devel
[Top][All Lists]
Advanced

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

Re: GSoC 2020: Unexpected "regressions"...


From: Owen Lamb
Subject: Re: GSoC 2020: Unexpected "regressions"...
Date: Sat, 29 Aug 2020 00:46:46 -0700

On Fri, Aug 28, 2020 at 3:00 AM Michael Käppler <xmichael-k@web.de> wrote:

> I cannot reproduce this on my machine.
>

All right. Thanks for giving it a try. Han-Wen, I'll take your advice and
ignore this issue for the time being.


> What I see are differences in input/regression/tablature-letter.ly
> (which I would describe as slightly different spacing)
> and input/regression/palm-mute.ly, where
> some glyph is missing.
> The log file says
>
> warning: Cannot find glyph noteheads.u2do
>

Ah! It looks like the issue is in line 12 of palm-mute.ly:
    e8^\markup { \musicglyph "noteheads.u2do"  = palm mute }
Here, \musicglyph is looking for noteheads.u2do, which I combined with
.d2do to make .s2do. Changing the string to "noteheads.s2do" makes this
regression test work as expected again.

(Is it permissible to simply update this regtest as part of the main
commit, or is there a better way to do it?)

Thanks for the help!
--Owen


reply via email to

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