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

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

Reply via email to