Explorar o código

Fix commit eab0cd

Thanks to Florian for spotting this...
Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
d6c3bd9c42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)