]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/lilypond-init.el
Release: bump Welcome versions.
[lilypond.git] / elisp / lilypond-init.el
index be841c2654cdad0a0da2167265fa573bd92d3b34..2ee31da1b25a3f1aa717f65d12beb0ae440bb1cc 100644 (file)
@@ -16,5 +16,6 @@
 
 (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)))