Hello all, Omitting \input musixadd.tex before \input musixmad.tex leads to abnormal category code 11 of '@' at outer level. Following example writes '11' to the terminal: ------------------ \input musixtex \input musixmad [EMAIL PROTECTED] \bye ------------------
This is because of line 22 and 24 of musixmad.tex. There are two solutions to get normal category code 12 of '@' at outer level: (1) add \input musixadd.tex: ------------------ \input musixtex \input musixadd \input musixmad ... \bye ------------------ (2) change line 22 and 24 of musixmad.tex: 22: \ifnum\maxinstruments<9 \input musixadd \fi 24: [EMAIL PROTECTED]@=11 Best regards, ---- Hiroaki MORIMOTO <[EMAIL PROTECTED]> _______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://icking-music-archive.org/mailman/listinfo/tex-music

