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 Sumbler
Subject: Re: Installing lilypond-mode in emacs
Date: Sun, 01 May 2016 23:10:17 +0100

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 (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

It certainly does.  Thank you very much.

David



reply via email to

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