]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 1 Mar 2004 20:48:49 +0000 (20:48 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 1 Mar 2004 20:48:49 +0000 (20:48 +0000)
scm/output-ps.scm

index 96f02c12021785750d02ff34d2e175d4bf9c1f5f..84cbe3fe86b43fe79f9ce0ad0b3277c8f8ce0998 100644 (file)
          (let ((val (variable-ref var))
                (tex-key (symbol->string sym)))
            
-           (format (current-error-port) "SYM:~S\n" sym)
-           
            (if (memq sym fields)
                (header-to-file basename sym val))
            
 (define header-stencils '())
 
 (define output-port (current-error-port))
+
+;; just calling this from paper-score gives Stack overflow.
 (define (set-port p)
   (set! output-port p)
   "")
 (define (output-stencil port expr offset)
   (if (pair? expr)
       (let ((head (car expr)))
-       (format (current-error-port) "head: ~S\n" head)
-       (force-output (current-error-port))
        (cond
         ((ly:input-location? head)
          (display (apply define-origin (ly:input-location head)) port)