lilypond-user
[Top][All Lists]
Advanced

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

Re: emacs lilypond-mode


From: andersvi
Subject: Re: emacs lilypond-mode
Date: Wed, 19 Dec 2007 08:19:06 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

>>>>> "H" == Helge Kruse <address@hidden> writes:

    H> I installed emacs-22.1 at my Windows XP SP2 system, but I
    H> cannot find any lilypond-mode. I search for the
    H> lilypond-mode.el file and entered in emacs "M-x lilypond-mode"
    H> and got the reponse "[No match]".

    H> How can I get and install lilypond-mode (manually)?

For some odd reason the symbol used in lilypond-mode.el is in
camelcase.  Try typing 'M-x LilyPond-mode'.

If this doesn't work check that lilypond-mode.el (or
lilypond-mode.elc) is in fact installed somewhere in emacs' load-path.
Check by typing 'M-x locate-library' - and respond with
'lilypond-mode' at the prompt.

If you have the file lilypond-mode.el(c) but not in your load-path,
add the path by typing in your .emacs-file:

 (add-to-list 'load-path "/my/lilypond/elisp/lib/")

and possibly

 (add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))

to make emacs automagically recognize .ly-files as LilyPond-files.





reply via email to

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