Andre Van Ryckeghem wrote:
I take this opportunity to repeat my encouragement to all

musixtex/pmx/m-tx


contributors to check that their scores are made with the most recent font
releases and to upload updates if necessary!!!



I remaked about a 100 files (i am exaggerate a little bit), it is a tedious
work. I believe it are files that were maked in 2001 an 2002 ?
If somebody could let us know the period that  the bad font was used
(available), we could check the pdf files of that period.
I suppose in Windows, i can search for .pdf files of those dates.

Or Christian could make a list of those files?

A major type 1 font update was released February 2002 followed by a minor elease February 2003. In order to reflect those 2 update events I've generated 2 lists of pdf files, one containing _all_ pdf scores published and staying unchanged before February 2003 and another list of scores published unmodified between February 2002 and February 2003. I've added a link to those lists near the top of the archive main page (http://icking-music-archive.org/pdf-errs.html)


For generating the lists I've been using the *nix 'find' utility from within the archive score directory area. For determining and selecting only those files typeset with MusiXTeX, PMX or M-Tx using type 1 fonts I've scanned the pdf files for font names referring to musixtex:

Scores before Feb. 2002:

find /usr/www/html/scores/ -name '*.pdf' -exec grep -q -i texmusix {} \; -mtime +679 -printf "%Tx %h/%f\n"

Scores between Feb. 2002 and Feb. 2003:

find /usr/www/html/scores/ -name '*.pdf' -exec grep -q -i texmusix {} \; -mtime -679 -mtime +314 -printf "%Tx %h/%f\n"

If any of you *nix wizzards have objections to or suggestions for improved file selection please inform me at once!


It is to difficult to remake all the files, it must be done by hand, besides some of them need to be re-edited (ie. they are from the time we could use tt...tt for tie).

Andre

_______________________________________________
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


--
Christian Mondrup, Computer Programmer
Scandiatransplant, Skejby Hospital, University Hospital of Aarhus
Brendstrupgaardsvej, DK 8200 Aarhus N, Denmark
Phone: +45 89 49 53 01 - http://www.scandiatransplant.org

_______________________________________________
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to