diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-06 23:23:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-06 23:23:34 +0000 |
commit | 0645bdc1e9db751ccef7eb0974aec1e17025bb67 (patch) | |
tree | 3a6c5b047b4432949fd64e4197c4215c15317f13 | |
parent | 829627a4cf6e07b1e9ad968414b5ab079e2cd7b5 (diff) |
musixtex (6nov10)
git-svn-id: svn://tug.org/texlive/trunk@20349 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/psslurs/README.psslurs | 40 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/musixtex/musixps.tex | 17 |
2 files changed, 39 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtex/psslurs/README.psslurs b/Master/texmf-dist/doc/generic/musixtex/psslurs/README.psslurs index 22ab61cea5b..adf4569bd13 100644 --- a/Master/texmf-dist/doc/generic/musixtex/psslurs/README.psslurs +++ b/Master/texmf-dist/doc/generic/musixtex/psslurs/README.psslurs @@ -1,31 +1,37 @@ -This package adds the PostScript slurs, ties and crescendos into MusiXTeX. -It is possible to use it in almost the same way as the original bitmapped -slur simply saying "\input musixps" at the beginning of your source file. -The resulting dvi file should be then converted into PostScript by dvips -(and then to PDF using ps2pdf, ghostscript or Adobe Distiller, if necessary). +This package adds the PostScript slurs, ties and crescendos into +MusiXTeX. It is possible to use it in almost the same way as the +original bitmapped slur simply saying "\input musixps" at the beginning +of your source file. The resulting dvi file should be then converted +into PostScript by dvips (and then to PDF using ps2pdf, ghostscript or +Adobe Distiller, if necessary). Please note that the slurs won't appear in any other dvi previewer, nor when you use pdftex to produce the PDF file directly. -The mxsk font is used for "half ties" - short breaked ties at the beginning of the line. -If you use \nohalfties, you do not need to install this font. -The musixps.tex should be placed anywhere TeX can find it, -prefferably into the musixtex directory. -Do not include it into your TeX format file! -The psslurs.pro should be placed somewhere dvips can find it. +The mxsk font is used for "half ties" - short breaked ties at the +beginning of the line. If you use \nohalfties, you do not need to +install this font. The musixps.tex should be placed anywhere TeX can +find it, prefferably into the musixtex directory. Do not include it into +your TeX format file! The psslurs.pro should be placed somewhere dvips +can find it. -You can freely use or modify this package, but you are not allowed to distribute -any modified versions without my prior permission, or redistribute the package -without my name inside it. And of course, do not blame me for anything that goes -wrong... +musixps.tex is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. Stanislav Kneifl, -standa@hiero.cz +stanislav.kneifl@hieronymus.cz HISTORY ~~~~~~~ + 2010-11-05 + + Relicensed to the GPL by Bob Tennent as instructed by an e-mail + from the author. + 0.92 (12.5.2002) added: \nosluradjust, \sluradjust, \notieadjust, \tieadjust added: \slopebrkslurtrue, \slopebrkslurfalse @@ -33,4 +39,4 @@ HISTORY at high resolutions 0.91 (10.1.2002) - First public release, adopted from OpusTeX version.
\ No newline at end of file + First public release, adopted from OpusTeX version. diff --git a/Master/texmf-dist/tex/generic/musixtex/musixps.tex b/Master/texmf-dist/tex/generic/musixtex/musixps.tex index c2a392c80be..c604de32011 100644 --- a/Master/texmf-dist/tex/generic/musixtex/musixps.tex +++ b/Master/texmf-dist/tex/generic/musixtex/musixps.tex @@ -1,5 +1,20 @@ %% PostScript slurs, ties and crescendos -% Coded by Stanislav Kneifl +% Copyright 2002 by Stanislav Kneifl stanislav.kneifl@hieronymus.cz +% +% This program is free software; you can redistribute it and/or modify it +% under the terms of the GNU General Public License as published by the +% Free Software Foundation; either version 2 of the License, or (at your +% option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +% Public License for more details. +% +% You should have received a copy of the GNU General Public License along +% with this program; if not, write to the Free Software Foundation, Inc., +% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + \ifx\undefined\liftcresc\else\endinput\fi |