diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/musixtex/musixstr.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/musixtex/musixstr.tex | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/musixtex/musixstr.tex b/Master/texmf-dist/tex/generic/musixtex/musixstr.tex new file mode 100644 index 00000000000..cde052ad37f --- /dev/null +++ b/Master/texmf-dist/tex/generic/musixtex/musixstr.tex @@ -0,0 +1,64 @@ +% +% 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. +% +\immediate\write10{MUsiXSTRingaccents T.57\space<6 September 1996>}% + +\ifx\undefined\sevenrm +\iflongDCfontnames + \font\sevenrm=\fontid r0700 + \font\sevenbf=\fontid bx0700 + \font\sevenit=\fontid ti0700 +\else\iflongECfontnames + \font\sevenrm=\fontid rm0700 + \font\sevenbf=\fontid bx0700 + \font\sevenit=\fontid ti0700 +\else + \font\sevenrm=\fontid r7 + \font\sevenbf=\fontid bx7 + \font\sevenit=\fontid ti7 +\fi +\fi +\fi + +% accents for strings by Werner Icking (Werner.Icking@gmd.de) + +\let\AB\downbow +\let\AUF\upbow +\def\SP{$\mathrel\triangleleft\joinrel\mid$} +\def\FR{$\mapstochar\mathrel=\joinrel\mid$} +\def\GB{$\longleftrightarrow$} +\def\Gb{$\leftrightarrow$} +\def\UH{$\longleftarrow$} +\def\Uh{$\leftarrow$} +\def\OH{$\longrightarrow$} +\def\Oh{$\rightarrow$} +\def\MI{$\mapstochar\relbar\joinrel\relbar\joinrel\mapstochar$} +\def\Mi{$\mapstochar\relbar\joinrel\mapstochar$} +\def\UD{$\longleftarrow\joinrel\mapstochar$} +\def\Ud{$\leftarrow\joinrel\mapstochar$} +\def\OD{$\mapstochar\longrightarrow$} +\def\Od{$\mapstochar\rightarrow$} + + + + +\def\Pizz{\kern-.3pt{\sevenrm+}} +\let\Tr\Pizz + +\endinput + |