.TH MUSIXTEX 1 .SH NAME musixtex \- automates the three-pass TeX compilation of MusiXTeX .SH SYNOPSIS .B musixtex .I "file.tex [TeX options]" .SH "DESCRIPTION" The script musixtex was written by Anthony Fok to compile your MusiXTeX source music score file (*.tex): .P MusiXTeX is a three-pass system. It uses an external program called musixflex to calculate the spacing of the notes. To compile your MusiXTeX jobname.tex file, you may use: musixtex jobname.tex The script calls TeX ==> musixflex ==> TeX on jobname.tex to save your time to do it manually. If you prefer to do it manually, try: tex jobname.tex ; musixflx jobname ; tex jobname.tex For LaTeX MusiXTeX files, use the following instead: latex jobname.tex; musixflx jobname; latex jobname.tex .SH SEE ALSO musixflx(1) .SH AUTHOR This manual page was written by Andreas Tille for the Debian GNU/Linux system (but may be used by others).