lisp/ob-lilypond.el: Mention epstopdf as a dependency

Thanks to Thomas Morgan for suggesting this.
This commit is contained in:
Bastien Guerry 2014-05-09 14:54:33 +02:00
parent 87419d87df
commit a6bc294c6e

View file

@ -28,6 +28,8 @@
;; ;;
;; Lilypond documentation can be found at ;; Lilypond documentation can be found at
;; http://lilypond.org/manuals.html ;; http://lilypond.org/manuals.html
;;
;; This depends on epstopdf --- See http://www.ctan.org/pkg/epstopdf.
;;; Code: ;;; Code:
(require 'ob) (require 'ob)