Rodolfo Medina <[email protected]> writes: > "Don Simons" <[email protected]> writes: > >> Rodolfo Medina wrote >> >>> Is it possible, in MusiXTeX code, to move a note's dot a little right, >> left, up or >>> down such as PMX does? In MusiXTeX manual, on p.26, I see \lpt and \lppt >>> to lower the dot but nothing else. >> >> Anything PMX can do must be able to be coded in MusiXTeX, because all PMX >> does is write MusiXTeX code. If you want to see what the MusiXTeX code is, >> just set it up in PMX, run PMX, and look at the .tex file that PMX produces. > > > Yes, thanks... The definition for dots moving: > > \global\let\C@Psave\C@Point% > \def\PMXpt#1#2#3{\ifodd\n@i\else\raise\internote\fi% > \hbox{\raise#1\internote\hbox{\kern#2\qn@width\musixchar#3\kernm#2\qn@width}}% > \global\let\C@Point\C@Psave}% > > is in pmx.tex. Why not putting it straight away in musixtex.tex...?
...and in MusiXTeX manual...? Rodolfo ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to https://tug.org/mailman/listinfo/tex-music

