]> git.donarmstrong.com Git - lilypond.git/blobdiff - INSTALL.txt
release: 1.3.142
[lilypond.git] / INSTALL.txt
index 04c5df23e86ac926b4931d5e03d0c64ba61e7567..386e18a831f70be64944dbcf294b071602f5319d 100644 (file)
@@ -240,6 +240,22 @@ accordingly.
 resulting binaries can be found in the subdirectories `out/' (which
 contain all files generated during compilation).
 
+Emacs mode
+==========
+
+   An emacs mode for LilyPond is included with the source archive as
+`lilypond-mode.el' and `lilypond-font-lock.el'.  If you have an RPM, it
+is in `/usr/share/doc/lilypond-X/'.  You have to install it yourself.
+
+   Add this to your ~/.emacs or ~/.emacs.el:
+         (load-library "lilypond-mode.el")
+         (setq auto-mode-alist
+           (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist))
+         (add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
+
+   If you have the latest LilyPond-1.3.x Debian package, LilyPond-mode
+is automatically loaded, so you need not modify your ~/.emacs file.
+
 Configuring for multiple platforms
 ==================================
 
@@ -305,6 +321,13 @@ addition to the those needed for running:
 
    * tetex-devel
 
+SuSE
+====
+
+   [TODO: document this]
+
+   Install `tetex', `te_mpost', `te_kpath'.
+
 Debian GNU/Linux
 ================