bug-lilypond
[Top][All Lists]
Advanced

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

Re: Glyph U+2019 missing in small caps


From: Nicolas Sceaux
Subject: Re: Glyph U+2019 missing in small caps
Date: Fri, 7 Mar 2008 22:28:15 +0100


Le 7 mars 08 à 09:24, Thomas Scharkowski a écrit :

Windows XPSP2
This code produces the error message below:
--
\version "2.11.41"
\header {
        title = \markup \smallCaps {Peter´s Song}
        subtitle = \markup {correct: Peter´s Song}
}
{c'1}
--
--
Processing `C:/lilypondfiles/test/glyph.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
(lilypond.exe:2540): Pango-CRITICAL **: pango_coverage_get: assertion
`index >= 0' failed

The problem is that guile does not handle UTF-8 but 8-bit characters
only. \smallCaps uses guile functions to upper case a string.





reply via email to

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