]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
Gets rid of bezier-sandwich stencil
[lilypond.git] / scm / output-ps.scm
index 8c8e853567f4851cae95d8a3da82c798813562a6..aa3cce06ae56d9d2a9093e5e096bbf9bb4e0e564 100644 (file)
 ;;; Lily output interface, PostScript implementation --- cleanup and docme
 ;;;
 
-;; two beziers
-(define (bezier-sandwich lst thick)
-  (ly:format "~l ~4f draw_bezier_sandwich"
-            (map number-pair->string4 lst)
-         thick))
-
 (define (char font i)
   (ly:format "~a (\\~a) show"
    (ps-font-command font)