lilypond-user
[Top][All Lists]
Advanced

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

Re: utf-8 characters


From: Tom Hall
Subject: Re: utf-8 characters
Date: Sat, 24 Jan 2009 11:26:31 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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)>












reply via email to

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