summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/msxlint.1
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-04-22 10:58:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-04-22 10:58:54 +0000
commitcb71658a54f93d12c4645bb779bb83ee2d115df2 (patch)
tree99886391c7c8e2a7772d52b426e5fec95e73072f /Master/texmf-dist/doc/man/man1/msxlint.1
parentb3f6a7abbc64d7776772b25e41f70c77095188ce (diff)
Update manpages
git-svn-id: svn://tug.org/texlive/trunk@37001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/msxlint.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/msxlint.136
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/msxlint.1 b/Master/texmf-dist/doc/man/man1/msxlint.1
new file mode 100644
index 00000000000..d0a3f695ae7
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/msxlint.1
@@ -0,0 +1,36 @@
+.\" This manpage is licensed under the GNU Public License
+.TH MSXLINT 1 2015-02-05 "" ""
+
+.SH NAME
+msxlint \- detects incorrectly formatted notes lines in a MusiXTeX source file.
+
+.SH SYNOPSIS
+.B msxlint
+.RB [ \-v\ |\ \-\-version\ |\ \-h\ |\ \-\-help ]
+
+.B msxlint
+.RB [ \-d\ | \ \-\-debug ]...
+.RI [ infile [ \fB.tex\fP ]...]
+
+If no
+.IR infiles
+are specifed, standard input is used.
+
+.SH USAGE
+
+The format that notes commands are expected to match is
+determined by \\instrumentnumber and \\setstaffs commands, or
+uses of the \\TransformNotes macro defined in musixtnt.tex (see musixdoc.pdf), or re-definitions of the \\vnotes macro.
+Output consists of messages about format errors,
+with listings of the ill-formatted lines.
+
+.SH LIMITATIONS
+User-defined macros are not processed or expanded. Notes commands (\\notes, \\Notes, etc.)
+can have line breaks, but other commands must fit on one line.
+.SH SEE ALSO
+.BR fixmsxpart (1)
+.PP
+musixdoc.pdf
+
+.SH AUTHOR
+This program and manual page were written by Bob Tennent <rdt@cs.queensu.ca>.