lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XEmacs 21.4.21


From: Helge Kruse
Subject: XEmacs 21.4.21
Date: Sat, 18 Oct 2008 08:44:53 +0200

Hello,

I want to use Lilypond mode in XEmacs 21.4.21 with Lilypond 2.11.57. I 
configured the XEmacs init.el so:

(setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
(autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t)
(add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))
(add-to-list 'auto-mode-alist '("\\.ily$" . LilyPond-mode))
(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))

and copied the files from lilypond to "C:\Documents and Settings\Helge\site-lisp". The Lilypond mode is active, when I load a .ly file. But I this errors.

When I try the run lilypond with C-c C-l lilypond fails:
 cd c:\Documents and Settings\Helge\My Documents\
 lilypond ./c:\Documents and Settings\Helge\My Documents\z.ly
 programming error: cannot find absolute argv0
 continuing, cross fingers
 ERROR: In procedure primitive-load-path:
 ERROR: Unable to find file "ice-9/boot-9.scm" in load path

I also want to learn, how to use Lilypond-mode.


Regards,
Helge





reply via email to

[Prev in Thread] Current Thread [Next in Thread]