]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ps/music-drawing-routines.ps: remove draw_beam.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 13 Jul 2005 14:40:53 +0000 (14:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 13 Jul 2005 14:40:53 +0000 (14:40 +0000)
* lily/lookup.cc (beam): use round_filled_polygon() for beam.

scm/output-socket.scm

index f55cf93bf9238500ad8be4ba60e8dc600c20e27c..17967425a16aa4874c81ac8055250653b636955a 100644 (file)
   (format "utf-8 \"~a\" \"~a\"" descr
 
          ;; don't want unescaped spaces.
-         (string-regexp-substitute " " "\\040" string)))
+         (string-regexp-substitute " " "\\040" 
+                                   (string-regexp-substitute "\"" "\\\"" string))
+         ))