lilypond-user
[Top][All Lists]
Advanced

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

Re: utf-8 characters


From: James E. Bailey
Subject: Re: utf-8 characters
Date: Sat, 24 Jan 2009 12:36:29 +0100

Oh yeah, that's a problem. Apparently it's been fixed, it's just not in the distributed binary. There's a thread on the list that shows how to fix it.

Am 24.01.2009 um 12:26 schrieb Tom Hall:

James E. Bailey <derhindemith <at> googlemail.com> writes:

Hello James

I also get an error as follows when trying the code below:

Regards

Tom


error: syntax error, unexpected SCM_TOKEN
                         \concat { 4/char
                                          ##x2032 }

%%%%%%%%%%

{
        \mark \markup \rounded-box {
                \small {
                         \concat { 4/char ##x2032 }
                }
        } c'2
}

this would probaly be due to using a forward slash instead of a
backwards slash in front of char

yes, careless typo, however the below also gives an error

Regards

Tom


{
        \mark \markup \rounded-box {
                \small {
                         \concat { 4\char ##x2032 }
                }
        } c'2
}

error:

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

...

Wrong number of arguments to #<procedure font-file-as-ps-string (name file-name
font-index)>










_______________________________________________
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]