Re: Installing lilypond-mode in emacs

2016-05-01 Thread David Sumbler
On Sun, 2016-05-01 at 14:13 -0700, David Bellows wrote: > > > > 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 (l

Re: Installing lilypond-mode in emacs

2016-05-01 Thread David Bellows
> 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)

Installing lilypond-mode in emacs

2016-05-01 Thread David Sumbler
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 (autoload 'LilyPond-mode "lilypond-mode") (setq auto-mode-alist (cons '("\\.ily$" . LilyPond-mode) auto-mode-alist)) (add-hook 'LilyPond-mode-hook (lambda ()