]> git.donarmstrong.com Git - lilypond.git/commit
Add -dmusic-strings-to-paths and enable for SVG backend.
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 10 Jan 2010 03:25:34 +0000 (19:25 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 10 Jan 2010 19:51:22 +0000 (11:51 -0800)
commit3946ec28c96dfea91fb95946b340706c341e5169
tree6192fa0d61e5bac81bd8a2d5006f5123c32a7fa6
parent771755fa18b84ed170f57b4599ab22b68b8d4e19
Add -dmusic-strings-to-paths and enable for SVG backend.

* Using a -dmusic-strings-to-paths option generalizes the check
  (lily/pango-font.cc) to see if the "utf-8-string" stencil
  expression should be used for a backend.

* Enable the new option only if it's found in a list of supported
  backends (scm/lily.scm).  Currently, only the SVG backend
  supports this.  In the future, more backends might support this
  option.

* Update comments.
lily/pango-font.cc
lily/program-option-scheme.cc
lily/text-interface.cc
scm/lily.scm