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


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

Reply via email to