lilypond-devel
[Top][All Lists]
Advanced

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

Re: Chord names clean-up; no more Banter, exceptionsPartial or \powerCho


From: dak
Subject: Re: Chord names clean-up; no more Banter, exceptionsPartial or \powerChords. (issue 363880043 by address@hidden)
Date: Tue, 07 Jan 2020 14:06:51 -0800


https://codereview.appspot.com/363880043/diff/80001/python/convertrules.py
File python/convertrules.py (right):

https://codereview.appspot.com/363880043/diff/80001/python/convertrules.py#newcode3980
python/convertrules.py:3980: if re.search
(r"#[banter|jazz]-chord-names", str):
I have no idea what this regexp is actually supposed to be/do.  But it
needs to get fixed.  Any idea what this should be instead?

As it is, it matches a # followed by one of the letters abejntrz| and
then -chord-names .  This is very likely not what is intended here.

https://codereview.appspot.com/363880043/



reply via email to

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