On Fri, Aug 28, 2020 at 3:00 AM Michael Käppler <xmichae...@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