From 057f4e63c8ec7a561e0b485a81072e72abcf799d Mon Sep 17 00:00:00 2001 From: hanwen Date: Wed, 13 Jul 2005 14:40:53 +0000 Subject: [PATCH] * ps/music-drawing-routines.ps: remove draw_beam. * lily/lookup.cc (beam): use round_filled_polygon() for beam. --- scm/output-socket.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scm/output-socket.scm b/scm/output-socket.scm index f55cf93bf9..17967425a1 100644 --- a/scm/output-socket.scm +++ b/scm/output-socket.scm @@ -102,5 +102,7 @@ (format "utf-8 \"~a\" \"~a\"" descr ;; don't want unescaped spaces. - (string-regexp-substitute " " "\\040" string))) + (string-regexp-substitute " " "\\040" + (string-regexp-substitute "\"" "\\\"" string)) + )) -- 2.39.5