[Tex-music] Issues with M-Tx

2014-09-20 Thread Don Simons
I'm trying to do some work with M-Tx and running into problems. I've changed
computers since the last time I used it, and am now running 64-bit Windows.
I think M-Tx may be included in the PMX package in the TeX repository, but I
haven't installed it from there, worried that it might upset my working PMX
installation. Instead I manually downloaded mtxP060d.zip from the Icking
archive and just extracted prepmx.exe from there.

I ran it on the following, copied directly out of the M-Tx manual :
==
Title: Net soos ek is
Composer: Charlotte Elliott
Style: SATB
Sharps: 2
Meter: 3/4
Space: 9
%% w190m
f f f | e2s e4 | f2 b4 | a2d | g4 g g | f2 f4 | g2 c4n | b2d |
d d d | d2r d4r | d2 d4 | d2d | e4 e e | d2s d4 | e2 f4 | f2d |
L: 1. Net soos ek is, geen hulp na-by, al-leen U bloed ge-stort vir my,
L: 2. Net soos ek is, nooi U vir my, ver-ge-we, rei-nig en be-vry.
L: 3. Net soos ek is, U lief-de teer werp al-le hin-der-pa-le neer.
a a a | g2s g4 | a2 g4 | a2d | b4 b b | c2n c4 | b2 e4 | ds2d |
d d d | d2 d4 | d2 g4 | f2d | e4 e e | a2 a4 | g2 g4 | b2d |
==

I get the following message:

==
c:\Users\Don\Documents\PMX>prepmx textmtx
==> This is M-Tx 0.60d (Music from TeXt) <11 October 2008>
==>> Input from file textmtx.mtx
Writing to textmtx.pmx
You have not defined Meter, assuming "C" : WARNING in preamble
Unknown line label: ERROR on line 1
Title: Net soos ek is

c:\Users\Don\Documents\PMX>
==

I'm stuck. Anybody have any idea what's wrong?

--Don Simons


---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Issues with M-Tx

2014-09-20 Thread Simon Dreher
Hi Don,

> I get the following message:
> 
> ==
> c:\Users\Don\Documents\PMX>prepmx textmtx
> ==> This is M-Tx 0.60d (Music from TeXt) <11 October 2008>
> ==>> Input from file textmtx.mtx
> Writing to textmtx.pmx
> You have not defined Meter, assuming "C" : WARNING in preamble
> Unknown line label: ERROR on line 1
> Title: Net soos ek is
> 
> c:\Users\Don\Documents\PMX>
> ==

an error on line 1 about the "title" keyword sounds strange: Please
check the encoding of your source file - I could imagine that you might
use utf-8 with BOM (byte order mark - the first character in the file)
or utf-16. With some programmes (didn't try it with M-Tx) I already had
problems with this...

Simon
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Issues with M-Tx

2014-09-20 Thread Don Simons


> -Original Message-
> From: TeX-Music [mailto:tex-music-boun...@tug.org] On Behalf Of Simon
> Dreher
> Sent: Saturday, September 20, 2014 2:38 PM
> To: Werner Icking Music Archive
> Subject: Re: [Tex-music] Issues with M-Tx
> 
> Hi Don,
> 
> > I get the following message:
> >
> > ==
> > c:\Users\Don\Documents\PMX>prepmx textmtx ==> This is M-Tx 0.60d
> > (Music from TeXt) <11 October 2008> ==>> Input from file textmtx.mtx
> > Writing to textmtx.pmx You have not defined Meter, assuming "C" :
> > WARNING in preamble Unknown line label: ERROR on line 1
> > Title: Net soos ek is
> >
> > c:\Users\Don\Documents\PMX>
> > ==
> 
> an error on line 1 about the "title" keyword sounds strange: Please check
the
> encoding of your source file - I could imagine that you might use utf-8
with
> BOM (byte order mark - the first character in the file) or utf-16. With
some
> programmes (didn't try it with M-Tx) I already had problems with this...

I made that file by highlighting and  copying the text from an Acrobat
screen view of the M-Tx manual, pasting into WinVi, and saving as I normally
do. The first character of the file is  Hex54 (T) as expected. I haven't
tried a hand-made file but I'm 99% sure I'd get the same result. 

I thought the problem might possibly be that the binary executable might be
incompatible with the 64-bit Windows OS.



---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Issues with M-Tx

2014-09-21 Thread Luigi Cataldi
Hi Don,
I don't knok why, but I think you have to leave a blank line in this way:

==
Title: Net soos ek is
Composer: Charlotte Elliott
Style: SATB
Sharps: 2
Meter: 3/4
Space: 9

%% w190m
f f f | e2s e4 | f2 b4 | a2d | g4 g g | f2 f4 | g2 c4n | b2d |
d d d | d2r d4r | d2 d4 | d2d | e4 e e | d2s d4 | e2 f4 | f2d |
L: 1. Net soos ek is, geen hulp na-by, al-leen U bloed ge-stort vir my,
L: 2. Net soos ek is, nooi U vir my, ver-ge-we, rei-nig en be-vry.
L: 3. Net soos ek is, U lief-de teer werp al-le hin-der-pa-le neer.
a a a | g2s g4 | a2 g4 | a2d | b4 b b | c2n c4 | b2 e4 | ds2d |
d d d | d2 d4 | d2 g4 | f2d | e4 e e | a2 a4 | g2 g4 | b2d |
==

Bye

Luigi

On Sat, 20 Sep 2014 14:25:11 -0700
Don Simons  wrote:

> I'm trying to do some work with M-Tx and running into problems. I've changed
> computers since the last time I used it, and am now running 64-bit Windows.
> I think M-Tx may be included in the PMX package in the TeX repository, but I
> haven't installed it from there, worried that it might upset my working PMX
> installation. Instead I manually downloaded mtxP060d.zip from the Icking
> archive and just extracted prepmx.exe from there.
> 
> I ran it on the following, copied directly out of the M-Tx manual :
> ==
> Title: Net soos ek is
> Composer: Charlotte Elliott
> Style: SATB
> Sharps: 2
> Meter: 3/4
> Space: 9
> %% w190m
> f f f | e2s e4 | f2 b4 | a2d | g4 g g | f2 f4 | g2 c4n | b2d |
> d d d | d2r d4r | d2 d4 | d2d | e4 e e | d2s d4 | e2 f4 | f2d |
> L: 1. Net soos ek is, geen hulp na-by, al-leen U bloed ge-stort vir my,
> L: 2. Net soos ek is, nooi U vir my, ver-ge-we, rei-nig en be-vry.
> L: 3. Net soos ek is, U lief-de teer werp al-le hin-der-pa-le neer.
> a a a | g2s g4 | a2 g4 | a2d | b4 b b | c2n c4 | b2 e4 | ds2d |
> d d d | d2 d4 | d2 g4 | f2d | e4 e e | a2 a4 | g2 g4 | b2d |
> ==
> 
> I get the following message:
> 
> ==
> c:\Users\Don\Documents\PMX>prepmx textmtx
> ==> This is M-Tx 0.60d (Music from TeXt) <11 October 2008>
> ==>> Input from file textmtx.mtx
> Writing to textmtx.pmx
> You have not defined Meter, assuming "C" : WARNING in preamble
> Unknown line label: ERROR on line 1
> Title: Net soos ek is
> 
> c:\Users\Don\Documents\PMX>
> ==
> 
> I'm stuck. Anybody have any idea what's wrong?
> 
> --Don Simons
> 
> 
> ---
> TeX-music@tug.org mailing list
> If you want to unsubscribe or look at the archives, go to 
> http://tug.org/mailman/listinfo/tex-music


-- 
Luigi Cataldi 
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music


Re: [Tex-music] Issues with M-Tx

2014-09-21 Thread Dirk Laurie
2014-09-20 23:25 GMT+02:00 Don Simons :

> Instead I manually downloaded mtxP060d.zip from the Icking
> archive and just extracted prepmx.exe from there.

Does your zipfile extractor have an option to convert text
files to local format? Otherwise, if your system does not
use plain Ctrl-M end-of-lines, netsoos.mtx might not be
read correctly.
---
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music