Removing comment lines in the resulting .pmx-file, I could process it. How can I remove these lines automatically?
You can filter the source file through grep:
grep -v '^%' source.pmx > cleansource.pmx
Stefan
_______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://icking-music-archive.org/mailman/listinfo/tex-music

