1TEX2ASPC(1) TEX2ASPC(1)
2
3
4
6 tex2aspc - converts conventional MusiXTeX scores to .aspc format for
7 processing by autosp(1).
8
9
11 tex2aspc [-v | --version | -h | --help]
12
13 tex2aspc infile[.tex] [outfile[.aspc]]
14
15
17 This program re-factors (sequences of) conventional note-spacing com‐
18 mands (\notes \Notes \NOtes ...) in a measure into a single \anotes
19 command. This is intended for "legacy" scores in order to take advan‐
20 tage of features only provided by autosp(1), such as "global" skips and
21 processing of TransformNotes commands.
22
23
25 tex2aspc assumes that & and | (rather than \nextinstrument and
26 \nextstaff) are used to separate instruments and staffs.
27
28 User-defined macros are not processed or expanded.
29
30
32 autosp(1)
33
34 musixdoc.pdf
35
36
38 This program and manual page were written by Bob Tennent
39 <rdt@cs.queensu.ca>.
40
41
42
43
44
45 2018-02-14 TEX2ASPC(1)