]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-ly.py
* mf/merge.pe: new file.
[lilypond.git] / scripts / convert-ly.py
index 82a039460960b9382f953d76878e5349761b541d..5cab61bfe6855119a9f9b1300fbc167665039069 100644 (file)
@@ -2292,6 +2292,7 @@ def conv (str):
 conversions.append (((2, 5, 2),
                     conv,
                     '\markup .. < .. > .. -> \markup .. { .. } ..'))
+
 def conv (str):
        str = re.sub ('ly:find-glyph-by-name', 'ly:font-get-glyph', str)
        return str