lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-mode with XEmacs


From: Ferenc Wagner
Subject: Re: lilypond-mode with XEmacs
Date: Thu, 29 Jan 2004 10:50:22 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux)

Maury Merkin <address@hidden> writes:

> Has anyone gotten lilypond-mode to work with XEmacs?  

Don't know about XEmacs, but my setup for Emacs is a little
different:

(autoload 'LilyPond-mode "lilypond-mode" nil t)
(setq auto-mode-alist (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist))
(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))

Notice the capitalization!  Maybe you should try this
(btw. it's 50lilypond.el from the distribution).

Feri.




reply via email to

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