Hi Joerg,
I found that your attached .pmx file worked fine (using the Linux version of
PMX). This rather surprised me 'cos there is a 128 character per line limitation
for PMX (see manual). If I get an error message in PMX which doesn't make sense
I always check that I haven't exceeded this limitation; I very often find it to
be the cause of the problem. The error is usually thrown in the line after the
too large one so I guess your code worked for me 'cos there was no next line.
I think PMX is great an would strongly urge that you export to it.
I have used Rosegarden to import MIDI files and then exported from there to PMX.
It works for less than 7 staffs but there are often problems with the resultant
.pmx file. I think that if the .mid file is accurate in note timings then all is
OK but if someone has made the file by playing in from a MIDI keyboard and
failed to be absolutely accurate the .pmx file throws up so many errors that
life is made difficult. Grace note, in particular, give a real problem.
Best wishes,
Howard.
(A.H.Gilbert, Thornaby, North Yorkshire)
Joerg Anders wrote:
>
> I wrote a note editor which exports MusiXTeX
> (http://rnvs.informatik.tu-chemnitz.de/~ja/noteedit/noteedit.html)
>
> Now I was asked to implement PMX export because of better
> readability. I made some attempts but I haven't the impression
> PMX (2.2.0) works.
>
> See attachment: It has 4 identical measures. But if I pmx this:
>
> $ pmxab w1.pmx
> This is pmxab, version 2.2, 18 March 2000
> Opening w1.pmx
>
> Starting first PMX pass
>
> nsyst,ibarcnt: 1 0
> There are more systems than bars.
> STOP 1 statement executed
>
> According to PMX there are 0 bars. Of course, this is less than
> the specified number of systems (1). But how does PMX compute this?
>
> But more surprising: If I delete one of the (absolute identical)
> measures all works:
>
> $ pmxab w1.pmx
> This is pmxab, version 2.2, 18 March 2000
> Opening w1.pmx
>
> Starting first PMX pass
>
> Bar 1 Bar 2 Bar 3
> Done with first pass
>
> Starting second PMX pass
>
> Bar 1 Bar 2 Bar 3
> Writing ./w1.tex
> Done with second PMX pass.
>
> And if you look at the result: It is nothing spectacular. (?)
>
> Is it my error?
>
> If so: Are there still other MuxiXTeX/PMX users who wish
> a PMX export?
>
> --
> J.Anders, Chemnitz, GERMANY ([EMAIL PROTECTED])
>
> --------------------------------------------------------------------------------
> Name: w1.pmx
> w1.pmx Type: Plain Text (TEXT/PLAIN)
> Encoding: BASE64
--