1MSXLINT(1) MSXLINT(1)
2
3
4
6 msxlint - detects incorrectly formatted notes lines in a MusiXTeX
7 source file.
8
9
11 msxlint [-v | --version | -h | --help]
12
13 msxlint [-d | --debug]... [infile[.tex]...]
14
15 If no infiles are specifed, standard input is used.
16
17
19 The format that notes commands are expected to match is determined by
20 \instrumentnumber and \setstaffs commands, or uses of the \Transform‐
21 Notes macro defined in musixtnt.tex (see musixdoc.pdf), or re-defini‐
22 tions of the \vnotes macro. Output consists of messages about format
23 errors, with listings of the ill-formatted lines.
24
25
27 User-defined macros are not processed or expanded. Notes commands
28 (\notes, \Notes, etc.) can have line breaks, but other commands must
29 fit on one line.
30
32 fixmsxpart(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 2015-02-05 MSXLINT(1)