]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
* lily/lookup.cc (filled_box): express filled_box with
[lilypond.git] / scm / output-tex.scm
index baee6e7f2d68f40939ddb56929198e438e3b0500..690ed6d2d9b08a07b798a5f8499345535da72214 100644 (file)
@@ -33,7 +33,6 @@
            repeat-slash
            placebox
            bezier-sandwich
-           filledbox
            round-filled-box
            text
            setcolor
 (define (bezier-sandwich lst thick)
   (embedded-ps (list 'bezier-sandwich `(quote ,lst) thick)))
 
-(define (filledbox breapth width depth height)
-  (if (and #f (defined? 'ps-testing))
-      (embedded-ps
-       (string-append (ly:numbers->string (list breapth width depth height))
-                     " draw_box" ))
-      (string-append "\\lyvrule{"
-                    (ly:number->string (- breapth)) "}{"
-                    (ly:number->string (+ breapth width)) "}{"
-                    (ly:number->string depth) "}{"
-                    (ly:number->string height) "}")))
 
 (define (round-filled-box x y width height blotdiam)
   (embedded-ps (list 'round-filled-box  x y width height blotdiam)))