Aaron Mehl <[EMAIL PROTECTED]> writes: > What we want to do is a python(?) script that will > keep track of lilypond syntax changes on a regular > basis. > > What is the best way to accomplish this? is the /ly > directory the place to monitor or is there a better > way.
I suppose you could monitor the convert-ly script in "scripts", but I think that the best way would be to monitor lily/parser.yy (using the output generated by bison -v). This thread may give you some ideas: http://thread.gmane.org/gmane.comp.gnu.lilypond.devel/7431 Cheers, Pedro Kröger _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
