>|With the new version, when using musixtmr for times font,
 >|the layout changed dramatically in the headlines (too big
 >|headers)

The headers have changed because I commented out the
following lines in musixtmr.tex:

\ifx\pmxversion\undefined\relax\else
  \font\Bigfont=ptmr7t scaled \magstep2
  \font\BIGfont=ptmr7t scaled \magstep4

Hiroaki had inserted those lines because pmx.tex re-defines
\Bigfont and \BIGfont as follows:

\font\BIGfont=\fontid bx10 scaled\magstep4
\font\Bigfont=\fontid bx10 scaled\magstep2

which doesn't allow for non-Computer Modern fonts.

The right approach is

\def\BIGfont{\twtybf}
\def\Bigfont{\frtbf}

which will work with musixtmr, musixplt, musixhv etc.  You can
add 

%%\def\BIGfont{\twtybf}
%%\def\Bigfont{\frtbf}

in your preambles.

It seems the umlaut issue arises because I changed ptmr7t
to ptmr8r, thinking this would enable accented glyphs like
ΓΌ. But it seems that's incorrect because the effect is to
disable traditional commands like \". I'm working on this.

Bob


-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music

Reply via email to