> Date: Mon, 15 Jan 2001 21:54:15 +0100
> From: Thierry Baertschiger <[EMAIL PROTECTED]>
> Nevertheless I still have some problems ! There are sometimes some
> unknown expressions like:
>
> \lqp{...} and \rqp{...}.
>
>
> What kind of things do these expressions represent ? [...]
I found definitions for e.g. \lqp in PMX.TEX :-)
This means, that the missing definitions are not only a MusiXTeX
problem, but were a problem already in Musi-c-tex :-)
That's compatibility!
The PMX-definitions are
\def\lqp#1{\loff{\zqp{#1}}}%
\def\lqpp#1{\loff{\zqpp{#1}}}%
\def\rqp#1{\roff{\zqp{#1}}}%
\def\rqpp#1{\roff{\zqpp{#1}}}%
Non-spacing dotted or double-dotted chord notes offset by one note
head width either to the left or to the right.
-- Werner