]> git.donarmstrong.com Git - lilypond.git/commit - mf/GNUmakefile
Experimental support for woff fonts in svg.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 31 May 2010 15:13:55 +0000 (17:13 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 24 Jun 2010 14:04:54 +0000 (16:04 +0200)
commit378016b5fa0b07d5585bad89e0151fec16b7886a
tree9669331ab3f75a779e004dfe994a245119931bdc
parent93670003f93fa4504097f525ab05bf79df9215b8
Experimental support for woff fonts in svg.

WOFF files are a new w3c font standard esp. for embedding in
web pages and svg and allow being downloaded on the fly, see

   http://en.wikipedia.org/wiki/Web_Open_Font_Format
   http://www.w3.org/Submission/WOFF/

Use

    out/bin/lilypond -d backend=svg example-1.ly
    out/bin/lilypond -d backend=svg -d svg-woff --output=woff example-1.ly
    cp example-1.svg woff.svg mf/out/emmentaler-20.woff /var/www/woff

and use firefox 3.6 or later to browse http://localhost/woff
(chromium-browser 5.0.375 does not have it yet, but it should be there
 shortly, see http://code.google.com/p/chromium/issues/detail?id=25543 )

Or see the current results at

   http://lilypond.org/people/janneke/woff/
configure.in
mf/GNUmakefile
mf/emmentaler-brace.pe.in
scm/framework-svg.scm
scm/lily.scm
scm/output-svg.scm
scripts/build/gen-emmentaler-scripts.py