ob-lilypond.el (ly-process-basic): Rely on ly-gen-png/pdf/eps to set the output type

* ob-lilypond.el (ly-process-basic): Rely on
ly-gen-png/pdf/eps to set the output type.

Thanks to Florian Beck for reporting this.
This commit is contained in:
Bastien Guerry 2013-01-26 12:00:37 +01:00
parent 751e4e4202
commit eab0cd025c

View file

@ -152,7 +152,10 @@ specific arguments to =org-babel-tangle="
" -dbackend=eps "
"-dno-gs-load-fonts "
"-dinclude-eps-fonts "
"--png "
(cond (ly-gen-png "--png ")
(ly-gen-pdf "--pdf ")
(ly-gen-eps "--ps ")
(t "--png "))
"--output="
(file-name-sans-extension out-file)
" "