lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3929 in lilypond: ps2pdf produces ugly output if a


From: lilypond
Subject: [Lilypond-auto] Issue 3929 in lilypond: ps2pdf produces ugly output if a single glyph gets accessed with different glyph names
Date: Mon, 26 May 2014 14:23:31 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3929 by address@hidden: ps2pdf produces ugly output if a single glyph gets accessed with different glyph names
http://code.google.com/p/lilypond/issues/detail?id=3929

The ghostscript bug report

  http://bugs.ghostscript.com/show_bug.cgi?id=695259

discusses the lilypond output of the following input file:

  \version "2.19.4"

  <<
    \new Voice = "melody" \relative c' { a'8 e'4 }
    \new Lyrics \lyricsto "melody" { Ho -- son }
    \new Lyrics \lyricsto "melody" { Ὅ -- σον }
  >>

  \layout {
    \context {
      \Lyrics
      \override LyricText.font-name = #"Linux Libertine O"
    }
  }

In the PDF output, the first `o' glyph gets incorrectly displayed with a bitmap.

Since the ghostscript team won't fix this issue, we have to take care of that by ourselves...


Attachments:
        hoson.png  2.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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