]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove debugging gobs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Dec 2006 14:12:47 +0000 (15:12 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Dec 2006 14:12:47 +0000 (15:12 +0100)
scm/output-lib.scm

index f15fb8ca257f3e9c8892293ff71c2078fa41f712..37f965d94ff7e877827df9520987c04778ae4d52 100644 (file)
@@ -422,8 +422,6 @@ centered, X==1 is at the right, X == -1 is at the left."
                            (interval-end (ly:grob-robust-relative-extent dots common X))
                            -10000) ;; TODO: use real infinity constant.
                        )))
-       (x (display (grob::has-interface left-span 'note-head-interface)))
-
        (right-x (- (interval-start
                    (ly:grob-robust-relative-extent right-span common X))
                   padding))
@@ -439,10 +437,8 @@ centered, X==1 is at the right, X == -1 is at the left."
                     0
                     ,dx ,(* 0.66 delta-y)
                     ,dx ,delta-y
-                    ))))
-       )
+                    )))))
 
-    (display left-span)
     (ly:make-stencil
      exp
      (cons (- left-x self-x) (- right-x self-x))