Updates:
        Status: Started
        Owner: [email protected]
        Labels: Patch-new

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

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.

http://codereview.appspot.com/233300043

--
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