Implementing the \lsfz in pmx (mesure 7 in your example)

I do the following, not knowing if is is the best way:
in the musixtex area:
---
\def\Lsfz#1{\relax{\lsfz{#1}}}
---

 and on mesure 7

( (0t f4 d8 )0t r1 f1 o. ) ( (0t f4 d8 )0t r1 \Lsfz{'e}\ d1
%o.
Df ) /   % Va

Comments:
- the argument is found by experimenting   'e   or  m (the musixtex way)
- {#1} and not #1  : now you can use 2 chars (i.e. 'e ) for argument
- the pmx pitch may be disturbed. The solution is to use {..}, the pitch changes the 
are local, but
the first and the last char of a command in pmx must be a \ . The solution is 
\relax{\mycommand}\


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

Reply via email to