On 2010/12/21 22:34:23, Valentin Villenave wrote:

Done (new patch). However, I can't really understand how this
condition could
ever be false. What kind of input could trigger the parser rule
without actually
containing a proper direction?

script_dir:
        '_'     { $$ = DOWN; }
        | '^'   { $$ = UP; }
        | '-'   { $$ = CENTER; }
        ;

CENTER = 0, so is always false.

Cheers,
Neil


http://codereview.appspot.com/3743043/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to