]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
Gets rid of repeat-slash stencil command
[lilypond.git] / scm / output-ps.scm
index aa3cce06ae56d9d2a9093e5e096bbf9bb4e0e564..7c8a6ed39474fa5560002fb71f3744d4bf614047 100644 (file)
             (- (/ (length points) 2) 1)
             blot-diameter))
 
-(define (repeat-slash width slope beam-thickness)
-  (define (euclidean-length x y)
-    (sqrt (+ (* x x) (* y y))))
-
-  (let ((x-width (euclidean-length beam-thickness (/ beam-thickness slope)))
-       (height (* width slope)))
-    (ly:format "~4l draw_repeat_slash"
-            (list x-width width height))))
-
-
 (define (round-filled-box left right bottom top blotdiam)
   (let* ((halfblot (/ blotdiam 2))
         (x (- halfblot left))