]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ascii-script.scm
*** empty log message ***
[lilypond.git] / scm / output-ascii-script.scm
index b955214ffb415c500c28d321ce9b33d0dbde6fe8..03375c89e46f61c6ac770630b8a3163c34b08cd4 100644 (file)
@@ -49,7 +49,7 @@
    ))
 
                                        ; simple flat slurs
-(define (bezier-bow l thick)
+(define (bezier-sandwich thick)
   (let (
        (c0 (cadddr l))
        (c1 (cadr l))
                (if (<= dy 1) "-" "="))
          (func "h-line" dx))))))
 
-(define (roundfilledbox breapth width depth height blot)
+(define (round-filled-box breapth width depth height blot)
   (filledbox breapth width depth height))
 
 (define (draw-line thick x1 y1 x2 y2)