]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-pdftex.scm
* lily/my-lily-lexer.cc (My_lily_lexer): don't crash
[lilypond.git] / scm / output-pdftex.scm
index f89cda7c9d5814378b58a4322e0d9c5b5c68587a..1a325fc2c49007a913dfa3f6a12efbc165ebab1d 100644 (file)
                 (ly:number->string depth) "}{"
                 (ly:number->string height) "}"))
 
-(define (roundfilledbox x y width height blotdiam)
-  (embedded-pdf (list 'roundfilledbox  x y width height blotdiam)))
+(define (round-filled-box x y width height blotdiam)
+  (embedded-pdf (list 'round-filled-box  x y width height blotdiam)))
 
 (define (text s)
   (string-append "\\hbox{" (output-tex-string s) "}"))