summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/tex2aspc.1
blob: 7f860d491dc2de219f31ca6c96b55347630f8ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.\" 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 ]]

.SH DESCRIPTION

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>.