]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
use -dbackend=eps iso. --backend=eps for setting backend.
[lilypond.git] / scm / lily.scm
index 893cc59243f8b7ef45819aa78465878f2bf64b19..b366507f5d1a05e909d7772a89795f80dc45135c 100644 (file)
@@ -28,6 +28,7 @@
     ;; - [subject-]-verb-object-object
 
     (anti-alias-factor 1 "render at higher resolution and scale down result\nto prevent jaggies in PNG")
+    (backend ps "which backend to use by default; Options: eps, ps [default], scm, svg, tex, texstr)")
     (check-internal-types #f "check every property assignment for types")
     (clip-systems #f "Generate cut-out snippets of a score")
     (debug-gc #f "dump memory debugging statistics")
@@ -137,7 +138,7 @@ on errors, and print a stack trace.")
     (coverage:enable))
 
 (define-public tex-backend?
-  (member (ly:output-backend) '("texstr" "tex")))
+  (member (ly:get-option 'backend) '(texstr tex)))
 
 (define-public parser #f)