]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/setup.itely
Doc-de: update macros.itely and nitpicks
[lilypond.git] / Documentation / user / setup.itely
index f0d06ced3c3f5ea0221e3975510be395a37b2e77..da5bbe90ae5c2dc94b4bd02befdd168c31aa78bf 100644 (file)
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.61"
+@c \version "2.12.0"
 
 @node Setup
 @chapter Setup
@@ -173,7 +173,7 @@ if exists("did_load_filetypes")
   finish
 endif
 augroup filetypedetect
-  au! BufNewFile,BufRead *.ly           setf lilypond
+  au! BufNewFile,BufRead *.ly,*.ily           setf lilypond
 augroup END
 @end example