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 <[email protected]>
To:     Werner LEMBERG <[email protected]>
CC:     [email protected], [email protected]



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 }
}




_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to