>>>>> "Laurent" == Laurent Martelli <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]              http://www.placenet.org/~laurent


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to