Re: Improbable offset for stencil

2024-07-26 Thread Thomas Morley
‪Am Fr., 26. Juli 2024 um 13:17 Uhr schrieb ‫Yotam Medini יותם מדיני‬‎ :‬ > > Hello Thomas, > Thank you for the merge request. > In https://gitlab.com/lilypond/lilypond/-/merge_requests/2386 it says it > "must be rebased," > -- yotam Sure. Once the count-down-circle is set to patch-push, I'll reb

Re: Improbable offset for stencil

2024-07-26 Thread Yotam Medini יותם מדיני
Hello Thomas, Thank you for the merge request. In https://gitlab.com/lilypond/lilypond/-/merge_requests/2386 it says it "must be rebased," -- yotam On Sun, Jul 21, 2024 at 4:32 PM Thomas Morley wrote: > ‪Am Sa., 20. Juli 2024 um 11:34 Uhr schrieb ‫Yotam Medini יותם מדיני‬‎ > :‬ > > > > Werner &

Re: Improbable offset for stencil

2024-07-21 Thread Thomas Morley
‪Am Sa., 20. Juli 2024 um 11:34 Uhr schrieb ‫Yotam Medini יותם מדיני‬‎ :‬ > > Werner & Jean - thanks to both of you for your explanations. > > Since debugging and understanding Scheme/Guile code > is beyond my current capabilities, I will not be able to provide > a correct fix for footer placement.

Re: Improbable offset for stencil

2024-07-20 Thread Yotam Medini יותם מדיני
Werner & Jean - thanks to both of you for your explanations. Since debugging and understanding Scheme/Guile code is beyond my current capabilities, I will not be able to provide a correct fix for footer placement. -- yotam On Sat, Jul 20, 2024 at 1:39 AM Jean Abou Samra wrote: > Le samedi 20 j

Re: Improbable offset for stencil

2024-07-19 Thread Jean Abou Samra
Le samedi 20 juillet 2024 à 00:31 +0300, Yotam Medini יותם מדיני a écrit : > Another fix attempt is attached. Thank you for putting the effort to write a patch. However, this patch is essentially papering over the problem. Translating a stencil by ±inf isn't correct and should be logged; instead

Re: Improbable offset for stencil

2024-07-19 Thread Werner LEMBERG
> Does the (bug?) report I sent get a ticket in > https://gitlab.com/lilypond/lilypond/-/issues ? Not yet, I was busy, sorry. > I ran your suggested - "branch regression test": > [@master, test-baseline, bytecode, @MyBranch, bytecode, check] > Indeed lots of regtests failures. > > Another fi

Re: Improbable offset for stencil

2024-07-19 Thread Yotam Medini יותם מדיני
Hello Werner, Thanks for your reply. Does the (bug?) report I sent get a ticket in https://gitlab.com/lilypond/lilypond/-/issues ? I ran your suggested - "branch regression test": [@master, test-baseline, bytecode, @MyBranch, bytecode, check] Indeed lots of regtests failures. Another fix attem

Re: Improbable offset for stencil

2024-07-15 Thread Werner LEMBERG
> programming error: Improbable offset for stencil: -inf staff space > [...] > Also attached is a log and a suggested fix. Thanks for the report. Your suggested fix essentially undoes commit 6ac913499ad6 (from 2013) and unfortunately it makes many regtests results worse. You might run `make by