[Tex-music] [PMX] Expected a number here for the pause

2014-08-11 Thread Jill-Jênn Vie
Hi guys, hisashiburi¹!

Well, I was horrified by this error:
“Expected a number here for the pause” on It56ipipi in a 2 1 3 4 3 4 0 4 file.

Hopefully, in pmx270.pdf, I found:
“The number of arguments following suboption i […] must in fact equal the 
number of *instruments*. Before version 2.7, it was the number of staves 
(despite the incorrect description in the manual!) These numbers may differ and 
this creates a backward incompatibility.”

But, right after:
“Hoping this won’t cause too much distress, I’ve enhanced the real-time error 
messages.”

Maybe you should replace “Expected a number here for the pause” with “Well, 
since PMX 2.7, only one mention of the instrument is needed. Have a nice day.”, 
etc.

Best,

¹ http://jisho.org/words?jap=hisashiburi

-- 
Jill-Jênn


---
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] TeX Compiling

2011-05-17 Thread Jill-Jênn Vie
Hi!

Le 17 mai 2011 à 14:57, Xavier Moch a écrit :

 What shall I do with file.tex ? Since I used (very shortly) MusiXTeX before I 
 dowloaded PMX (which changed my life... or at least the time spent to write 
 music), I supposed I had to do :
 
 pdflatex file

pdftex file, rather!

-- 
Jill-Jênn
http://www.jill-jenn.net


---
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] [XeTeX] Japanese title in a PMX/MusiXTeX sheet, a solution

2010-12-21 Thread Jill-Jênn VIE
Le 19 déc. 2010 à 15:54, Hiroaki MORIMOTO a écrit :

 \BIGfont.
 Note that pmx.tex changes the definition of \BIGfont from the one in
 virgin musixtex.tex.
 For details, search \BIGfont in musixtex.tex and in musixtmr.tex
 in T.114 stable archive at WIMA!

Indeed.
In musixtex.tex and musixtmr.tex, it seems to be 25pt, but pmx.tex changes it 
to 20pt.
I also recommend Hiragino Mincho Pro W6 to get “bold” ideograms.

\\font\J=Hiragino Mincho Pro W6 at 20pt\

BY THE WAY I could notice an EXTREMELY IMPORTANT spelling mistake in a COMMENT 
in musixtex.tex at line 492:
\font\BIGfont=\fontid bx12 scaled \magstep4 % 25pt, formerly \emorme.
It's “énorme” (with the acute accent), not “emorme” (OMGWTF).

 Your way may be enough just for the title, however, may not be
 enough for lyrics.  I have heard there is a XeTeX's special
 primitive \XeTeXlinebreaklocale, but I have no further idea.

Thanks for the idea. Actually, I haven't learned M-Tx yet, so I don't put any 
lyrics.

 Obviously, if anyone has a better idea, I'm interested as well.
 
 Thanks in advance and happy end of year,
 
 P. S. – I hesitated to put “the^Wa solution” in the title instead, but that 
 would have been REALLY geeky.
 
 P.S. I guess that most of the subscribers will see garbled characters
 in our mails, because of the multibyte characters in UTF-8 encoding.

ありがとう森本伝世(この字は正しいですか)、メリクリスマス!

-- 
Jill-Jênn
http://www.jill-jenn.net
J – 4 !


---
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] PMX and Mac OS X

2010-11-19 Thread Jill-Jênn VIE
2010/11/19 Bernhard Lang bernhard.l...@gmx.ch:
 1st attempt, run the binary pmxab: the compiled pmxab relies on a dynamically 
 linked library called libgfortran.3.dylib which is supposed to be in the 
 directory /usr/local/gfortran/lib/ which is of course not there.

 pmxab
 dyld: Library not loaded: /usr/local/gfortran/lib/libgfortran.3.dylib
  Referenced from: /Users/bernhard/temp/pmx/pmx2521-OSX-Intel/./pmxab
  Reason: image not found
 Trace/BPT trap

I'm so sorry. I indeed compiled it with gfortran (don't remember if I
used a PKG file or the fink version, but I fink it was think (or the
contrary)), but I should have used extra options. I didn't know it
would use such a dylib file.

 3rd attempt, install f2c from fink: local problem, after reinstalling fink, 
 f2c provided by fink runs now, but the package doesn't provide the necessary 
 library libf2c or similar

What about MacPorts? I dont have MacPorts here so I can't tell you if it exists.

2010/11/19 Philipp Neukel phil...@neukel.com:
 Just to let you know, maybe you can see the mistake:

 I made a large amount of new test.pmx files playing around with the Smultron
 encoding settings (all als plain text Document): No effect (but none
 expected)

OK. UTF-8 is better.

 I completely reinstalled PMX:
 pmxab and scor2prt to usr/local/bin

So I assume:
$ which pmxab
Returns: “/usr/local/bin/pmxab”?

 pmx.tex to usr/local/texlive/texmf-local/tex/generic/PMX

I assume you downloaded the PPC version (sorry to ask)?

 I moved pmx.tex to usr/local/texlive/texmf-local/tex/generic/musixtex but
 moved it back after it did not work

This file is important for the compilation of the MusiXTeX file.

 I made an individual texhash run after each change

It is important when you modify the $TEXMFLOCAL folder.

 I tried all the changes in all possible combinations. Just consider that
 time!

:/

 Nothing helped.

:(

 I read Bernhard's Mail today about the compiling and programming problems. I
 just used the Mac OS X files from the WIMA page. Could that be my mistake?
 What do I have to do to compile all that myself?
 Considering I never installed or used anything like that: What do I have to
 download and install in what order, how, where on the HD?

By chance, do you have fink? I assume you don't. Try:
$ which fink
In the Terminal.

This afternoon, I'll be in front of an iMac G5 PPC too. I'll install
pmxab again as well and tell you.

-- 
Jill-Jênn
http://www.jill-jenn.net

---
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] PMX and Mac OS X

2010-11-19 Thread Jill-Jênn VIE
2010/11/19 Philipp Neukel phil...@neukel.com:
 Hey everyone,

 I have a funny thing to tell you: It works now.

 The question: How?
 Honestly - I am not sure.
 It works whenever I have pmxab in the same folder as the pmx-file and I use
 it via

 $ cd .../folder
 $ ./pmxab file.pmx

 I replaced the pmxab in usr/local/bin many times by now, but it never
 worked, only when I do it this way. It looks like a property problem. But it
 cannot be for it won't work when i am logged in as root.

 Thanks for your help, I would have given up without you and it was you
 suggestion Jill-Jênn, which gave me the idea and the right command at hand.

 Thanks a lot.

I advise you to make a directory bin is your home directory (~/bin),
then put pmxab in it, then:
$ emacs .tcshrc
I bet the problem lies in it, could you please tell me what you see in it?
(Oh, wait, is it indeed written tcsh in the title of your terminal
window? If it's written bash, you have to replace .tcshrc with
.profile)

If you can't use emacs, just do:
$ mv .tcshrc LOOOL
So you can open LOOOL with Smultron and modify it.

Put:
setenv PATH $HOME/bin:$PATH
at the end.

Then, obviously:
$ mv LOOOL .tcshrc

So ~/bin/pmxab will prevail over /usr/local/bin/pmxab (don't know why
this one doesn't work though).

 And here is my first question as real PMX user:

 There are so many

 \hardspace{pt}%

 in the generated tex-file. It is annoying. It gives me

 bar 3
 ! Missing number, treated as zero.
 to be read again
 *
 argument *
 ***pt
 \hardspace #1-\ch...@nopen \...@rmskip \...@v #1
 \addspace \...@v \...@spc
 l.53 \hardspace{pt}
 %
 ?

 basically with every bar. Even if I make two or three pmx-runs. Is this
 supposed to happen?

This is due to your indentation (the last number is the preamble). It
should be like 0.085 if it is “Piano”, so maybe 0.09 for “Klarinette
in B”.

Don't forget to musixflx!

-- 
Jill-Jênn

---
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] PMX and Mac OS X

2010-11-18 Thread Jill-Jênn VIE
Le 18 nov. 2010 à 21:50, Philipp Neukel a écrit :

 I have been using MusixTeX for some time now because I was not able to get 
 PMX working at all - whatever the reasons may have been. But now that my 
 musical education is getting more serious and therefore my need to write much 
 music in a short time is getting urgent I started learning PMX today. I did a 
 lot of reading and installed everything perfectly.

Great idea. PMX FTW \o/ (sorry for the kikoolol messages).

 1 1 4 4 0 6 0 -2
 1 2 16 10
 %
 Klarinette in B
 %
 0
 ./
 ( b2 f4- ) r | r2 r4 r8d d15 | ( d2 b4 ) r4 | r4 ( c45 e g4- ) | r4 ( a44 g4+ 
 f )
 % Takt 7
 b45 r4 r2 | ( d25 b4 c | f44dd a3 g f4 ) r4
 %

You need to put a slash at the end of each line.

( b2 f4- ) r | r2 r4 r8d d15 | ( d2 b4 ) r4 | r4 ( c45 e g4- ) | r4 ( a44 g4+ f 
) /

b45 r4 r2 | ( d25 b4 c | f44dd a3 g f4 ) r4 /

 I hope there are Mac Users out there willing to help


Yup. I don't understand why we don't get the same output though. Do you use 
pmxab or something with TeXShop?

-- 
Jill-Jênn
http://www.jill-jenn.net


---
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] PMX and Mac OS X

2010-11-18 Thread Jill-Jênn VIE
Oh, I think I understood. It's because of the \r on Mac but \n on UNIX (but I 
don't understand why barsant.pmx didn't work, did you open it with TextEdit as 
well?).

Can you use emacs? Else, try Smultron.
http://smultron.sourceforge.net/

Le 18 nov. 2010 à 22:42, Philipp Neukel a écrit :

 Is there actually a way to use pmx with TeXShop?


Don't think so. I asked because I didn't recognize the output.

-- 
Jill-Jênn
http://www.jill-jenn.net


---
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] The Future of MusiXTeX etc

2010-11-16 Thread Jill-Jênn VIE
Le 16 nov. 2010 à 07:48, Dirk Laurie a écrit :

 I think the choice is obvious.  Don't you?

Wanna be part of it! Lately I've been fighting with the question: “Should I try 
Lilypond?” but your idea is much more interesting.
Don't know anything about Lua though.

 PS  If you would like to try LuaTeX for yourself, and find the official
documentation a little daunting, you may like to read the story at
http://dip.sun.ac.za/~laurie/luatex

Does it support Unicode as well as XeTeX (I mean, as WELL)?

-- 
Jill-Jênn
http://www.jill-jenn.net


---
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


[TeX-Music] lcgpmxfr.pdf erratum

2010-06-23 Thread Jill-Jênn VIE

Hi,

I think at “Exemple 2.13” p. 15, there should be e4x5n+1+1 instead of  
e4x5+1+1.


Don't you think?

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] Glissando

2010-06-10 Thread Jill-Jênn VIE

Hello,

I would like to put a glissando in a sheet, but the bar is too narrow.

g1- d+ g d g- d+ g d g- d+ g d g- d+ g d | g1-- zg+ g- zg+ g- zg+ r r  
g- zg+ r g- zg+ r4 \slide{K}{5}{-3}\ d+ /
b2dn- zd zg r4 | b1- zd zg b- zd zg b- zd zg r r cf- ze zb+ r c- ze zb 
+ r2 /
(Yeah, I know this is not a minimum working example, but I consider  
what I'm asking for is simple :P)


gives:

http://img580.imageshack.us/img580/9527/glissando.png

How to expand the bar? Or maybe I don't use the MusiXTeX command  
correctly?


Thanks.

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Glissando

2010-06-10 Thread Jill-Jênn VIE

Le 10 juin 10 à 15:54, Don Simons a écrit :


Jill-Jênn, that's a major RTFM:


Oops. Sorry, I didn't notice.

But aren't all means good to post and give news? :P


Use X. Here IS a working example, with an
exaggerated space for effect:

==
1 1 4 4 4 4 0 0
1 1 20 0

t
.\
\\input musixext\
w3i


What does that w3i mean? I couldn't find anything in both French and  
English manuals.



c44 d e f | g a b \slide55{-3}\ c X5 /
==

While we're at it, here are two more comments:
1. It's can be dangerous to use letters to refer to pitches in in- 
line TeX.
It's OK here, but definitely a bad idea if you alter octaves,  
because PMX

will not know about the octave change.


OK.

2. You should do something to increase the lengths of the stems on  
the first

beat of the last bar, such as [+3 ..., or entering the notes with the
highest one first.


Yup, I used to do that +k thing, but I'll enter highest notes first  
from now on.


Thanks boss, as usual!

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Glissando

2010-06-10 Thread Jill-Jênn VIE

Le 10 juin 10 à 16:37, Don Simons a écrit :


I'm not sure what you are comparing. Your example to mine?


I tested the same line with K and with 5.
I don't know what 5 meant. But I'll RTFM :)


If that's it,
lots of things are different. For starters, your K refers to a pitch  
on a d,
the middle line of bass clef (which BTW is only true because it  
hasn't been
altered by an earlier octave change in the transpose register),  
while my 5
refers to the c above middle c in treble clef. And even for the same  
length

parameter, since it's given in \noteskips, the printed length will be
affected by both the note value and by \elemskip, and \elemskip is  
probably

different in the two examples.


Okay, thanks again, Don ;)

I don't know if you guys have been playing Pokémon (maybe not xD) but  
that sheet is for:

http://www.youtube.com/watch?v=zn78zfkncAw
Original: http://www.youtube.com/watch?v=8oVusO6xb-U

--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music

Re: [TeX-Music] Error with ties

2010-04-24 Thread Jill-Jênn VIE

Le 24 avr. 10 à 16:29, Don Simons a écrit :

2. I never recommend using font-based slurs and ties, and this  
example shows
the main reason: they just aren't flexible enough. Even if you did  
try to
adjust the ends of your ties, you couldn't get them to come out very  
pretty.
So please, always use postscript slurs and ties, activated with  
Ap. I
know, they won't show up in dvi viewers or with dvi-to-pdf  
converters. So
use dvips to make a postscript, then gsview for previewing and  
making PDF's.



Thanks for the hint.
What's better with PostScript slurs, by the way?

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] [Poll] IDE for PMX

2009-08-05 Thread Jill-Jênn VIE

Le 4 août 09 à 12:23, Robin Fairbairns a écrit :


contains a new enhanced layout tool - most recently I typeset
300 bars of 5 and 6 part early music (voices + lyrics, running  
translation,
clefs and incipits but no piano parts. I don't use a MIDI  
keyboard). That
took me a total of 11.5 hours including both visual and audio  
proofreading

to create press-ready output. Is that possible with PMX?


interesting.  watching my wife compose, i've long thought it  
impossible
to achieve better, even with a decent high-level markup like pmx,  
and i

was amazed by jill-jen's assertion.


“Jill-Jênn” P

I wonder if for simple pieces like piano scores, PMX couldn't be  
faster (and even more when there is only one flute voice to  
transcribe, for example).


What do you think?

I hope I'm right, because I've always used PMX, and I wonder if I  
couldn't have been faster if I had used anything else.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] [Poll] IDE for PMX

2009-08-03 Thread Jill-Jênn VIE

Le 3 août 09 à 22:40, Bob Tennent a écrit :


|Don't you think it would be interesting to have an IDE for PMX?


Any existing IDE for music could export PMX.  Some do:

http://noteedit.berlios.de/
http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml
http://developer.berlios.de/projects/canorus



Yeah but I'm talking about syntax coloring, etc.

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] [Poll] IDE for PMX

2009-08-03 Thread Jill-Jênn VIE

Le 3 août 09 à 23:10, Dirk Laurie a écrit :


On Mon, Aug 03, 2009 at 04:54:20PM +0200, Jill-Jênn VIE wrote:


Don't you think it would be interesting to have an IDE for PMX?
I'm interested in programming it :D


There is already noteedit, a GUI that exports inter alia to PMX.
But maybe you mean a sort of intelligent editor that checks PMX
syntax, runs pmxab, comes back into the PMX code to some error
not found by the syntax checker, or runs tex-musixflex-tex if
pmxab is clean.  An ideal application for Python-Qt.

For such an application, as for M-Tx, one problem is to have a clean
way of coping with the evolution of PMX syntax.


It doesn't evolve a lot…


I tried several years
ago to design a BNF-like


Sorry, what's “BNF”?


way to specify that, resembling the PMX
quick reference card, but failed.  Without such a description, adding
awareness of new PMX features can be a painful process.



Yeah but we could do something simple ^^

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] 8va colliding bar number + Accidental too far

2009-07-28 Thread Jill-Jênn VIE

Le 28 juil. 09 à 19:20, Don Simons a écrit :


==
1 1 1 4 1 4 0 0
0 1 16 0

t
./
\\def\octnumber{8$^{va}$}\
\Ioctfinup1t\ rp /
\\\bnrs0{-4}\
\Toctfin1\ ef0 zgni /
==

The undocumented macro \bnrs#1#2 (bar number raise  shift), which is
defined in pmx.tex, adjusts the position of the next bar number,  
upward by

#1 \internote, and to the right by #2 notehead widths.


Thanks! I'd rather put -5 :D

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] Bug in PMX 2.521 version (Mac)

2009-06-20 Thread Jill-Jênn VIE

Hi all :)

If [...] = some PMX code such that all the code is interpretable,

[code]
[...] {c c} [...]
[/code]

provides a MID file with - two - C in it.

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Bug in PMX 2.521 version (Mac)

2009-06-20 Thread Jill-Jênn VIE

Oops, sorry, I did two mistakes:
- I forgot a space after { and another before }
- I didn't close my braces correctly, what explains such a behaviour ^^

Well I hope everyone is doing well, anyway!

Le 20 juin 09 à 09:41, Jill-Jênn VIE a écrit :


Hi all :)

If [...] = some PMX code such that all the code is interpretable,

[code]
[...] {c c} [...]
[/code]

provides a MID file with - two - C in it.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] Fastidious work

2009-06-20 Thread Jill-Jênn VIE

[code]
2 1 1 4 1 4 0 0
1 1 16 0.0

bt
./
rp /
c8 zc+ a za+ /
[/code]

Do I really have to put “[f c8 zc+ a za+ ]”, for all occurrences of  
such a thing?


Thanks in advance.

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Mac OSX version of PMX 2.521, warning

2009-05-31 Thread Jill-Jênn VIE

Le 30 mai 09 à 23:32, Don Simons a écrit :

It means that the last character in the TeX file that is not a blank  
is ?,


Yup, but that's false.

while the TeX processor is expecting something else. If it's not  
causing any
problems, don't worry about. If it is causing a problem, let the  
list know

and someone might be able to help. Line-end characters are an ongoing
annoyance when going back and forth among different OS's.



OK :) Thanks ^^'

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Mac OSX version of PMX 2.521, warning

2009-05-30 Thread Jill-Jênn VIE

Works fine :)
By the way what does “Last non-blank character is ?, not /,%” mean?

Le 18 mai 09 à 19:13, Christian Mondrup a écrit :


Don Simons wrote:

The latest beta version of PMX is available in a Mac OSX version at
http://www.icking-music-archive.org/software/pmx/pmx2521-OSX.zip


Could I ask someone having an OSX station equipped with an Intel  
processor to test the OSX binary. I've compiled them on an aged Note  
Book equipped with a power pc processor.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Mac OSX version of PMX 2.521

2009-05-18 Thread Jill-Jênn VIE

Ta ta ta... There I come :P
I'll try them tomorrow (or today after midnight... so tomorrow again).

Le 18 mai 09 à 19:13, Christian Mondrup a écrit :

Could I ask someone having an OSX station equipped with an Intel  
processor to test the OSX binary. I've compiled them on an aged Note  
Book equipped with a power pc processor.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] Magical command

2009-04-05 Thread Jill-Jênn VIE

Hi all :) Hope you're all fine,

It was just to share one command (under Mac OS X and Linux, I bet):

head -n 28 chopin_rulez.pmx  tmp.pmx  pmxab tmp.pmx

It copies the first 28 lignes (for example) of chopin_rulez.pmx into  
tmp.pmx, then executes pmxab on tmp.pmx.
Very handy if you want to compile your PMX file until a certain line  
(to know why you have this f** segmentation fault ;)).


I hope you don't have already a file tmp.pmx in your directory xD else  
it will be crushed by this command ^^'


See you!

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Upper case Greek lambda: much easier than I thought

2009-03-15 Thread Jill-Jênn VIE

Yup thanks, but how to put an extra space after the \Lambda?
Thanks in advance,

Le 15 mars 09 à 01:58, Don Simons a écrit :

It turns out that the upper case lambda is character #3 in all of  
the cmr
fonts, so you don't even have to define a new font. Just use \char3  
and you

should get it.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Upper case Greek lambda: much easier than I thought

2009-03-15 Thread Jill-Jênn VIE

I found: just a ~ xD

Le 15 mars 09 à 23:18, Jill-Jênn VIE a écrit :


Yup thanks, but how to put an extra space after the \Lambda?
Thanks in advance,


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] Greek symbol in PMX?

2009-03-14 Thread Jill-Jênn VIE

Hi,

Do you know how to put a \Lambda in a title?

I assume I can use a similar trick as than the one for Japanese  
characters, but is there something simple to put in the PMX code?


Thanks in advance,

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Greek symbol in PMX?

2009-03-14 Thread Jill-Jênn VIE

Le 14 mars 09 à 18:51, Cornelius C. Noack a écrit :

I am sure you tried the simple $\Lambda$ . That works without PMX  
complaining, but the size of the Lambda is too small. I tried a

few plain TeX ways to increase the size, but wasn't successful.

I would suppose that simply feeding the Lambda to PMX from the
right-size math font should do it, but didn't have the time yet
to find that --- and that is probably what you refer to when
mentioning a `similar trick for Japanese' . So you know that too.

Sorry that this is probably no help at all!



Hmmm $\Lambda$ doesn't work there, I don't understand why you get  
something ^^


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Length of title

2009-03-14 Thread Jill-Jênn VIE
Haha, you placed the as composer which was just the end of the  
sentence :) Thanks anyway!


HEY, I found a bug!

And I have a MINIMAL WORKING EXAMPLE.

[code]
1 1 3 4 3 4 1 0
0 1 16 0.085

t
./
rp /
[/code]

See what happens.

It's 00:20 there :/

Le 15 mars 09 à 00:16, Don Simons a écrit :


You'll probably have to untangle the line breaks in my example.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Source editing, XP, EDIT, notepad

2009-01-04 Thread Jill-Jênn VIE

Le 4 janv. 09 à 15:54, Jean-Pierre Coulon a écrit :

Thanks. I think this is the right one for me. I can choose my  
favorite colors and fonts with Options, Settings.



You can with Notepad++ too B-)

--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] PMX VS Lilypond

2009-01-04 Thread Jill-Jênn VIE

Hi,

Maybe I'm trolling, but what are advantages/drawbacks of PMX compared  
with Lilypond?


Good end of week,

--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Source editing, XP, EDIT, notepad

2009-01-03 Thread Jill-Jênn VIE

Le 3 janv. 09 à 13:44, Jean-Pierre Coulon a écrit :


Personally I'm pretty happy with the good old EDIT, but I foresee that
EDIT (a 16-bit program) will disappear with future versions of  
Windows.


O RLY?

Unfortunately Notepad doesn't meet these criteria, despite its  
advantage of coping/pasting compatibility with most mailers and  
browsers.


I heard Notepad++ was excellent. I use it for PHP when I can't be on a  
Mac (I don't have Windows at home, I'd rather die).


I use Emacs to type PMX because I like the keyboard shortcuts (but to  
know the row where you are, you have to do tricky commands). On PC  
there is MicroEMACS.


--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title

2009-01-02 Thread Jill-Jênn VIE

Le 2 janv. 09 à 10:31, Robin Fairbairns a écrit :


you could include it in the normal way for any image, in pdftex.


Ok, thanks :)
Merci, Jean-Pierre Coulon !


personally, i would be using musixtex over pdflatex


I didn't know it was possible. As I code in PMX, I only get a file I  
can compile with pdftex.



But on Acrobat Reader, it works fine. I'll try to fix this.


i'm not sure i understand that remark.



The main Mac application to open PDF files is Preview. We don't need  
Acrobat Reader.
What I get on Preview is the screenshot I provided. On Acrobat Reader  
I get the correct sheet.


--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title

2009-01-02 Thread Jill-Jênn VIE

Le 2 janv. 09 à 11:32, Jean-Pierre Coulon a écrit :


On Fri, 2 Jan 2009, Jill-Jênn VIE wrote:

My PDF viewer also reads Y acute accent instead of notes there :/  
Do you use xdvipdfmx?


Do you mean *every* note troughout the pieces? Or only at the  
picture position?


Here I use dvips + ps2pdf. I tried dvipdfmx instead without noticing  
trouble. The .pdf is only slightly bigger.



Every note:
http://img383.imageshack.us/img383/3858/couloney8.png

--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title

2009-01-02 Thread Jill-Jênn VIE

Le 2 janv. 09 à 12:35, Jean-Pierre Coulon a écrit :


On Fri, 2 Jan 2009, Jill-Jênn VIE wrote:

If I compile it (without modifying the source), I get a good sheet  
(except that it could be positioned better), but the EPS file isn't  
included (?).


Did you succeed in unzipping narcimil.zip and obtaining gmagni.ps?  
(size=58K)


Yup.
I guess it's because I chose Pdftex instead of TeX and Ghostscript  
as script.

I'm currently looking for how to install it :D

But what I wanted is to put the Japanese characters just after the  
title of the sheet, not on a cover page. I don't think it is  
possible :(


What to you mean with 'title'? What do you mean with 'just after'?
Some Japanese characters in the \setname string? Or in the first  
\uptext

string?


I want to have that: http://img55.imageshack.us/img55/5273/xdvipdfmxwg5.png


Here in the attachment I've put another image at bar 19.



Ok, thanks.

--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title

2009-01-02 Thread Jill-Jênn VIE

Le 2 janv. 09 à 13:34, Jean-Pierre Coulon a écrit :


On Fri, 2 Jan 2009, Jill-Jênn VIE wrote:

I guess it's because I chose Pdftex instead of TeX and  
Ghostscript as script.

I'm currently looking for how to install it :D


I think my attachment looks like what you want.

It is true that pdftex cancels the image without complaint :-)

AFAIK if you have MikTeX there is nothing more to install to make  
dvips+ps2pdf.



Good news!

macbook-de-jill-jenn-vie:narcimil jj$ dvips imagtitl
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com 
)

' TeX output 2009.01.02:1337' - |lpr
tex.protexps.prospecial.pro. cmr10.pfbcmbx8.pfbcmti10.pfb
cmbx12.pfb[1gmagni.ps]

That didn't work (why?), but dvipdfm did!

Just a little problem: the Japanese characters are in a .ps file, but  
it's a whole page with just the characters at the top. How to include  
only these? Do I have to crop something? I heard of pdfcrop...


Thanks, Jean-Pierre :)

--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title

2009-01-02 Thread Jill-Jênn VIE

HEYYY!!!

http://mickay.jill.free.fr/tmp/hurray.pdf

Some questions remain unsolved, can you help me to answer them:
1) Why dvips imagtitl didn't work, Jean-Pierre Coulon?
2) Do anyone have simpdftex? Is it useful?
3) It's a pity that the Japanese text is a bit grayer than there: http://img55.imageshack.us/img55/5273/xdvipdfmxwg5.png 
 Isn't it possible to include a PDF instead of a PS file in a TeX file?


Le 2 janv. 09 à 13:58, Arjen Bax a écrit :


Maybe there is some (illegal) pdf-instruction in the pdf for which the
programmers of acroread wrote a work-around and those of kpdf didn't.


So, xdvipdfmx is bugged?
That would mean it's impossible to generate a MusiXTeX XeTeX PDF file  
readable by Preview.app or KPDF, etc.?


Thanks to all!

--
Jill-Jênn


___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title

2009-01-02 Thread Jill-Jênn VIE

Le 2 janv. 09 à 15:23, Hiroaki MORIMOTO a écrit :


Hi Jill-Jênn,
do you mean every note in

http://mickay.jill.free.fr/tmp/hurray.pdf

(converted with dvipdfm-0.13.2c, not dvipdfmx nor xdvipdfmx)


Yup ^^ Isn't xdvipdfmx for XeTeX only?


is correctly visible on your MacOSX Preview?



Yup!

And thanks for the circumflex in my name :D and good game for having  
guessed that I'm a boy :)


--
Jill-Jênn

___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Image in the title: slightly off topic

2009-01-02 Thread Jill-Jênn VIE

Le 2 janv. 09 à 17:28, Jean-Pierre Coulon a écrit :


On Fri, 2 Jan 2009, Jill-Jênn VIE wrote:


A friend managed to convert it, using:

pdftops TRUC.pdf  pstoedit -f gs:pdfwrite TRUC.ps OUTPUT.pdf

Here is the result!
http://mickay.jill.free.fr/tmp/hurray2.pdf


Nice piece, but is there a good reason to work in \smallmusicsize
and to put such a large \interstaff?


It's what is put by default when I compile the PMX code ^^


J'espère qu'à free.fr vous avez beau temps:-)



Je vous en prie, tutoyez-moi :)
Pourquoi dites-vous ça ? free.fr est un bon hébergeur ^^

--
Jill-Jênn

___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


Re: [TeX-Music] Mac OSX version of PMX 2.519

2008-12-20 Thread Jill-Jênn VIE

*superglad*
Thank you!

Le 20 déc. 08 à 21:57, Don Simons a écrit :


Thanks to Christian Mondrup, a Mac version of the latest PMX beta is
available at

http://www.icking-music-archive.org/software/pmx/pmx2519-OSX.zip


--
Jill-Jênn

___
tex-mu...@icking-music-archive.org mailing list
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music


[TeX-Music] Too long name of instrument

2008-11-30 Thread Jill-Jênn VIE

Hello,

How to enlarge the space before the first staff, to put the name:  
Viola  Violin? I thought of X but it only moves the notes.


Thanks in advance,

--
Jill-Jênn


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


[TeX-Music] Making MIDI better

2008-11-29 Thread Jill-Jênn VIE

Hiya!

I was wondering, isn't it easy to modify the Fortran code of PMX so as  
to be able to have in the MIDI:

- For example, rm7 translated into 7 silent bars
- A rest after the last note (currently, you can't hear the last note)
?

And (when) will it be possible to have (still in the MIDI):
- Repeats (with voltas)
- Chords not repeated
?

By the way, I can't understand why there are Reverse Cymbals in the  
available instruments, but not Cymbals o_O


Greetings :)

--
Jill-Jênn


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


[TeX-Music] [PMX] Japanese font?

2008-07-15 Thread Jill-Jênn VIE

Hi all :),

Do you think it is possible to write in japanese, in the title of a  
sheet?


Maybe you, Hiroaki MORIMOTO, will know :)

Thanks in advance.

--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] [PMX] Japanese font?

2008-07-15 Thread Jill-Jênn VIE

Thanks Hiroaki.
Actually, I have a Mac, but I'll manage to find something, with all  
the links you gave me :)


--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] [PMX] Tempo indication: ♩ = 138

2008-07-14 Thread Jill-Jênn VIE

Hi,

Is it possible to put (in PMX) a tempo indication as following:
♩ = 138
?

For those who can't see it, it's a quarter note.

Thanks in advance.

--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] [PMX] Tempo indication: ♩ = 138 + Dmfp

2008-07-14 Thread Jill-Jênn VIE

Oh, thanks a lot for such a quick answer!

On 14 juil. 08, at 15:35:35, Don Simons wrote:

Since you’re clever enough to put a quarter note in an email  
message, maybe you can also figure out how to make the quarter note  
smaller in the \metron command.


With \smallnotesize :) \tinynotesize is maybe too much.

Thanks! And, while you're around there:
1) I suppose it is not possible to put it just after the Allegro  
vivace, like:


h
Allegro Vivace ♩ = 138

, is it?

2) Just to know, how to put a \metronequiv in a PMX sheet?

3) You should authorize the dynamic indication mfp. I'm nearly sure  
I've already found it in a score.
I can't put it, but I can put Dmfp. Is it possible to write it in  
bold, like others?


--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] [PMX] Tempo indication: ♩ = 138 + Dmfp

2008-07-14 Thread Jill-Jênn VIE

On 14 juil. 08, at 16:34:45, Don Simons wrote:

 \smallnotesize works, right before \qu. But the spacing does get  
messed up a little.


Yup, especially after an h.

Re 1  2: From my example you should see that \metron…  works just  
like a text object. So if you just use  \metronequiv in the second  
argument of \zcharnote, or \metron in the text on the line after  
“t”,  it should work, although I haven’t tested it.


I suppose you mean h, not t?
\metron on the line after h works (I tried some minutes ago but I  
put the zcharnote too so it didn't work).

But \metronequiv doesn't work. I had already tried.


Re 3: D\ppff mfp


Thanks! I could put it in \bf or \it, but not both.
By the way, how do you know the \ppff command? It's not written in  
musixdoc.pdf ^^


My score is now finished, thanks to you (it's for a transcribing  
contest)!


--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] [PMX] Too long bar

2008-07-13 Thread Jill-Jênn VIE

Hi,

e8d-- ze+ {A e1 {B zg {A e4 }A {B zg }B e8d }A zg }B {A e1 {B zg e4 } 
A zg }B e8d zg {A e1 {B zg e8 }A zg }B MR2 {A e {B zg e }A zg }B M MP2 /


Here is one bar (a 15 8 one), there are 141 characters.

Is there a way to compile it? ^^

I'm trying to find some patterns, to record other macros. But is  
there another way?


Thanks in advance.

--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] [PMX] Too long bar, the solution

2008-07-13 Thread Jill-Jênn VIE

I think I found, I just added some Silent Macros :)

MS2 {A e {B zg e }A zg }B M
e8d-- ze+ {A e1 {B zg {A e4 }A {B zg }B e8d }A zg }B {A e1 {B zg e4 } 
A zg }B e8d zg {A e1 {B zg e8 }A zg }B MP2 MP2 /


--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] [PMX] Error in lcgpmxfr.pdf

2008-07-13 Thread Jill-Jênn VIE

Hi,

que ce nombre soit placé au-dessus des hampes should be replaced by  
que ce nombre soit placé au-dessous des hampes.


--
Jill-Jênn
http://mickay.jill.free.fr/score/

___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] lcgpmxfr.pdf

2008-02-26 Thread Jill-Jênn VIE

Hi,

On 26 févr. 08, at 20:34:28, Luigi Cataldi wrote:

The mistake comes from Italy ... I'm sorry. But PMX is very  
indulgent to

me and works the same.


You mean it worked anyway?

Thank you for the notice: I'll correct the mistake in the next  
revision

of the manual.



By the way I think I saw other errors... But didn't notice them :/ I  
will, from now on.


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] lcgpmxfr.pdf

2008-02-21 Thread Jill-Jênn VIE
Hi :-)

Isn't there a mistake in the french manual?
Page 38:

% Macro emmagasinée mais non utilisée
MS2 e4 f g2 M /
% Mes 3 (macro utilisée)
MP2
% Mes 4 (macro utilisée)
MP2 /

Shouldn't it be:

% Macro emmagasinée mais non utilisée
MS2 e4 f g2 M
% Mes 3 (macro utilisée)
MP2 /
% Mes 4 (macro utilisée)
MP2 /

Instead?

Thanks by advance.

-- 
Jill-Jênn
http://mickay.jill.free.fr/score/



___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] [PMX] Ties of chords repeated in midi files

2007-10-13 Thread Jill-Jênn VIE

Hello,

When I type:
{A a- {B zc {C za+ | a2d- }A zc }B za+ }C

I get the same chord twice in the midi output.
Can that be avoid?

Thanks by advance,

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Shift grace notes

2007-10-13 Thread Jill-Jênn VIE

On 13 oct. 07, at 22:20:24, Cornelius C. Noack wrote:


Once again: it would save those of us who are willing to help you
time and effort if you would supply
a minimum working example (that exhibits the problem) :-(


Ok. For instance of minimum working example, is the one in Ties of  
chords repeated in midi files okay, or do you want a total PMX code?



So I guess you are thrown back into tricks, and (if I am not
mistaken) that means inline TeX. At this moment, I haven't the
time for trying that (besides, other people, such as Andre van
Ryckeghem, are much better at that than I. But if you describe for
us exactly what you want to acchieve, someone might be tempted to
give it a try.

Besides, if you could explain if this is a recurring problem of
general interest, it might be worth a proposal for an enhancement
of PMX itself. Possibly, that might not be very complicated to
code (once we know how the solution looks in MusiXTeX).


That's exactly that, but I'll find another solution. I was wondering  
if it was possible, and you answered me. Thanks a lot!


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] Midi files

2007-10-10 Thread Jill-Jênn VIE

Hello,

When you put an A flat in a bar (which it is not included in the key  
signature), in the midi, the flat stays on all the As of the  
following bar, while they shouldn't.

Is it a known bug, or am I doing something wrong?

Thanks by advance.

--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Free bar

2007-10-10 Thread Jill-Jênn VIE

Thank you !

Is it possible to have one free bar, which means a bar without any  
meter? I wanted to put my notes as ornaments, but they are too many.

Thanks by advance.

On 11 oct. 07, at 05:37:56, Don Simons wrote:

This is a known behavior and is an intentional feature of PMX when  
it generates MIDI files. I am aware that according to the modern  
convention all accidentals are supposed to be cancelled at every  
bar line. However, as a harpsichord player, I happen to find this  
convention very counterintuitive when a note is repeated across a  
bar line and the one before the bar line has either an inherited or  
explicit accidental. Furthermore, according to the Baroque  
convention, the repeated note after the bar line would inherit the  
accidental. Therefore, as a silent protest, I've made the MIDI  
generation in PMX adhere to the Baroque convention in this instance.


If you want the midi file to silently cancel the accidental, then  
put a midi-only accidental on the note after the bar line, e.g.,


af a a a | ani a a a /

--Don Simons


--
Jill-Jênn
http://mickay.jill.free.fr/score/


___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] Error in beamend

2007-08-02 Thread Jill-Jênn Vie
Hello !

With this source :

[source]
2 1 4 4 4 4 0 +4
0 4 16 0.085
Piano
bt
./
It60ipipi
Tt
Passion - After the Battle
Tc
Utada Hikaru\\Transcribed by Jill-J\^enn Vie
a12 e+ b+ c r2d | c1- g+ d+ e r2d RD /
c85d za+ bd- zg+ e r4 r8d b1 | c8d gd+ r8 r2 /

a0--- ze+ za | c0- zg+ zc RD /
a0-- zb ze | g0- zd+ ze /

r0 /
r2d f8+ zd+ d- zb+ /

a12 e+ b+ c r2d | c1- g+ d+ ( e e ) f1 r8 r4 c /
c8d- za+ bd- zg+ e r4 r8 b1 d3 e | d4 r2 f8 zd+ d- zb+ /

a1- e+ b+ ( c c8 ) r r4 a8 r | c4x3 g+ c e2 c4 /
d4d zb+ ( e8- e4 ) r8 e1 e3 f | f4 r2 f8 zd+ d- zb+ /

a1- e+ b+ ( c c8 ) r r2 | c1 g+ c ( d d8 ) r r4 c /
c4- za+ bx3 zg+ d e dx3 b c e-x3 f g | f8d ( d1 d8 ) ( e e4 ) f8 zd+  
d- zb+ /

a1- e+ b+ ( c c8 ) r r2 | c1 g+ c r r2 c4 /
c8d- za+ (A b1- (B zg+ (A b4- )A (B zg+ )B b-x3 )A zg+ )B b- e dx3 b  
f | g8d ( d1 d8 ) e4d r1 f8 zd+ d1- zb+ /

a1-- e+ a e+ f4x3d rD r2 | c1- g+ c r r2 c8 c /
b4 rx3 b- a gx3 e d ex3 b c | d8d ( e1 e8 ) f4d f8 zd+ d- zb /

a1- e+ a c r c r8 r2 | c1- g+ c r r e c r r f c c- r c8+ c1 /
e8d- zb+ c1 e8d e1 b a b ( e e ) b a d | e8d ( f1 f8d ) b1 b4 f8+ zd+  
d- zb+ /

a1- e+ b+ ( c c ) e b8 r1 r b8 r1 r b8 | c2- zg+ r /
e4- zb+ r8d ( f1 f ) g8 ( e1 e ) d8 ( e1 | e ) c g c f b8 e1 g4 c8 e /

a1- e+ a r r4 r2 | r0 /
c8d ze b1 c e8 ( g1 g ) c- a ( b1+ b ) c8d | c0 /
[/source]

, I got the following error :

[error]
[Jill-Jenn:~/pmx] % ./pmxab passion.pmx
This is PMX, Version 2.513, 29 Sep 06
Opening passion.pmx

Starting first PMX pass

   Bar 1  Bar 2  Bar 3  Bar 4  Bar 5  Bar 6  Bar 7  Bar 8  Bar 9  Bar  
10  Bar 11
   Bar 12  Bar 13  Bar 14  Bar 15  Bar 16  Bar 17  Bar 18  Bar 19   
Bar 20
   Bar 21
WARNING:
Last non-blank character is ¿, not /,%
ASCII code: 191

Done with first pass


Starting second PMX pass


   Bar 1  Bar 2  Bar 3  Bar 4  Bar 5  Bar 6  Bar 7  Bar 8  Bar 9  Bar  
10  Bar 11
   Bar 12  Bar 13  Bar 14
Timing problem w/ forced beams

(Error in beamend, send source to Dr. Don)
[/error]

Thanks :)

-- 
Jill-Jênn
http://mickay.jill.free.fr/score/



___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] Rest in a triplet

2007-08-02 Thread Jill-Jênn Vie
Hello again,

f4x3 rD makes a triplet with a very very low note instead of the  
silence.
If I put f4x3 r r, I get : Sorry, PMX cannot end an xtuplet with a  
rest

How could I do ? Thanks by advance.

-- 
Jill-Jênn
http://mickay.jill.free.fr/score/



___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] Arpeggios 2

2007-07-23 Thread Jill-Jênn Vie
Ok I used \arpeggio E5\.
But how, in PMX ?

-- 
Jill-Jênn
http://mickay.jill.free.fr/score/



___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-Music] Error in octaviations, in the PMX manual ?

2007-06-24 Thread Jill-Jênn VIE
Hello,

I would like to know why :

\\def\octnumber{8$^{va}$}\
d8d5 ad+ r ed+ bd g | ed zg fd za cd- ze cd g4 | r4d a8d gd a8 b |  
g8d zb cd ed ze+ bd- zb+ a4- za+ /
\Ioctfinup1t\ e15 f c+ b8d e1- f c+ ( b4dd | b2 ) r2 | e1- f c+ b8d  
e1- f c+ ( b4dd | b2 ) r2 \Toctfin1\ /

doesn't work, while :

\\def\octnumber{8$^{va}$}\
d8d5 ad+ r ed+ bd g | ed zg fd za cd- ze cd g4 | r4d a8d gd a8 b |  
g8d zb cd ed ze+ bd- zb+ a4- za+ /
\Ioctfinup1t\ e15 f c+ b8d e1- f c+ ( b4dd | b2 ) r2 | e1- f c+ b8d  
e1- f c+ ( b4dd \Toctfin1\ | b2 ) r2 /

works.

And I'd just like to point out that when you put \toctfin1 instead  
of \Toctfin1, it doesn't work.

So there is a mistake in the PMX manual (pmxccn.pdf), isn't it ?

Thanks by advance :)

-- 
Jill-Jênn
http://mickay.jill.free.fr/score/



___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


Re: [TeX-Music] Error in octaviations, in the PMX manual ?

2007-06-24 Thread Jill-Jênn Vie
On 24 juin 07, at 22:30:29, Don Simons wrote:

 Is this piccolo music?

Lol no, it's an arrangement from Piano Voice to Piano solo.

 The first one doesn't work because of the position of \Toctfin . I  
 guess
 that's pretty obvious since that's all you changed. But in the  
 first case
 it's the very last item in the excerpt, and PMX will probably never
 recognize Type 1 in-line TeX in that location.

Ok, I knew the origin of the matter, but I hadn't any explanation.

 The PMX manual pmx250.pdf says Type 1 begins with a single \ and will
 appear in the .tex file right before the TeX command for the next  
 note or
 rest in the .pmx ?le. If there is no next note or rest, you've  
 obviously
 violated PMX's rules and are being punished accordingly. But that  
 may not be
 all you need to worry about. In truth, you might be able to cook up  
 some
 cases where there IS a next note or rest, but there are some other PMX
 things in between, and it might still work. PMX does not screen for  
 such
 occurrances and the results are unpredictable. To maximize the  
 chances that
 Type 1 works correctly, put it IMMEDIATELY before the PMX command  
 for a note
 or rest.

Please, don't punish me !
Ok, so I've to put \Toctfin1\ just before the last note in the 8va.

 \toctfin1 doesn't work because \toctfin is shorthand for  
 \Toctfin0 . It does
 seem that there's an error in pmxccn.pdf . And even if the  
 reference were
 changed to \Toctfin1 , there's still and issue with its positioning.
 Cornelius?

Thank you for all !

I remarked too that you have to be careful with too much long lines...

-- 
Jill-Jênn
http://mickay.jill.free.fr/score/



___
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music


[TeX-music] This note spans a bar line

2005-06-30 Thread Jill-Jênn VIE

Hello,

Please tell me what is wrong here :

%Mes1-3
r8 | e4 d8 c | g+ g f ds /
b8x3 e f | gd f3 g a8 d- | b+ dx3D c b a /
%Mes4-6
e4 d8 f | d c b1 d fn g | g8d g1 f8 d /
b8 e d1 e d a | b4d b8 | ed e1 d a b c /
%Mes7-9
%g8 dx3D d d cs
g8 dx3D d d cs | csd b1 as8 c | ed ds8 d4 /
b8 ax3D c b g | fd f1 as8 fx3 gs a | b4 r8 b8x3 e f /
%Mes10-11
e4 d8 c | g+ g f ds /
g4d f3 g a8 d- | b+ d8x3D c b a /
%Mes13-15
e4 d8 f | d c b1 d fn g | c4- d8 f /
b8 e d1 e d a | b4d b8 | e g f1 e d c /
%Mes16-18
e8 f g a | c- e ds f | e b e4 /
b8 ax3D c b g | fd f1 b8 ds8x3- e f | e2 /

Because I get:

Starting first PMX pass

Bar0 Bar 1 Bar 2 Bar 3 Bar 4 Bar 5

ERROR in line 27, bar 8 This note spans a bar line
v
g8 dx3D d d cs | csd b1 as8 c | ed ds8 d4 /
^

Thanks by advance,

--
Jill-Jênn


___
TeX-music mailing list
TeX-music@icking-music-archive.org
http://icking-music-archive.org/mailman/listinfo/tex-music