lilypond-user
[Top][All Lists]
Advanced

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

Re: how to add a utf-8 character to the title


From: Brian Kidd
Subject: Re: how to add a utf-8 character to the title
Date: Sun, 19 Jul 2009 09:02:21 -0700

thanks to all who suggested using the short way. unfortunately, my system does not seem to be configured for this easy solution. when i run lilypond on the simple file below, i get the following error and the title is SintIntro instead of Sinté Intro. i'm happy using the long way, but would be interested in knowing how to fix the problem with the short way.

thanks,
-brian

example_title.ly
%% simple lilypond example file
\version "2.12.2"

\header{
    title = "Sinté Intro"
    tagline = ##f
}

\paper{
    #(set-paper-size "letter")
    line-width      = 7.0\in
}

\markup{ \null }
%% EOF


lilypond example_title.ly

GNU LilyPond 2.12.2
Processing `example_title.ly'
Parsing...
(process:14331): Pango-WARNING **: Error loading GDEF table 28333

(process:14331): Pango-WARNING **: Error loading GSUB table 28333

(process:14331): Pango-WARNING **: Error loading GPOS table 28333

(process:14331): Pango-WARNING **: Error loading GDEF table 28333

(process:14331): Pango-WARNING **: Error loading GSUB table 28333

(process:14331): Pango-WARNING **: Error loading GPOS table 28333

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+FFFFFFFF, file /Applications/LilyPond.app/Contents/ Resources/share/lilypond/current/fonts/otf/CenturySchL-Bold.otf
continuing, cross fingers
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `example_title.ps'...
Converting to `./example_title.pdf'...





On Jul 19, 2009, at 2:29 AM, Francisco Vila wrote:

2009/7/19 Brian Kidd <address@hidden>:
the long way worked. thanks!

Use the short way, it's much shorter and comfortable e.g. for lyrics
--
Francisco Vila. Badajoz (Spain)
www.paconet.org





reply via email to

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