lilypond-user
[Top][All Lists]
Advanced

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

Re: Installing lilypond-mode in emacs


From: David Bellows
Subject: Re: Installing lilypond-mode in emacs
Date: Sun, 1 May 2016 14:13:40 -0700

> I have just installed Ubuntu 16.04 to replace my previous 12.04 system,
> and installed LilyPond v.2.19.40.

> In my ~/.emacs file I already had

Here's my .emacs file for Kubuntu 16.04:


(setq load-path (append (list (expand-file-name
"/usr/local/lilypond/usr/share/emacs/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))

Hope that helps



reply via email to

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