From: Reinhold Kainhofer Date: Mon, 23 Feb 2009 14:08:04 +0000 (+0100) Subject: Fix convert-ly (missing parenthesis) X-Git-Tag: release/2.12.3-1~122 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c530d48233818ee73ab195176db56da59396e7d9;p=lilypond.git Fix convert-ly (missing parenthesis) (cherry picked from commit 5cf9caba803846bc2cc1f5b8e75dadecc81d996a) --- diff --git a/python/convertrules.py b/python/convertrules.py index 0dc0248719..0da37c1c58 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -2871,7 +2871,7 @@ chord-shape call.\n")) return str @rule ((2,12,3), - _ ("Remove oldaddlyrics") + _ ("Remove oldaddlyrics")) def conv(str): if re.search(r'\\oldaddlyrics', str): stderr_write ("\n")