1 ;;; lilypond-init.el --- Startup code for LilyPond mode
3 ;;; Add this to your ~/.emacs or ~/.emacs.el, or
4 ;;; install this file into Emacs' site-start.d
6 (autoload 'LilyPond-mode
"lilypond-mode")
8 (cons '("\\.ly$" . LilyPond-mode
) auto-mode-alist
))
10 (add-hook 'LilyPond-mode-hook
(lambda () (turn-on-font-lock)))