you must execute 2 tex passes, this is an exmple of a batch fil for doing so:
pmx: echo %1 | pmxab C:\"Program Files"\WinEdt\Bin\TeX\mupsview.BAT %1 and mupsview.bat is: if exist %1.mx1 del %1.mx1 if exist %1.mx2 del %1.mx2 C:\TEXMF\MIKTEX\BIN\TEX.EXE %1.tex %2 if errorlevel 1 goto end C:\musixtex\musixflx %1 if errorlevel 1 goto end C:\TEXMF\MIKTEX\BIN\TEX.EXE %1.tex %2 C:\TEXMF\MIKTEX\BIN\DVIPS.EXE -e0 -P pdf -G0 %1.dvi C:\ghostgum\gsview\gsview32.exe %1.ps :end attention, the mail can break the lines Andre ----- Original Message ----- From: "Zhanyong Wan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Wan, Zhanyong" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 8:08 AM Subject: [TeX-music] PMX horizontal spacing problem > Hello, > > I'm new to MusiXTeX and PMX, so forgive me if this question has been > answered before. > > I'm using MiKTeX 2.2 on a Windows XP Professional machine. I installed the > musixtex and musixps packages via MiKTeX Package Manager today, and it seems > to work fine. Then I got PMX 2.40 (Windows binary) from > http://icking-music-archive.sunsite.dk/software/indexmt6.html. I tried the > barsant.pmx example coming with it. All steps finished without an error, > but in the result .dvi, the notes all overlap together -- the horizontal > space between the notes is way too small. I don't see this problem if I > create a .tex file using musixtex directly, so I assume the problem is > within PMX. Anyone has any clue? Thanks! > > FYI, I was able to get more reasonable horizontal spacing between notes by > adding this line to the .tex file generated by pmxab, immediately after the > '\input pmx' line: > > \def\pnotes#1{\vnotes30\elemskip} > > However, the space between a bar and the following note is still too small. > Any help is appreciated! > > - Zhanyong Wan > > _______________________________________________ > TeX-music mailing list > [EMAIL PROTECTED] > http://sunsite.dk/mailman/listinfo/tex-music > _______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://sunsite.dk/mailman/listinfo/tex-music
