bug-lilypond
[Top][All Lists]
Advanced

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

Bad unicode char value in error message


From: Nick Payne
Subject: Bad unicode char value in error message
Date: Wed, 10 Oct 2012 12:53:38 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

See below. Trying to use the unicode character value for a two-em dash
gives an error message where the char value has been incremented by
0x10000000:

%======================
\version "2.17.0"

\relative c' {
  c1^\markup { \char ##x2E3A }
}
%======================


Processing `/home/nick/lilypond/examples/test.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
programming error: FT_Get_Glyph_Name () error: invalid argument
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10002E3A, file /home/nick/.fonts/CenturySchL-Roma.otf
continuing, cross fingers

-------- Original Message --------
Subject:        Re: Glissando between single notes in chord
Date:   Mon, 08 Oct 2012 16:53:52 +1100
From:   Nick Payne <address@hidden>
To:     Werner LEMBERG <address@hidden>
CC:     address@hidden, address@hidden



On 08/10/12 15:16, Werner LEMBERG wrote:
>> programming error: Glyph has no name, but font supports glyph naming.
>> Skipping glyph U+10002E3A, file
>> /usr/local/lilypond/usr/share/lilypond/current/fonts/otf/emmentaler-18.otf
> Uh, oh, this is a nonsense error message.  There *never* exists
> U+10002E3A, since this is outside of the valid Unicode range.
>
> Can you prepare a minimum example which delivers this error?

This gives an error message with the identical glyph number of U+10002E3A:

\version "2.17.0"

\relative c' {
  c1^\markup { \char ##x2E3A }
}






reply via email to

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