1XML2PMX(1) XML2PMX(1)
2
3
4
6 xml2pmx translates MusicXML files to input suitable for PMX processing
7
8
10 xml2pmx [-v | --version | -h | --help]
11
12 xml2pmx input.xml output.pmx [ p | d | v | s | l ] ..
13
14 The musixtex.lua script from version 0.23 supports xml2pmx as a pre-
15 preprocessor for MusicXML files.
16
17
19 The meanings of the letter options are as follows:
20
21 p XML parser output; not recommended unless the terminal
22 window process has enough storage
23
24 d information on "directions" (dynamical marks etc)
25
26 v distribution of voices over instruments and measures
27
28 s statistics of MusicXML tags like <note>, <measure> etc
29
30 l for extracting lyrics in a separate file
31
32
34 xml2pmx processes input in UTF-8 encoding only. MusicXML files in
35 UTF-16 encoding should be converted using, for example, recode (in
36 Unix-like systems) or by importing into an editor like notepad and sav‐
37 ing in UTF-8 encoding.
38
39
41 pmx(1) obc(1) musixtex(1) recode(1)
42
43
45 This man page was written by Bob Tennent <rdt@cs.queensu.ca>. xml2pmx
46 was written by Dieter Gloetzel <d.gloetzel@web.de> and adapted for com‐
47 pilation by obc (the Oxford Oberon Compiler) by Mike Spivey
48 <mike@cs.ox.ac.uk>.
49
50
51
52 2021-01-23 XML2PMX(1)