lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4372 in lilypond: convert-ly misses some bflat


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4372 in lilypond: convert-ly misses some bflat -> b-flat
Date: Sun, 10 May 2015 14:10:51 +0000

Updates:
        Status: Started
        Owner: address@hidden
        Labels: Patch-new

Comment #2 on issue 4372 by address@hidden: 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

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