Exporting fonts as outlines in SVG (was: \markup \sans ... does not always give sans-serif output in svgs in 2.19.36)

2016-02-13 Thread Urs Liska
Slightly OT but still related: would it be possible to (optionally) export text fonts as outlines in the SVG? As it is SVG is only properly displayed if the fonts are installed on the viewer's machine - something you can't expect when producing for web display (which should be a major target for th

Re: \markup \sans ... does not always give sans-serif output in svgs in 2.19.36

2016-02-13 Thread Paul Morris
Looking closer at the SVG files produced... In 2.18 we have this: some text And when I manually edit the 2.19 svg file so it has font-family="sans-serif” then that fixes it and the text appears as sans-serif. Elsewhere in the svg files I see that: 2.18 svg has: font-family="Century Sch

lilypond-invoke-editor not working on OSX

2016-02-13 Thread Daniel Hensel
lilypond-invoke-editor (GNU LilyPond) 2.18.2 Backtrace: In ice-9/boot-9.scm: 157: 16 [catch #t # ...] In unknown file: ?: 15 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 14 [call-with-prompt prompt0 ...] In ice-9/eval.scm: [...] ?: 10 [load-compiled/vm "/Users/*/.cache/guile/ccache/2.0-LE-8-

\markup \sans ... does not always give sans-serif output in svgs in 2.19.36

2016-02-13 Thread Paul Morris
\version “2.18.2" \markup \sans {"This is sans-serif in svg output everywhere I view it."} \version “2.19.36" \markup \sans {"This is _not_ sans-serif in svg output in firefox, chromium, or mac os preview."} However, strangely, the 2.19 svg does have sans-serif text in inkscape and the fresc

Re: Invalid SVG generation for filenames that have quotes embedded.

2016-02-13 Thread Richard Shann
On Thu, 2016-02-11 at 18:34 +0100, Simon Albrecht wrote: > Hello Richard, > > On 11.02.2016 15:51, Richard Shann wrote: > > It should escape them thus: > > I think you might just come up with a patch for review. In case you’re > not familiar with the proceedings: it’s not that complicated. Most