lilypond-user
[Top][All Lists]
Advanced

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

utf-8 and lilypond 2.10.5


From: Neuro
Subject: utf-8 and lilypond 2.10.5
Date: Sun, 31 Dec 2006 21:16:19 -0800

Dear list,


Another question about utf-8.


When I put a file with utf-8 (tradition Chinese) code (filename say utf-8.ly) for lilypond, it says:

[user  path/dir]$ lilypond utf-8.ly
GNU LilyPond 2.10.5
Processing `utf-8.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+1000543E, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10009EE8, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10006240, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10005B97, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10004E09, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10006C11, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10004E3B, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10007FA9, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
Layout output to `utf-8.ps'...
Converting to `utf-8.pdf'...
address@hidden ~/www/lilypond/test]$ lilypond utf-8.ly
GNU LilyPond 2.10.5
Processing `utf-8.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+1000543E, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10009EE8, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10006240, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10005B97, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10004E09, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10006C11, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10004E3B, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
programming error: FT_Get_Glyph_Name returns error
continuing, cross fingers
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+10007FA9, file /usr/local/lilypond/usr/share/lilypond/current/fonts/otf//CenturySchL-Roma.otf
continuing, cross fingers
Layout output to `utf-8.ps'...
Converting to `utf-8.pdf'...
[user  path/dir]$

It results in good music staff, but without lyrics ( or without the utf-8 code words.)
Any idea how to improve this?


btw, this particular utf-8.ly is like this, if you are interested,
( And this file is indeed coded in ut-8. )

\version "2.10.5"
\header {}
chinese = \lyricmode { 三民主義 吾黨所宗 }
{
\key c \major
\time 4/4 \partial 8  c'4 c'2. e'4 e'2. g'4 g'2. e'4 d'2.
}
\addlyrics { \chinese }



Thank you very much
and
Happy New Year ^_^



Neuro




reply via email to

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