I just discovered a solution for using MusiXTeX with LaTeX without problems: elatex. This program, included with the teTeX distribution, increases the number of register from 256 to 32768! So there is no more problem such as "no room left for new dimen register..."
For example, the following preamble allows to typeset music inside a LaTeX document:
---
\documentclass{article}
\usepackage{etex}
\def\mtxversion{pre0.54c}
\def\mtxdate{<15 August 2003>}
\input musixtex
\input musixmad
\input musixltx
\input pmx
\input mtx
\input musixps
\usepackage[T1]{fontenc}
\begin{document}\begin{music}
MusiXTeX commands
\end{music}\end{document}
The single difference is: use "elatex document" instead of "latex document".
Olivier
_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous ! http://search.fr.msn.ch
_______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://sunsite.dk/mailman/listinfo/tex-music
