bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SVG output does not match png output (wrong fonts?)


From: René
Subject: SVG output does not match png output (wrong fonts?)
Date: Sun, 6 May 2007 12:32:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

1) Produce SVG file: lilypond -bsvg error.ly    
2) Compare to PNG: lilypond -fpng error.ly

3) dep lilypond
media-sound/lilypond-2.10.20:
                    =sys-devel/automake-1.10* sys-devel/automake-1.10
    ||              >=app-text/ghostscript-gpl-8.15 
app-text/ghostscript-gpl-8.54
                    >=app-text/mftrace-1.1.19 app-text/mftrace-1.2.9
                    >=dev-lang/python-2.4    dev-lang/python-2.4.3-r4
                    >=dev-scheme/guile-1.8.1 dev-scheme/guile-1.8.1-r3
                    >=media-gfx/fontforge-20060125 
media-gfx/fontforge-20060703-r1
                    >=media-libs/freetype-2  media-libs/freetype-2.1.10-r3
                    >=sys-apps/texinfo-4.8   sys-apps/texinfo-4.8-r5
                    >=sys-devel/autoconf-2.59 sys-devel/autoconf-2.61
                    >=sys-devel/bison-2.0    sys-devel/bison-2.2
    gtk?            >=x11-libs/gtk+-2.4      x11-libs/gtk+-2.10.9
                    >=x11-libs/pango-1.12.3  x11-libs/pango-1.14.10
                    media-libs/fontconfig    media-libs/fontconfig-2.4.2
                    sys-devel/gettext        sys-devel/gettext-0.16.1
                    sys-devel/libtool        sys-devel/libtool-1.5.22
                    virtual/tetex            app-text/tetex-3.0_p1-r3

Is there a problem with used gs? PDF-output does not work anyway (Error:
/invalidfont in --glyphshow--). So I hoped at least SVG output renders 
correctly.

René

-------------

% Created on Sun May 06 13:52:29 CEST 2007
\version "2.10.0"

\header {title = "Wrong SVG fonts"}

staffTenorSaxophone = \new Staff  {
        \time 4/4
        \set Staff.instrumentName="Tenor Saxophone"
        \set Staff.midiInstrument="tenor sax"
        \transposition ees,,
        \key c \major
        \clef bass
        \relative c' {  
 % Type notes here 
c4 d8 e f4 g
        \bar "|."
        }
}

\score {
        <<
                \staffTenorSaxophone
        >>
        
        \layout  {
        }
}

\paper {
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]