]> git.donarmstrong.com Git - lilypond.git/commitdiff
SVG backend: fix indentation.
authorPatrick McCarty <pnorcks@gmail.com>
Wed, 21 Jul 2010 16:02:01 +0000 (09:02 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 26 Jul 2010 04:36:55 +0000 (21:36 -0700)
scm/output-svg.scm

index 654c3a36a1c9d4514c3959b3b1404ce0efe2be9f..3a82c6f81507750df8fe9a639919acf19bcd2062 100644 (file)
   (let ((escaped-string (string-regexp-substitute
                          "<" "&lt;"
                          (string-regexp-substitute "&" "&amp;" string))))
-  (dispatch `(fontify ,pango-font-description
-                     ,(entity 'tspan escaped-string)))))
+    (dispatch `(fontify ,pango-font-description
+                       ,(entity 'tspan escaped-string)))))