Hello Anna,

Sorry for my multiple reply.

> (2) 7 or up trills are not available in normal MusiXTeX.

If the lack of number is only trills and other elements are enough,
try to add the definition shown below. 
This probably goes well with normal TeX which you might be now using.
This enables \maxinstruments (=9 with musixadd.tex, 12 with 
musixmad.tex) trills simultaneously; I suppose this will be enough
for your case.

%=====from here=====
[EMAIL PROTECTED]@=11
%
\edef\oldmaxtrilles{\the\maxtrilles}
\edef\oldmaxtrills{\the\maxtrills}
%
\let\maxtrilles\maxinstruments
\let\maxtrills\maxinstruments
%
[EMAIL PROTECTED]@[EMAIL PROTECTED]
%
% trills
%
[EMAIL PROTECTED] \loop
  \advance\count@ [EMAIL PROTECTED]
  \expandafter \newskip  \csname @[EMAIL PROTECTED]@\endcsname
\ifnum\count@<\maxtrilles\repeat
%
[EMAIL PROTECTED] \loop
  \advance\count@ [EMAIL PROTECTED]
  % starting horizontal pos
  \expandafter \newskip  \csname [EMAIL PROTECTED]@[EMAIL PROTECTED] \csname 
[EMAIL PROTECTED]@[EMAIL PROTECTED] 
  % heading of trill
  \expandafter \newtoks  \csname [EMAIL PROTECTED]@[EMAIL PROTECTED]
  % height of trill
  \expandafter \newskip  \csname [EMAIL PROTECTED]@[EMAIL PROTECTED]
\ifnum\count@<\maxtrills\repeat
%
[EMAIL PROTECTED]
%=====until here=====


The procedures will be:
*directly add it before \startmuflex in your source code of the piece, 
or 
*save it into an external file (for example: addtrill.tex) and 
\input it (\input addtrill.tex) before \startmuflex.


Best regards,

----
Hiroaki MORIMOTO <[EMAIL PROTECTED]>


> Hello!
> 
> I'm writing a score piece with 9 instruments and 6 bars.
> I need to put above 7 instruments the triil sighn (using \Itrille and 
> \Ttrille). I can only place up to 5 simultaneously. But I need 6. Is 
> there any possibility to do that? The trills go through every bar, 
> from 1 to 6.
> 
> Best regards,
> 
> Anna Choma
> Warsaw



_______________________________________________
TeX-music mailing list
[email protected]
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to