Re: Debian (Sid) packages for Lilypond 2.0.0

2003-09-25 Thread Paul Scott
Paul Scott wrote:

Pedro Kroger wrote:

* Paul Scott ([EMAIL PROTECTED]) wrote: 

Any changes in the emacs code after my last feedback?   
Is anyone else having problems using emacs lilypond-mode with
Pedro's deb's?


I think/hope it's working. At least is in my system. Could you,
please, give a try?
Well that answers my second question.  If it works on your system then 
maybe the problem is on mine.
After installing your version I still get:

lilypond -P /home/paul/music/saso/rcbcl.ly
lilypond (GNU LilyPond) 2.0.0
lilypond: error: `/usr/bin/lilypond-bin --version ' failed (132)

2PS exited abnormally with code 1 at Wed Sep 24 22:07:05

As you can see that was from 2PS (C-c C-f).  With just Command/Lilypond 
(C-c C-l) I get:


cd /home/paul/music/saso/
lilypond-bin /home/paul/music/saso/rcbcl.ly
LilyPond illegal instruction at Wed Sep 24 22:20:06
_
which is the error I get when I try to execute that command outside of 
emacs.

TIA for any more ideas,

Paul





___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Debian (Sid) packages for Lilypond 2.0.0

2003-09-25 Thread Paul Scott
Pedro Kroger wrote:

Could you send your .ly file? I am running out if ideas of what it
could be, except the fact that maybe you have lilypond in two
different places. 

I wouldn't be surprised since I have built several versions of DEB's 
from CVS myself.  I looked because of this error but I may not have 
known what to look for.

What you get with whereis lilypond?

[EMAIL PROTECTED]:~$ whereis lilypond
lilypond: /usr/bin/lilypond /usr/lib/lilypond /usr/local/lib/lilypond 
/usr/share/lilypond /usr/share/man/man1/lilypond.1.gz

Or, how about
purging the lilypond package and verifying if there is a binary still
floating around?
I'll try that right away.

Thanks,

Paul



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Debian (Sid) packages for Lilypond 2.0.0

2003-09-25 Thread Pedro Kroger
* Paul Scott ([EMAIL PROTECTED]) wrote:
 Pedro Kroger wrote:
 
 Could you send your .ly file? I am running out if ideas of what it
 could be, except the fact that maybe you have lilypond in two
 different places. 
 
 I wouldn't be surprised since I have built several versions of DEB's 
 from CVS myself.  I looked because of this error but I may not have 
 known what to look for.

aha! Maybe this is the source (no pun intended :-)) of the problem. In
the debian packages all stuff is supposed to be installed in /usr/ but
if you compile from source the default is /usr/share (unless you
change --prefix)
 
 What you get with whereis lilypond?

 [EMAIL PROTECTED]:~$ whereis lilypond
 lilypond: /usr/bin/lilypond /usr/lib/lilypond /usr/local/lib/lilypond 
 /usr/share/lilypond /usr/share/man/man1/lilypond.1.gz

you see? you have traces of lilypond in both /usr and /usr/local
 
 Or, how about
 purging the lilypond package and verifying if there is a binary still
 floating around?
 
 I'll try that right away.

I'd recommend rm -f all lilypond directories after purging, and then
reinstalling the package again.

Pedro


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Debian (Sid) packages for Lilypond 2.0.0

2003-09-25 Thread Paul Scott
Pedro Kroger wrote:

Could you send your .ly file? 

I tried the purge and even this fails the same way:

\score {
   
   \property Score.skipBars = ##t
   \context Staff = clarinet  { \notes R1*2^\markup{ Allegro } R1*2 } 
   
   \paper { }
}
I'm going to try Ferenc Wagner's woody packages.  Could they be 
different from yours?

Paul





___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Debian (Sid) packages for Lilypond 2.0.0

2003-09-24 Thread Paul Scott
Pedro Kroger wrote:

Debian Sid packages of Lilypond 2.0.0 are available from my website:

http://www.pedrokroeger.net/lilypond/

They're also apt-gettable adding the following line to sources.list:

deb http://www.pedrokroeger.net/lilypond/ ./
deb-src http://www.pedrokroeger.net/lilypond/ ./
And running the commands:

apt-get update
apt-get install lilypond
(or apt-get install lilypond=2.0.0-1 in some cases)
Check the readme file for some tips:

http://www.pedrokroeger.net/lilypond/readme.txt

Any changes in the emacs code after my last feedback?

Is anyone else having problems using emacs lilypond-mode with Pedro's deb's?

Thanks,

Paul Scott



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Debian (Sid) packages for Lilypond 2.0.0

2003-09-24 Thread Paul Scott
Pedro Kroger wrote:

* Paul Scott ([EMAIL PROTECTED]) wrote:
 

Any changes in the emacs code after my last feedback? 
   

Is anyone else having problems using emacs lilypond-mode with
Pedro's deb's?
   

I think/hope it's working. At least is in my system. Could you,
please, give a try?
Well that answers my second question.  If it works on your system then 
maybe the problem is on mine.
After installing your version I still get:

lilypond -P /home/paul/music/saso/rcbcl.ly
lilypond (GNU LilyPond) 2.0.0
lilypond: error: `/usr/bin/lilypond-bin --version ' failed (132)

2PS exited abnormally with code 1 at Wed Sep 24 22:07:05

If anyone has any ideas here I would appreciate it.

TIA,

Paul







___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user