From: Reinhold Kainhofer Date: Mon, 23 Feb 2009 14:08:04 +0000 (+0100) Subject: Fix convert-ly (missing parenthesis) X-Git-Tag: release/2.13.0-0~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=05f1bf04283c17cad4695145e8145670741a3260;p=lilypond.git Fix convert-ly (missing parenthesis) --- diff --git a/python/convertrules.py b/python/convertrules.py index 190c74b2a6..1320ebc500 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -2865,7 +2865,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")