]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/builder.py
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / buildscripts / builder.py
index b34877d88fa01ccd595064986b30240c156cc0fd..3caea45830dd49d1cf25dbc31cc472d7b806c6b3 100644 (file)
@@ -205,8 +205,8 @@ a = '$PYTHON $MF_TO_TABLE_PY \
 --lisp=${TARGET.base}.lisp \
 --enc=${TARGET.base}.enc \
 --tex=${TARGET.base}.tex \
---ly=${TARGET.base}list.ly \
 ${TARGET.base}.log'
+#--ly=${TARGET.base}list.ly \
 gtable = Builder (action = a, suffix = '.otf-gtable', src_suffix = '.log',
          emitter = add_lisp_enc_tex_ly_target)
 env.Append (BUILDERS = {'GTABLE': gtable})