From 1e9e7843c8f3dd00f3beff690e97e329c552dddb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 27 Feb 2021 17:39:48 +0000 Subject: doc updates for 2021 git-svn-id: svn://tug.org/texlive/trunk@57972 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/xml2pmx.1 | 59 ++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Master/texmf-dist/doc/man/man1/xml2pmx.1 (limited to 'Master/texmf-dist/doc/man/man1/xml2pmx.1') diff --git a/Master/texmf-dist/doc/man/man1/xml2pmx.1 b/Master/texmf-dist/doc/man/man1/xml2pmx.1 new file mode 100644 index 00000000000..09bdb4d5434 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/xml2pmx.1 @@ -0,0 +1,59 @@ +.TH XML2PMX 1 2021-01-23 "" "" + +.SH DESCRIPTION + +xml2pmx translates MusicXML files to input suitable for PMX processing + +.SH SYNOPSIS + +.B xml2pmx +.RB [ \-v\ |\ \-\-version\ |\ \-h\ |\ \-\-help ] + +.B xml2pmx +.IR input .xml +.IR output .pmx +[ p | d | v | s | l ] .. + +The +.BR musixtex.lua +script +from version 0.23 supports +.BR xml2pmx +as a pre-preprocessor for MusicXML files. + +.SH OPTIONS + +The meanings of the letter options are as follows: + + p XML parser output; not recommended unless the terminal window process has enough storage + + d information on "directions" (dynamical marks etc) + + v distribution of voices over instruments and measures + + s statistics of MusicXML tags like , etc + + l for extracting lyrics in a separate file + +.SH BUGS + +.B xml2pmx +processes input in UTF-8 encoding only. MusicXML files in UTF-16 encoding should be +converted using, for example, +.B recode +(in Unix-like systems) or by importing into an editor like +.B notepad +and saving in UTF-8 encoding. + +.SH SEE ALSO + +.BR pmx (1) +.BR obc (1) +.BR musixtex (1) +.BR recode (1) + +.SH AUTHORS +This man page was written by Bob Tennent . +.B xml2pmx +was written by Dieter Gloetzel and +adapted for compilation by obc (the Oxford Oberon Compiler) by Mike Spivey . -- cgit v1.2.3