From: Francisco Vila <francisco.vila@hispalinux.es> Date: Fri, 20 Jan 2012 16:36:15 +0000 (+0100) Subject: Typo fix by Stefan Weil. X-Git-Tag: release/2.15.27-1~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=07151eff65ccabe7edf48163350af8a690f89f4d;p=lilypond.git Typo fix by Stefan Weil. --- diff --git a/python/convertrules.py b/python/convertrules.py index 32cb5a5024..b7d845f765 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -392,7 +392,7 @@ def conv (str): return str -@rule ((1, 3, 93), _ ('change property definiton case (eg. onevoice -> oneVoice)')) +@rule ((1, 3, 93), _ ('change property definition case (eg. onevoice -> oneVoice)')) def conv (str): # Ugh, but meaning of \stemup changed too # maybe we should do \stemup -> \stemUp\slurUp\tieUp ?