]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
*** empty log message ***
[lilypond.git] / scm / output-ps.scm
index bd5a5df1f21a9466fd82e2f2e3aa586904d4a88b..bf42f7e22c17e6e50e460ecb29dda9f788d47c79 100644 (file)
   (string-append
    "%!PS-Adobe-3.0\n"
    "%%Creator: " creator generate "\n"))
-
 (define (header-end)
   (string-append
    ;; URG: now we can't use scm output without Lily
    "{ exch pop //systemdict /run get exec } "
    ;; ps-testing wreaks havoc when used with lilypond-book.
    ;;  -- is this still true with new modules system?
-   ;;   (if (defined? 'ps-testing) "\n /testing true def" "")
-   ;;   "\n /testing true def"
+;;   (if (defined? 'ps-testing) "\n /testing true def" "")
+  ;   "\n /testing true def"
    ))
 
 (define (lily-def key val)