> ah is this why I've never been able to get completion working in > LilyPond-mode?
Probably. Add this to your .emacs file:
(load-library "lilypond-mode")
(define-key LilyPond-mode-map [tab] 'LilyPond-autocompletion)
Werner
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel
