bug-lilypond
[Top][All Lists]
Advanced

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

Re: Chordmode breaks in 2.10 and 2.11


From: Mats Bengtsson
Subject: Re: Chordmode breaks in 2.10 and 2.11
Date: Mon, 19 Feb 2007 12:53:16 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

I looked at the .ps file that Brett sent me, and couldn't notice anything strange
there. The problems seems somehow to be related to the Verdana TrueType
font that's used for the chord names, but I don't understand why your Ghostscript (which should be the one included in the LilyPond distribution) fails to handle it.
Over here, there are no problems to convert your PS file to PDF.

  /Mats

Brett Duncan wrote:
Graham Percival wrote:
I don't know exactly what the deal is, but I've heard that lilypond .ps files (perhaps only since 2.10?) use some features of postscript that only very recent ghostscript versions can handle. The ghostscript that's built into Preview is too old. That's why we distribute ghostscript as part of the OSX app.
That makes sense.


So is the problem ghostscript or the sans serif font being used? And exactly which font is it, anyway?

I don't know... sorry, I've lost track of where this bug is at. Could you send me (or re-send if you have already) a minimal example of this problem? Hopefully I can get the same bug and then add it to the tracker.
Sure - this breaks on my mac:

%%%%%%%%%%%%%%
\version "2.11.18"

\header { title = "Broken chords" }

\score {
   <<
       \new ChordNames { \chordmode {  f1 } }
       \relative c' { c1 }
   >>
\layout{}
}
%%%%%%%%%%%%%%

but if I add \override ChordName #'font-family = #'roman after \chordmode, it's fine.

Brett





_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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