]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix version number for conversion rule.
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 24 Jun 2008 20:21:37 +0000 (22:21 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 24 Jun 2008 20:21:37 +0000 (22:21 +0200)
I developed this feature before 2.11.49 was out, but merged it only
afterwards, so the conversion rule should use 2.11.50

python/convertrules.py

index 6cddc6debc6f70e5fa273488e85afa67c7a490bb..28577d9140fb58af1b372060d4b890956d59e804 100644 (file)
@@ -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