]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update fret-diagram rules to use new format.
authorGraham Percival <graham@percival-music.ca>
Sat, 5 Jul 2008 00:23:00 +0000 (17:23 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 5 Jul 2008 00:23:00 +0000 (17:23 -0700)
python/convertrules.py

index 1214b8a7c4b271d6e070193eadbff7fe93129c33..78d9e84187cc68e4093d466043d338efaa7754a9 100644 (file)
@@ -2735,9 +2735,8 @@ def conv (str):
                           "\t(format-metronome-markup text dur count context)\n")
     return str
 
-conversions.append (((2, 11, 50), conv, """metronomeMarkFormatter uses text markup as second argument"""))
-
-
+@rule ((2,11,50), "Fret diagram properties moved to
+fret-diagram-details")
 def conv (str):
     fret_props = ['barre-type', 
                 'dot-color', 
@@ -2759,5 +2758,4 @@ def conv (str):
           stderr_write ('\n')
     return str
 
-conversions.append (((2, 11, 50), conv, """Fret diagram properties moved to fret-diagram-details"""))