gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: Identifier should have alphabetic characters only


From: Laurent Martelli
Subject: Re: Identifier should have alphabetic characters only
Date: 22 Apr 2001 01:11:31 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Laurent" == Laurent Martelli <address@hidden> writes:

  Laurent> I've just compiled 1.3.149, and now it says : defs.ly:6:19:
  Laurent> erreur: Identifier should have alphabetic characters only:
  Laurent> f0 = #'(finger "0")

For those who are also annoyed by this, in lily/parser.yy, at line 60,
change 

        v = v && isalpha (*s);

with

        v = v && isalnum (*s);


-- 
Laurent Martelli
address@hidden              http://www.placenet.org/~laurent




reply via email to

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