From: Patrick McCarty Date: Wed, 15 Jul 2009 02:26:34 +0000 (-0700) Subject: SVG output nitpick: use well-formed SGML comments X-Git-Tag: release/2.13.4-1~337 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=03cdccf71af8bed6bc9aaf2ef5118d251c99d124;p=lilypond.git SVG output nitpick: use well-formed SGML comments --- diff --git a/scm/output-svg.scm b/scm/output-svg.scm index bc27ed6d7a..784003458d 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -252,7 +252,7 @@ `(fontify ,font ,(entity 'tspan (char->entity (integer->char i)))))) (define-public (comment s) - (string-append "\n")) + (string-append "\n")) (define (draw-line thick x1 y1 x2 y2 . alist)