]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix convert-ly (missing parenthesis)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 23 Feb 2009 14:08:04 +0000 (15:08 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 23 Feb 2009 14:08:51 +0000 (15:08 +0100)
python/convertrules.py

index 190c74b2a61c892f2f23ec4cca86bc54bc8df760..1320ebc5001328a3c6ad613931aa41557e93df86 100644 (file)
@@ -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")