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: David Bobroff
Subject: Re: how to add a utf-8 character to the title
Date: Sun, 19 Jul 2009 07:30:34 +0000
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

If you're using a UTF-8 aware editor it should be a simple matter to simply enter your accented 'e' in your input file and have it appear in the output. Is your editor UTF-8 aware/capable and are you saving the file as UTF-8?

-David

Brian Kidd wrote:
hello,

this seems like a simple thing, but i've been unable to find anything in the archives and the documentation.

basically, i'd like to add a title that contains an accented character (unicode = 00e9). outside of lilypond the title would be:
Sinte' Intro

i can create the variable
accentE = #(ly:export (ly:wide-char->utf-8 #x00e9))

and then i've tried

i've tried:
\header{
  title = "Sint" \accentE " Intro"
}

however, this doesn't work. how can i concatenate these strings and utf-8 character to have the correct title?

thanks,
-brian


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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