M-Tx got stuck at 0.60 for quite a while. You can now build 0.61 on Linux by:
$ git clone https://github.com/dlaurie/M-Tx $ cd M-Tx $ make I am no longer qualified to say what you need to do on other systems, beyond the surmise that whatever worked for 0.60 should still work. I have removed from the Makefile all support for going via C since I am not in a position to test it. You can backup to the last pre-0.61 version by: $ git reset --hard e99d13dcfed65fb252d5055e30d9710f8a3e23c5 I am also, to my shock, no longer qualified to build the documentation from scratch. In my own development directory it builds, but when I try it from source in a fresh directory, up pops a nasty message while loading pmx.tex (/usr/share/texmf/tex/generic/pmx/pmx.tex) ! No room for a new \count . \ch@ck ...\else \errmessage {No room for a new #3} \fi l.11 \setmaxslurs{24} \setmaxinstruments{24}% which I could possibly have coped with five years ago, but not now. So I added mtxdoc.tex and mtxdoc.pdf to the source repository. Main changes: 1. `TeX` preamble command for Type 2 TeX strings. 2. Assertions: Range, Bars. 3. User's Manual thoroughly revised. 4. Misnamed procedure `tex3` is now `TeXtype2`. 5. Page and font macros are included in `mtx.tex`. Item 5 borrows heavily from André van Ryckeghem's macro file that comes with his edition of Schubert's Deutsche Messe. Thank you, André! ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

