]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mf-to-table.py
(write_fontlist): use new markup syntax
[lilypond.git] / buildscripts / mf-to-table.py
index 0bb63b0412efa5b9532828180aba7c7d66a022c7..1fcdfbe55893ecceb3477c17c0814d607bd1e5f6 100644 (file)
@@ -161,7 +161,7 @@ def write_fontlist (file, global_info, charmetrics):
 """)
        for m in charmetrics:
                escapedname=re.sub('_','\\\\\\\\_', m['name'])
-               file.write ('s^#\'(lines (music \"%s\") \"%s\")\n' % (m['name'], escapedname))
+               file.write ('s^\\markup { \\musicglyph #"%s" "%s" }\n' % (m['name'], escapedname))
        file.write (r"""
 }
   \paper{