]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
* lily/include/dots.hh (class Dots): make has_interface() static.
[lilypond.git] / python / convertrules.py
index da970be7fd3cd1590f8ae46e3419018e36447c2a..84f5fd3ea6e906ebe34b4fcb1f6411dc51f1877d 100644 (file)
@@ -2503,6 +2503,14 @@ conversions.append (((2, 6, 0), conv,
 
                     'dummy rule for 2.6')) 
 
+
+def conv (str):
+       return re.sub('ly:get-default-font', 'ly:grob-default-font', str) 
+
+conversions.append (((2, 7, 0), conv,
+                    
+                    'ly:get-default-font -> ly:grob-default-font')) 
+
 ################################################################
 
 def str_to_tuple (s):