summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/musixtnt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-07 17:18:03 +0000
committerKarl Berry <karl@freefriends.org>2016-04-07 17:18:03 +0000
commitc125719633d76d136a955ef3d0ef68249dfd9f25 (patch)
tree416fd89415d275004a8cf98869f181eccf9c08f5 /Master/texmf-dist/doc/generic/musixtnt
parent4fc0fce826bc3e62885c787654e6a39740d0f31d (diff)
musixtnt 2016-01-30 (31jan16)
git-svn-id: svn://tug.org/texlive/trunk@40307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/musixtnt')
-rw-r--r--Master/texmf-dist/doc/generic/musixtnt/README32
-rw-r--r--Master/texmf-dist/doc/generic/musixtnt/TransformNotes.315
-rw-r--r--Master/texmf-dist/doc/generic/musixtnt/TransformNotes.pdfbin6693 -> 6616 bytes
-rw-r--r--Master/texmf-dist/doc/generic/musixtnt/fixmsxpart.pdfbin8101 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/generic/musixtnt/musixtnt-2015-02-09.tar.gzbin107349 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/generic/musixtnt/musixtnt-2016-01-30.tar.gzbin0 -> 96796 bytes
6 files changed, 20 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtnt/README b/Master/texmf-dist/doc/generic/musixtnt/README
index feb85055448..78adcc1c8a4 100644
--- a/Master/texmf-dist/doc/generic/musixtnt/README
+++ b/Master/texmf-dist/doc/generic/musixtnt/README
@@ -1,7 +1,7 @@
-This archive contains a MusiXTeX extension library musixtnt
-and C source code, binaries for Windows (32 bit and 64 bit)
-and MacOSX, and documentation for two programs: fixmsxpart
-and msxlint.
+This archive contains a MusiXTeX extension library
+musixtnt.tex and C source code, binaries for Windows (32
+bit and 64 bit) and MacOSX, and documentation for a program
+msxlint.
musixtnt.tex provides a macro \TransformNotes that
enables transformations of the effect of notes
@@ -12,12 +12,8 @@ pattern, but the notes will be typeset according to the
output pattern. An example is extracting single-instrument
parts from a multi-instrument score.
-fixmsxpart corrects note spacing in a single-part MusiXTeX
-source (possibly derived from a multi-instrument score and
-as a result having irregular note spacing).
-
msxlint detects incorrectly formatted notes lines in a
-MusiXTeX source file. This should be used before using
+MusiXTeX source file. This should be used before using
\TransformNotes.
To install:
@@ -35,19 +31,19 @@ If your platform is UNIX-like, process the
musixtnt-<version>.tar.gz file as usual (tar zxvf ...,
./configure, make, make install).
-If your platform is Windows, move the executables
-msxlint.exe and fixmsxpart.exe in either the 32bit or the
-64bit folders to a folder on the executable PATH.
+If your platform is Windows, move the executable msxlint.exe
+from either the 32bit or the 64bit folder to a folder on the
+executable PATH.
-If your platform is Mac OS-X, install the executables
-in the macosx directory.
+If your platform is Mac OS-X, install the executable from
+the macosx directory.
-musixtnt.tex, fixmsxpart.c, utils.c and msxlint.c are
-licensed under the GPL version 2.
+musixtnt.tex, utils.c and msxlint.c are licensed under the
+GPL version 2 or (at your option) any later version.
Please report bugs and experience (good or bad) using these
programs to me.
Bob Tennent
-rdt@cs.queensu.ca
-2015-02-18
+rdt(at)cs(dot)queensu(dot)ca
+2016-01-30
diff --git a/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.3 b/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.3
index 4db043a9818..752aa02985c 100644
--- a/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.3
+++ b/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.3
@@ -1,4 +1,4 @@
-.TH TransformNotes 3 2015-01-18 "" ""
+.TH TransformNotes 3 2016-01-30 "" ""
.SH NAME
TransformNotes \- macro to transform notes command arguments in MusiXTeX
@@ -15,7 +15,7 @@ TransformNotes \- macro to transform notes command arguments in MusiXTeX
.SH USAGE
musixtnt.tex is an extension library for MusiXTeX. It is available
-at WIMA in the software archive.
+at CTAN and at WIMA in the software archive.
\\TransformNotes makes possible transformations of the effect of notes commands such as
\\notes. In general, the effect of \\TransformNotes{input}{output}
@@ -37,10 +37,7 @@ the score match the pattern of the first argument to \\TransformNotes exactly; t
note segments will result in unintentionally discarded material and possibly compilation failure.
An auxiliary program
.BR msxlint (1)
-can be used to detect such inconsistencies;
-it is available at WIMA in the
-software
-archive.
+can be used to detect such inconsistencies.
Notes commands are assumed to be terminated by \\en, not \\enotes.
\\TransformNotes may be used anywhere between \\startpiece
@@ -68,8 +65,8 @@ When the extracted part score is compiled and viewed, it may be seen
that horizontal-spacing commands designed for multiple instruments can produce bad
spacing when used for a single instrument. Bad spacing can be corrected manually but
this is very tedious; an auxiliary program called
-.BR fixmsxpart (1)
-automates this process (for single-staff instruments only); it is available at WIMA
+.BR autosp (1)
+automates this process; it is available at WIMA
in the software archive.
The \\TransformNotes macro may be used for other purposes. Here are some examples:
@@ -92,7 +89,7 @@ package for lyrics.
.SH SEE ALSO
.BR msxlint (1),
-.BR fixmsxpart (1)
+.BR autosp (1)
.PP
musixdoc.pdf
diff --git a/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.pdf b/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.pdf
index 1e9374edd95..2cd529e0310 100644
--- a/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.pdf
+++ b/Master/texmf-dist/doc/generic/musixtnt/TransformNotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/musixtnt/fixmsxpart.pdf b/Master/texmf-dist/doc/generic/musixtnt/fixmsxpart.pdf
deleted file mode 100644
index 833c48e57fd..00000000000
--- a/Master/texmf-dist/doc/generic/musixtnt/fixmsxpart.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/musixtnt/musixtnt-2015-02-09.tar.gz b/Master/texmf-dist/doc/generic/musixtnt/musixtnt-2015-02-09.tar.gz
deleted file mode 100644
index 9bf6291cadf..00000000000
--- a/Master/texmf-dist/doc/generic/musixtnt/musixtnt-2015-02-09.tar.gz
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/musixtnt/musixtnt-2016-01-30.tar.gz b/Master/texmf-dist/doc/generic/musixtnt/musixtnt-2016-01-30.tar.gz
new file mode 100644
index 00000000000..979058bdd65
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/musixtnt/musixtnt-2016-01-30.tar.gz
Binary files differ