Dear colleague, Thanks a lot. Your advise is very practical.
best wishes, Vedran Vucic On Sun, 9 May 2004 20:43:57 -0400 "Col. G. L. Sicherman" <[EMAIL PROTECTED]> wrote: > 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 _______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://icking-music-archive.org/mailman/listinfo/tex-music

