Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 3929 by [email protected]: 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