소스 검색

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)