Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_21

Comment #8 on issue 4372 by [email protected]: convert-ly misses some bflat -> b-flat
https://code.google.com/p/lilypond/issues/detail?id=4372

Pushed to staging as
commit 73620b9029d04102a2e98d7dbd55c756b13e5512
Author: David Kastrup <[email protected]>
Date:   Sun May 10 16:03:42 2015 +0200

    Issue 4372: convert-ly misses some bflat -> b-flat

    In python/convert-rules.py, using '\b' for note name boundaries turns
    out to be too audacious since bflat4 is one word.  A proper solution
    would be to match the variable wordsyntax and let the match expression
    use a replacement function that triggers on the right words.  However,
    such a large number of matches would be expensive.  So instead we are
    using positive lookahead and lookbehind expressions to get reasonably
    good matches.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to