Thomas Ruedas skryf:
>
> BTW, is there a conflict between MusiXTeX and certain commands of the
> amsmath package?
>
The only way to find out is the hard way. You're supposed to code
\newcommand or \renewcommand instead of \def (except when the command
name contains an @ sign) so that all conflicts are found at the TeX
stage. But MusiXTeX is not in LaTeX, and amsmath.sty uses the pure
LaTeX commands only 30 times and plain \def on user-visible commands
41 times.
The first 30 commands can be checked by \usepackage{musixtex,amsmath}.
The remaining 41 cases need to be done manually.
Dirk