]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-pdf.scm
add TODO comment.
[lilypond.git] / scm / output-pdf.scm
index 898c996b2c39317bfc9d90de0159af8a294fb329..eaaca5fa5b7adec407bf3fdd2d17dd5c774f0ba7 100644 (file)
 
 (define (placebox x y s) "")
 
-(define (bezier-bow l thick)
-  (bezier-sandwich l thick))
-
 (define (bezier-sandwich l thick)
   (string-append (setlinewidth thick)
                 (moveto-pair (list-ref l 7))