I wrote:
> 
> "Cornelius C. Noack" wrote:
> >      3) when I tried Alexanders trick, I first inserted the redefined
> >         \def\grcu#1 (by the way, why is there an argument ???)
> >  in the
> >         preamble of pmx, instead of fiddling with musixtex.tex; but that
> >         was somehow completely ignored: I got a regular way-after grace
> >         note instead. It's not so important; but: why ?? (When I change
> >         replace the \def in musixtex.tex, it works).
> 
> A TeXpert could explain this better than I, but I know if you do a \def
> or \let inside something TeX regards as an inner module (in a sense that
> is very unclear to me, except I know a \notes group counts as one), then
> the definition will not normally apply outside that module.  
>...

but it may also be that if by putting it in the "preamble" you mean
using a type-4 TeX string("---"), then musixtex.tex is input afterwards
and overwrites your re-definition.  If you use type 2 tex strings
("\\...") this will not happen.  Or, you could \input musixtex within
the type 4 TeX string before your re-definitions.  I think musixtex.tex
will not be re-loaded when TeX later comes to the normal \input
musixtex, because I think musixtex checks whether it has already been
loaded and opts out if it has.

--Don
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to