> 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?)
If you mean you should simply add another commit to your branch to fix this, then yes :-) Werner