]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/pdf.scm
fix roundfilledbox definition
[lilypond.git] / scm / pdf.scm
index 684a986fbf1a220dbba3adccaa77ebba034d2df2..8c2f1722f7b439c8cc499342aa1713e814224714 100644 (file)
 ;;                  (ly-number->string (radius))
 ;;                  " ??? "))) ;; how to draw a circle in PDF?
 ;;
-;;(define (roundfilledbox x width y height blotdiam)
+;;(define (roundfilledbox x y width height blotdiam)
 ;;  (string-append " "
 ;;    (dot x y blotdiam)
 ;;    (dot (+ x width) y blotdiam)
 ;;
 ;; WORKAROUND:
 ;;
-(define (roundfilledbox breadth width depth height) 
+(define (roundfilledbox breadth width depth height blot
   (filledbox breadth width depth height))
 ;;