summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/tex2aspc.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-04 23:59:46 +0000
committerKarl Berry <karl@freefriends.org>2018-03-04 23:59:46 +0000
commit3e0b4848b04542e4b5d3510fbdff3b826354714a (patch)
treeef3e847e3a0552970fbb9810661230dba435467e /Master/texmf-dist/doc/man/man1/tex2aspc.1
parent351aef16f282a75c4e791fad94103a93bc3fea7a (diff)
autosp for tl18
git-svn-id: svn://tug.org/texlive/trunk@46820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tex2aspc.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/tex2aspc.146
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tex2aspc.1 b/Master/texmf-dist/doc/man/man1/tex2aspc.1
new file mode 100644
index 00000000000..5fa7e3c5b82
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/tex2aspc.1
@@ -0,0 +1,46 @@
+.\" This manpage is licensed under the GNU Public License
+.TH TEX2ASPC 1 2018-02-14 "" ""
+
+.SH NAME
+
+tex2aspc \- converts conventional MusiXTeX scores to .aspc format
+for processing by
+.BR autosp (1).
+
+.SH SYNOPSIS
+
+.B tex2aspc
+.RB [ \-v\ |\ \-\-version\ |\ \-h\ |\ \-\-help ]
+
+.B tex2aspc
+.IR infile [\fR.tex\fP]
+.RI [ outfile [ \fR.aspc\fP ]]
+
+This program re-factors (sequences of) conventional
+note-spacing commands (\\notes \\Notes \\NOtes ...)
+in a measure
+into
+a single \\anotes command.
+This is intended for "legacy" scores in order to take advantage of
+features
+only provided by
+.BR autosp (1),
+such as "global" skips and processing of \TransformNotes commands.
+
+.SH LIMITATIONS
+
+
+.B tex2aspc
+assumes that & and | (rather than \\nextinstrument and \\nextstaff) are used to separate instruments and staffs.
+
+User-defined macros are not processed or expanded.
+
+.SH SEE ALSO
+.BR autosp (1)
+.PP
+musixdoc.pdf
+
+.SH AUTHOR
+This program and manual page were written by Bob Tennent <rdt@cs.queensu.ca>.
+
+