]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-pdf.scm
* lily/my-lily-lexer.cc (My_lily_lexer): don't crash
[lilypond.git] / scm / output-pdf.scm
index eaaca5fa5b7adec407bf3fdd2d17dd5c774f0ba7..96153a63ccfd41263efa3cbb2c9940ecd45cd6d0 100644 (file)
                 (ly:number->string (+ depth height))
                 " re f "))
 
-(define (roundfilledbox breadth width depth height blotdiam)
+(define (round-filled-box breadth width depth height blotdiam)
   (let* ((rad (/ blotdiam 2))
         (h (- height rad))
         (d (- depth rad))
                 "f "))
 
 
-(define (roundfilledbox breadth width depth height blot) 
+(define (round-filled-box breadth width depth height blot) 
   (filledbox breadth width depth height))
 
 (define (font-def i s) "")