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.
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond