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 13:30:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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

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

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

Thanks James, fixing the .scm file as indicated in your Stopwatch time in markup
post did the trick, so that the below now works fine. 

Regards

Tom 


%%%%%%%%
\version "2.12.1"

{
 \mark \markup { \rounded-box
    \small \concat { 4\char ##x2032 33 \char ##x2033  }
  } c'1 |

 
 \mark \markup { \rounded-box
         \small \concat { 4′33″ }
  } 
d'1

}
%%%%%%%%%











reply via email to

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