diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-25 21:59:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-25 21:59:42 +0000 |
commit | 4e4b787e99ada44a23bb8282b286624251dad96e (patch) | |
tree | e1cb29c40b068cee917ca4e58758181b4c384132 /Master/texmf-dist/tex | |
parent | 4e29592c44cbe461c59707c7ddfa41fd623c9179 (diff) |
musixtex (25jul17)
git-svn-id: svn://tug.org/texlive/trunk@44885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/musixtex/musixtex.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/musixtex/tuplet.tex | 27 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/musixtex/musixltx.tex | 5 |
3 files changed, 42 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/musixtex/musixtex.tex b/Master/texmf-dist/tex/generic/musixtex/musixtex.tex index 6d366b32580..3b081c3c90b 100644 --- a/Master/texmf-dist/tex/generic/musixtex/musixtex.tex +++ b/Master/texmf-dist/tex/generic/musixtex/musixtex.tex @@ -25,15 +25,21 @@ \def\mufl@x{0.83}% \def\mxmajorvernumber{1} -\def\mxminorvernumber{24} +\def\mxminorvernumber{25} \def\mxvernumber{\mxmajorvernumber\mxminorvernumber}% make it possible to compare with \ifnum \def\mxversuffix{}% \edef\mxversion{\mxmajorvernumber.\mxminorvernumber\mxversuffix} -\def\mxdate{2017-02-28} +\def\mxdate{2017-07-25} \immediate\write16{MusiXTeX(c) \mxversion\space<\mxdate>}% \everyjob{\immediate\write16{MusiXTeX(c) \mxversion\space<\mxdate>}}% +% version 1.25 + +% included a "dummy" tuplet.tex in the distribution +% added \ignorespaces in musixltx.tex +% defined \qap, \qapp, \tqsk + % version 1.24 % preserve changes to \transpose in an hboxed tremolo command @@ -3437,6 +3443,9 @@ \def\qa{\q@symbol\@qa} +\def\qap#1{\pt{#1}\qa{#1}} % 1.25 RDT +\def\qapp#1{\ppt{#1}\qa{#1}} % 1.25 RDT + \def\qu{\q@symbol\@qu} \def\qup{\q@symbol\@qup} \def\qupp{\q@symbol\@qupp} @@ -4759,6 +4768,7 @@ \def\qqsk{\off{\qu@rt\@l@mskip}} % version 1.16 RDT \def\hqsk{\off{\h@lf\@l@mskip}} +\def\tqsk{\off{\p@seven\@l@mskip}} % version 1.25 RDT \def\qsk{\off\@l@mskip} \def\nspace{\hardspace{\h@lf\qn@width}} diff --git a/Master/texmf-dist/tex/generic/musixtex/tuplet.tex b/Master/texmf-dist/tex/generic/musixtex/tuplet.tex new file mode 100644 index 00000000000..8ea0dfc0301 --- /dev/null +++ b/Master/texmf-dist/tex/generic/musixtex/tuplet.tex @@ -0,0 +1,27 @@ +% +% This file is part of MusiXTeX +% +% MusiXTeX 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, or (at your option) +% any later version. +% +% MusiXTeX 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 MusiXTeX; see the file COPYING. If not, write to +% the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +% Boston, MA 02111-1307, USA. +% +% +% tuplet.tex +% +\immediate\write16{tuplet.tex <2017-03-16>}% +% +% (nothing to do. - T.116 or later provide the definitions +% by Col. Sicherman formerly in tuplet.tex) +% +\endinput diff --git a/Master/texmf-dist/tex/latex/musixtex/musixltx.tex b/Master/texmf-dist/tex/latex/musixtex/musixltx.tex index f4eff2cf23c..54b0af9865d 100644 --- a/Master/texmf-dist/tex/latex/musixtex/musixltx.tex +++ b/Master/texmf-dist/tex/latex/musixtex/musixltx.tex @@ -18,7 +18,7 @@ % \ifx\undefined\music \else \endinput \fi -\immediate\write16{MusiXLaTeX T.61\space<25 September 1996>}% +\immediate\write16{MusiXLaTeX T.125\space<8 April 2017>}% \newenvironment{music}{\@afterindenttrue\parskip0pt\catcodesmusic \resetlayout}{}% @@ -26,7 +26,8 @@ \ifx\musix@begindocument\undefined \let\musix@begindocument\document \def\document{\musix@begindocument - \ifstartmuflex@done\else\startmuflex\fi}% + \ifstartmuflex@done\else\startmuflex\fi\ignorespaces}% + % 1.25: added \ignorespaces RDT \fi \endinput |