]> git.donarmstrong.com Git - lilypond.git/commitdiff
(grob-cause): replace backslashes by /
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 2 Mar 2006 15:38:57 +0000 (15:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 2 Mar 2006 15:38:57 +0000 (15:38 +0000)
(glyph-string): use ~$ for less decimals for glyph-string and grob-cause.

ChangeLog
scm/output-ps.scm

index 33525972932323dd2f601680c7fa1b276783aaf3..7c59e3d9e4dc212ca78864ab1cf10cb44491939d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/output-ps.scm (grob-cause): replace backslashes by /
+       (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
 
 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
 
index efc5ad3ca3b35b7270400c5c836b2fb1ea4cf5a2..91c4dc55d67c396603649464843bde2c8cf1c203 100644 (file)
                       (g (cadddr item))
                       (prefix (if  (string? g) "/" "")))
 
-                   (format #f " gsave ~a~a glyphshow grestore ~a ~a rmoveto \n" prefix g (+ w x) y)
+                   (format #f " gsave ~a~a glyphshow grestore ~$ ~$ rmoveto \n" prefix g (+ w x) y)
                    ))
                w-x-y-named-glyphs))))
 
 
          (if (and (< 0 (interval-length x-ext))
                   (< 0 (interval-length y-ext)))
-             (format "~a ~a ~a ~a (textedit://~a:~a:~a:~a) mark_URI\n"
+             (format "~$ ~$ ~$ ~$ (textedit://~a:~a:~a:~a) mark_URI\n"
                      (ly:number->string (+ (car offset) (car x-ext)))
                      (ly:number->string (+ (cdr offset) (car y-ext)))
                      (ly:number->string (+ (car offset) (cdr x-ext)))