]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-pdftex.scm
Do header and footer.
[lilypond.git] / scm / output-pdftex.scm
index ad3e3469b51aa859c0ab7cc3daae63f22139dda9..68425da5c692ea07289a283081ff79c4c3d027de 100644 (file)
   (string-append 
    "\n\\" s "{" (inexact->string i 10) "}" ))
 
-;;
-;; need to do something to make this really safe.
-;;
+;; FIXME: explain ploblem: need to do something to make this really safe.  
 (define (output-tex-string s)
-  (if security-paranoia
+  (if safe-mode?
       (regexp-substitute/global #f "\\\\" s 'pre "$\\backslash$" 'post)
       s))