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 11:55:12 +0100

Am 24.01.2009 um 11:44 schrieb Tom Hall:

James E. Bailey <derhindemith <at> googlemail.com> writes:
{
        \mark \markup \rounded-box {
                \small {
                        4′33″
                }
        } c'2
}

Hmm, trying the code directly above, gives me the following error (3 times)

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

I get the same errors, but the output pdf looks exactly as expected

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



reply via email to

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