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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user