Alexandros Droseltis wrote:
> 
> Thank you very much for the example and the comments Mr. Simons, it
> worked very nice!
> 
> I want to learn some more, therefor I put 2 questions:
> 
> a) In the following definition what is exactly the \upzt ? (I didn't
> find it in the MusiXTeX manual)
> 

the expression \let\upzt\upz creates a macro \upzt as a copy of the
macro \upz (see MusiXTeX manual 2.17.4). This copy is useful if you want
to temporarily redefine \upz and then restore the original definition
afterwards, i.e. \let\upz\upzt

> > \\\let\upzt\upz\def\upz#1{\roffset{.5}{\upzt{#1}}}\
> 
> b) Could you please explain what the "musix20" is and how can one find
> which character is used to make the staccato or an other ornament /
> articulation character?

musix20 is the name of one of the MusiXteX fonts. A TeX utility
testfont.tex lets you inspect the contents of a font like musix20. You
launch testfont.tex by saying

tex testfont

at the first promt 'Name of the font to test =' say

musix20

at the next prompt '*' say 

\table

and at the next prompt say

\bye

Now you have a file testfont.dvi with all symbols of the font arranged
in a table the cells of which are indexed by octal numbers. In
testfont.dvi reflecting musix20 you'll find a raised point in cell
number 24 (decimal) which is probably what is reflected in the below
definition from musixtex.tex

\def\upz{\n@iv\@xxiv \uacc@Char}

Bye
-- 
Christian Mondrup, Computer Programmer
Scandiatransplant, Skejby Hospital, University Hospital of Aarhus
Brendstrupgaardsvej, DK 8200 Aarhus N, Denmark
Phone: +45 89 49 53 01 - http://www.scandiatransplant.org
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to