summaryrefslogtreecommitdiff
path: root/Build/source/texk/musixtnt/musixtnt-2015-02-09/README
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-02-10 09:08:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-02-10 09:08:57 +0000
commit1f7b91cb2794b2c4cba69b1cc3b6f73f51535677 (patch)
tree54a7ba094e890da4773984ac6dcddebdc0714bd9 /Build/source/texk/musixtnt/musixtnt-2015-02-09/README
parenta55cc05629e8181f098b3ac4ac6244e602887e64 (diff)
Add musixtnt 2015-02-09
git-svn-id: svn://tug.org/texlive/trunk@36248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/musixtnt/musixtnt-2015-02-09/README')
-rw-r--r--Build/source/texk/musixtnt/musixtnt-2015-02-09/README53
1 files changed, 53 insertions, 0 deletions
diff --git a/Build/source/texk/musixtnt/musixtnt-2015-02-09/README b/Build/source/texk/musixtnt/musixtnt-2015-02-09/README
new file mode 100644
index 00000000000..5dd90b25230
--- /dev/null
+++ b/Build/source/texk/musixtnt/musixtnt-2015-02-09/README
@@ -0,0 +1,53 @@
+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.
+
+musixtnt.tex provides a macro \TransformNotes that
+makes possble transformations of the effect of notes
+commands such as \notes. In general, the effect of
+\TransformNotes{input}{output} is that notes commands in
+the source will expect their arguments to match the input
+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
+\TransformNotes.
+
+To install:
+
+Create texmf/tex/generic/musixtnt in a local or personal
+texmf tree and move musixtnt.tex into it.
+
+Create texmf/doc/generic/musixtnt and move there the files
+in the doc directory.
+
+Update the file-name database as required by your TeX
+installation.
+
+If your platform is UNIX-like, process the
+musixtnt-2014-02-04.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 Mac OS-X, install the executables
+in the macosx directory.
+
+musixtnt.tex, fixmsxpart.c, utils.c and msxlint.c are
+licensed under the GPL version 2.
+
+Please report bugs and experience (good or bad) using these
+programs to me.
+
+Bob Tennent
+rdt@cs.queensu.ca
+2015-02-05