lilypond-devel
[Top][All Lists]
Advanced

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

Re: [Patch] make post-event music functions direction-aware (issue374304


From: n . puttock
Subject: Re: [Patch] make post-event music functions direction-aware (issue3743043)
Date: Tue, 21 Dec 2010 22:45:53 +0000

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/



reply via email to

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