Re: [TeX-music] .cnf

2004-05-03 Thread Dirk Laurie
Vedran Vucic skryf:

>
> What I have to put in texmf.cnf file in order to tell to TeX to look for
> them on
>  right places.

Don't touch texmf.cnf except maybe to increase memory sizes.

I assume you are using linux.  Run the following command:

kpsepath tex

You will get a list of directories that says where your .tex and .sty files 
are allowed to go.  Choose any of the directories on the list, make a 
musixtex subdirectory in it, and copy the stuff there.  

Then do "kpsepath tfm" and the same thing with .tfm files, "kpsepath mf" and 
the same thing with .mf files, and finally

texhash

Dirk

___
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


Re: [TeX-music] M-Tx Version 0.55 uploaded

2004-05-03 Thread Roland Stigge
On Mon, 2004-05-03 at 21:20, Roland Stigge wrote:
> I propose the attached patch for the Pascal version (0.55).

This list doesn't seem to accept attachments, so I will post it here:

--- notes.pas.orig  2004-05-03 21:03:08.0 +0200
+++ notes.pas   2004-05-03 21:06:41.0 +0200
@@ -117,7 +117,7 @@
   number:=''; if k=0 then exit;
   note0:=note;
   repeat number:=number+note[k]; delete1(note,k)
-  until (k>length(note)) or (pos1(note[k],digits)=0);
+  until (k>length(note)) or (note[k]<>'0' and pos1(note[k],digits)=0);
   if length(number)=1 then begin note:=note0; number:='' end
 end;


___
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


Re: [TeX-music] M-Tx Version 0.55 uploaded

2004-05-03 Thread Roland Stigge
Hi,

On Sun, 2004-05-02 at 20:38, Don Simons wrote:
> I have just added to the archive a new version of M-Tx provided by Dirk
> Laurie (thanks, Dirk). The DOS/WIN binary, compiled by Christian Mondrup
> (thanks, Christian) is at
> 
> http://icking-music-archive.org/software/mtx/prepmx055.zip
> 
> For now, users of other OS's will have to compile the Pascal sources at
> 
> http://icking-music-archive.org/software/mtx/mtxP055.zip

Thanks.

While at Debian, we prefer official "stable" versions and I didn't
integrate this new "development version" into Debian (I guess this is
the intended way by the author), I noticed that there is an issue fixed
in Debian but not in the upstream (official WIMA) version.

Consider the (some time ago closed) bug report at

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=85466

that describes the problem for the C-Version.

I propose the attached patch for the Pascal version (0.55). While we
still have the to-C-converted version in Debian, I would prefer to use
the original (Pascal) version the next time I integrate a release,
because I consider this a better practice. This is emphasized by cases
like this one where we all have to work on the same code base.

bye,
  Roland
___
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


[TeX-music] .cnf

2004-05-03 Thread Vedran Vucic
Dear colleague,

I would like to have all inputs file from the directory wher the default 
input 
sfile in your examples (i.e.
\input musixtex
\input musixcpt
\input musixsty)
will look for them.
ACtuallu, I would like to have your examples as good starting point for 
detailed learning.
Fonts and macros are placed according to HOWTO document in the following
directories
/usr/share/texmf/fonts/source/public/musixtex
and
/usr/share/texmf/tex/generic/musixtex

What I have to put in texmf.cnf file in order to tell to TeX to look for them 
on 
 right places.


I suppose that is very simple, but this is first time that I do that and I 
want 
to be careful.


Thanks,


Vedran Vucic

___
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


[TeX-music] question

2004-05-03 Thread Olivier Vogel
Le lun 03/05/2004 à 19:08, Vedran Vucic a écrit :

> In addition I downloaded tar.gz archive withvarious fonts which I copied in 
> directories according to HOWTO document.  When I tried too create DVI file 
> out 
> of one of example files I got message that tex could not find some fonts 
> which I 
> regularly placed in
> /usr/share/texm/fonts/ource/public/musixtex

I suppose that you meant:
/usr/share/texmf/fonts/source/public/musixtex

> and
> /usr/share/texmf/tex/generic/musixtex
> 
> I tried to edit .cnf file but, I am after that always prompted with message
> segmentation fault.
> 
> What I have to do in order to get my musiXTeX running properly.?

Just a stupid question: did you run texhash or mktexlsr as root?

Olivier

___
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music


[TeX-music] question

2004-05-03 Thread Vedran Vucic
Dear colleagues,


I installed MusiXteX according to instructions in document HOWTO install 
MusiXTex under Linux/Unix.  I nstalled it on RH. 80 with .rpm file I found on 
your site. 
In addition I downloaded tar.gz archive withvarious fonts which I copied in 
directories according to HOWTO document.  When I tried too create DVI file 
out 
of one of example files I got message that tex could not find some fonts 
which I 
regularly placed in
/usr/share/texm/fonts/ource/public/musixtex
and
/usr/share/texmf/tex/generic/musixtex

I tried to edit .cnf file but, I am after that always prompted with message
segmentation fault.

What I have to do in order to get my musiXTeX running properly.?


Best wishes,


Vedran Vucic

___
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music