Mats Bengtsson | 2 Dec 14:48
Favicon

Re: Not expected noteheads in .svg

You have to tell your SVG program where to find the LilyPond fonts. 
Search the mailing list archives for information.

    /Mats

Quoting Lucas Bracher <lucasbracher <at> yahoo.com>:

> Hi there!
> I'm using lilypond 2.10.33 in a Ubuntu 8.04 box, and when I 
> transformed the .ly
> to .pdf, it was ok, but when I tried to transform to .svg, the 
> noteheads changed
> to ideograms (japanese or chinese, I don't know), and the fingering and music
> score disappeared. Could you help me?
> The lilypond --backend=svg -V popper.ly 2&> output.txt command result is at
> http://rafb.net/p/qM94gX86.html .
>
>
> Thank you so much!
>
> Lucas Bracher.
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
(Continue reading)

Valentin Villenave | 2 Dec 14:56

Re: Not expected noteheads in .svg

2008/12/2 Mats Bengtsson <mats.bengtsson <at> ee.kth.se>:
> You have to tell your SVG program where to find the LilyPond fonts. Search
> the mailing list archives for information.

... Or the LSR:
http://lsr.dsi.unimi.it/LSR/Item?id=334

Cheers,
Valentin
Mats Bengtsson | 2 Dec 22:09
Favicon

Re: Not expected noteheads in .svg


Valentin Villenave wrote:
> 2008/12/2 Mats Bengtsson <mats.bengtsson <at> ee.kth.se>:
>   
>> You have to tell your SVG program where to find the LilyPond fonts. Search
>> the mailing list archives for information.
>>     
>
> ... Or the LSR:
> http://lsr.dsi.unimi.it/LSR/Item?id=334
>
>   
In my eyes, this looks like workarounds for bugs that should
be so simple to fix that it's embarrassing if the problem still
remains in a release candidate for 2.12!

   /Mats
Graham Percival | 3 Dec 01:49

Re: Not expected noteheads in .svg

On Tue, Dec 02, 2008 at 10:09:04PM +0100, Mats Bengtsson wrote:
>
>
> Valentin Villenave wrote:
>> 2008/12/2 Mats Bengtsson <mats.bengtsson <at> ee.kth.se>:

>> http://lsr.dsi.unimi.it/LSR/Item?id=334
>>
> In my eyes, this looks like workarounds for bugs that should
> be so simple to fix that it's embarrassing if the problem still
> remains in a release candidate for 2.12!

Patches/commits appreciated.  Last I heard, nobody was at all
interested in touching the svg output.

Cheers,
- Graham
Werner LEMBERG | 3 Dec 07:25

Re: Not expected noteheads in .svg


> > Valentin Villenave wrote:
> >> 2008/12/2 Mats Bengtsson <mats.bengtsson <at> ee.kth.se>:
> 
> >> http://lsr.dsi.unimi.it/LSR/Item?id=334
> >>
> > In my eyes, this looks like workarounds for bugs that should
> > be so simple to fix that it's embarrassing if the problem still
> > remains in a release candidate for 2.12!
> 
> Patches/commits appreciated.  Last I heard, nobody was at all
> interested in touching the svg output.

AFAIK, those fixes are no longer necessary.  It is sufficient to add
the proper fonts to `.fonts' (normally, this means the Emmentaler OTF,
Aybabtu OTF, and the feta-alphabet PFB fonts).

Tested very superficially with Inkscape 0.45.1 a few days ago.

    Werner
Werner LEMBERG | 3 Dec 07:35

Re: Not expected noteheads in .svg


> AFAIK, those fixes are no longer necessary.  It is sufficient to add
> the proper fonts to `.fonts' (normally, this means the Emmentaler
> OTF, Aybabtu OTF, and the feta-alphabet PFB fonts).

You still have to convert the glyphs to paths, however.  Note that I
don't have a real idea how SVG works. :-)

    Werner

Gmane