On Fri, Aug 8, 2008 at 8:57 PM, Neil Puttock <[EMAIL PROTECTED]> wrote:
\> Changing line 827 from
>
> else if ((handle = scm_hashq_get_handle (chordmodifier_tab_, sym)) !=
> SCM_BOOL_F)
>
> to
>
> else if ((YYSTATE == chords)
>                      && (handle = scm_hashq_get_handle (chordmodifier_tab_,
> sym)) != SCM_BOOL_F)
>
> prevents it from returning an erroneous match in notemode so it can
> return a string instead.

fix looks good. Can you write a regtest, fix and commit?

-- 
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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

Reply via email to