Speaking of tools, here is the Gmake rule I use for MusiXTeX scores:

        %.dvi : %.tex
                - rm -f $(@D)/$(*F).mx*
                tex $<
                musixflx $<
                tex $<
                musixflx $<
                tex $<

Just change "tex" to "latex" if you prefer LaTeX.  If your makefile
also has a %.ps rule,

        %.ps : %.dvi
                dvips $<

you can type "gmake myscore.ps" and everything will happen automagically.

-- 
Col. G. L. Sicherman
[EMAIL PROTECTED]
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to