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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user