From: Reinhold Kainhofer Date: Tue, 24 Jun 2008 20:21:37 +0000 (+0200) Subject: Fix version number for conversion rule. X-Git-Tag: release/2.11.50-1~20^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbe14fe3d11ee438ee7d335facfead8fa24f1c4f;p=lilypond.git Fix version number for conversion rule. I developed this feature before 2.11.49 was out, but merged it only afterwards, so the conversion rule should use 2.11.50 --- diff --git a/python/convertrules.py b/python/convertrules.py index 6cddc6debc..28577d9140 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -3064,4 +3064,4 @@ def conv (str): "\t(format-metronome-markup text dur count context)\n") return str -conversions.append (((2, 11, 49), conv, """metronomeMarkFormatter uses text markup as second argument""")) \ No newline at end of file +conversions.append (((2, 11, 50), conv, """metronomeMarkFormatter uses text markup as second argument""")) \ No newline at end of file