In the Vim mode section, the filetype directives that read:

augroup filetypedetect
        au! BufRead,BufNewFile  *.ly          setfiletype lilypond
augroup

should read:

augroup filetypedetect
        au! BufRead,BufNewFile  *.ly          setfiletype lilypond
augroup END

Minor, but somewhat annoying.



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to