]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
Fix 541.
[lilypond.git] / scm / output-ps.scm
index 6b2e3cff6bc9e98c8ce6f942599a44bced56ea89..b2c047a6517656f7d0726c5b651bccf45fbb57f2 100644 (file)
 
   (define (glyph-spec w x y g)
     (let ((prefix (if (string? g) "/" "")))
-      (ly:format "~4f ~4f ~a~a"
-                (+ w x)  y
+      (ly:format "~4f ~4f ~4f ~a~a"
+                w x y
                 prefix g)))
   
   (ly:format