]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
* vim/ftplugin/lilypond.vim: change dir for dictionary.
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index 615bc3413fe7d5081f9c9ca2f655379a8aa0804b..1ad727d8dec4683feb405b0d8e189921dd7d95bd 100644 (file)
@@ -16,7 +16,7 @@
 @section Downloading
 
 Even numbered versions are `stable' (2.0, 1.8 etc), while odd version
-are development releases (1.9, 1.7 etc).  Building LilyPond is an
+are development releases (2.1, 1.9, etc).  Building LilyPond is an
 involved process, so if possible, download a precompiled binary from
 @uref{http://www.lilypond.org/,the lilypond site}.
 
@@ -240,23 +240,11 @@ to your @var{load-path}. Append the following line (modified) to your
 
 @c lilypond.words.el for vim auto-completion?
 A Vim mode for entering music and running LilyPond is contained in
-the source archive. Append the content of @file{vimrc} to @file{~/.vimrc}
-to get shortcuts. Install file @file{lilypond.words.el} to @file{~/.vim/} to 
-get auto-completion. Syntax highlighting you get by installing files
-@file{lilypond.vim} and @file{lilypond.words.vim} to @file{~/.vim/syntax/} 
-and appending the following to @file{~/.vim/filetype.vim}:
-@quotation
-@example
-       " my filetype file
-       if exists("did_load_filetypes")
-         finish
-       endif
-       augroup filetypedetect
-         au! BufRead,BufNewFile  *.ly          setfiletype lilypond
-       augroup END
-@end example
-@end quotation
-
+the source archive. Copy recursively the file structure in @file{vim/} as 
+your @file{~/.vim/} to get shortcuts. Install (generated) files
+@file{lilypond.words.el} and @file{lilypond.words.vim} to 
+@file{~/.vim/syntax/} in order to get auto-completion and syntax 
+highlighting.
 
 
 @section Problems