]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / output-tex.scm
index 5c2e0f74f4a502f821023544521121768eb1d153..9068f5b9373df6a743c9aa37b707a91223d8c098 100644 (file)
 (define (number->dim x)
   (string-append
    ;;ugh ly:* in backend needs compatibility func for standalone output
-   (ly:number->string x) " \\outputscale "))
+   (ly:number->string x) " \\output-scale "))
 
 (define (placebox x y s) 
   (string-append
 (define (resetcolor)
   (string-append "\\color[rgb]{0,0,0}\n"))
 
-(define (polygon points blotdiameter fill)
-  (embedded-ps (list 'polygon `(quote ,points) blotdiameter fill)))
+(define (polygon points blot-diameter fill)
+  (embedded-ps (list 'polygon `(quote ,points) blot-diameter fill)))
 
 (define (draw-line thick fx fy tx ty)
   (embedded-ps (list 'draw-line thick fx fy tx ty)))