lilypond-user
[Top][All Lists]
Advanced

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

Re: Snippet: Tie does not appear


From: Keith OHara
Subject: Re: Snippet: Tie does not appear
Date: Tue, 21 Jun 2011 21:38:41 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Carl Sorensen <c_sorensen <at> byu.edu> writes:

> > On 11-06-20 09:30 PM, James Harkins wrote:
> >> (Side note: on my Ubuntu machine, lilypond 2.14.1 choked on the 
> >> non-breaking
> >> spaces copied over from the HTML-formatted e-mail.

> I have the same problem on OSX.  Some of the lines have A0 instead of 20 at
> the beginning; LilyPond chokes on them.
> 
> I've learned to just run a conversion in vim, but it's a pain.
> 

I'm thinking of telling lexer.ll that non-breaking space is white-space :
  WHITE           ([ \n\t\f\r]|\302\240)
(untested). The \302\240 is supposed to be the utf8 encoding for U-00A0, but I 
don't know for sure if that is what LilyPond receives in the toublesome 
situations.





reply via email to

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