>|I recently installed MusiXTeX 1.27, and found what may be a bug. The >|MusiXTeX changelog says that version 1.27 "eliminated \ds@oup". However, >|in >|the file >| <texmf>/tex/generic/musixtex/musixeng.tex >|line 35 is >| \let\er\ds@oup >|This means that running musixtex on this source >| \input musixtex >| \input musixeng >| \startmuflex >| \startpiece >| \notes\er\enotes >| \stoppiece >| \endmuflex >| \end >|produces the error "Undefined control sequence" at line 5. Replacing line >|35 of musixeng.tex by >| \let\er\ds >|appears to fix this problem, but I don't know if this is the best >|solution. >|The same issue seems to be present in the beta of MusiXTeX 1.28, >|although I >|haven't tested that version. >| >|PS I know that one could use \ds instead of \er in the first place, but in >|this case my TeX source is auto-generated by abc2mtex. This package >|generates \er, and I can't immediately see how to change this behaviour.
Thomas: Yes, that is a bug. Unfortunately, I've already uploaded 1.28 to CTAN. Your suggested workaround will be incorporated in the next release. Thanks for the report. Bob T. P.S. There are also references to \ds@oup in musixcpt.tex. ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

