>|Would you be willing to provide me with a trial >|executable with the changes you're suggesting? I'm >|wondering if it will still fail my test if I use \xbar. >|If it does, I would consider revising PMX to take >|advantage of the enhancement. If we could find someone >|who knows lua and is willing to put the updates in the >|current version of musixflx, do you think it would be >|safe to replace that with one having these modifications? >| >|--Don >| >|> The of this error may be: >|> >|> if ((x-eff_linewidth) < (lastbar/2)) then >|> >|> at line 850 and >|> >|> else >|> barsinline=i-1-mark >|> if (barsinline < 1) then error_exit(2) end >|> >|> at line 923-925 in musixflx.lua (0.83.3.lua7).
Don: Hiroaki has found *where* the error message arises but I don't see any suggested "changes" yet. The lua version of musixflx was translated from the C version by a student. I'm sure he didn't understand *how* musixflx worked and I certainly don't, but I could likely translate any suggested patch from C to lua. Testing would not require any compilation though I suspect MiKTeX for security reasons wouldn't allow arbitrary lua code to be executed by musixflx.exe. I tried commenting out line 925 in musixflx.lua and it produced a "Division by zero" error on your posted example. Bob ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to https://tug.org/mailman/listinfo/tex-music

