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 This program re-factors (sequences of) conventional note-spacing com‐
16 mands (\notes \Notes \NOtes ...) in a measure into a single \anotes
17 command. This is intended for "legacy" scores in order to take advan‐
18 tage of features only provided by autosp(1), such as "global" skips and
19 processing of TransformNotes commands.
20
21
23 tex2aspc assumes that & and | (rather than \nextinstrument and
24 \nextstaff) are used to separate instruments and staffs.
25
26 User-defined macros are not processed or expanded.
27
28
30 autosp(1)
31
32 musixdoc.pdf
33
34
36 This program and manual page were written by Bob Tennent
37 <rdt@cs.queensu.ca>.
38
39
40
41
42
43 2018-02-14 TEX2ASPC(1)