فهرست منبع

Fix commit eab0cd

Thanks to Florian for spotting this...
Bastien Guerry 12 سال پیش
والد
کامیت
d6c3bd9c42
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/ob-lilypond.el

+ 1 - 1
lisp/ob-lilypond.el

@@ -154,7 +154,7 @@ specific arguments to =org-babel-tangle="
       "-dinclude-eps-fonts "
       (cond (ly-gen-png  "--png ")
 	    (ly-gen-pdf  "--pdf ")
-	    (ly-gen-eps  "--ps ")
+	    (ly-use-eps  "--ps ")
 	    (t "--png "))
       "--output="
       (file-name-sans-extension out-file)