]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
*** empty log message ***
[lilypond.git] / scripts / abc2ly.py
index 09dc7b27cea30a9201518f1898839c8e66a0a5e6..8029dbea8f222ce93ab42137e46cc72a8939cef1 100644 (file)
@@ -286,11 +286,6 @@ def dump_score (outf):
 
        outf.write ("\n    >>")
        outf.write ("\n\t\\layout {\n")
-       if part_names:
-               outf.write ("\t    \\translator \n\t    {\n")
-               outf.write ("\t\t\\StaffContext\n")
-#              outf.write ("\t\t\\consists Staff_margin_engraver\n")
-               outf.write ("\t    }\n")
        outf.write ("\t}\n\t\\midi {%s}\n}\n" % midi_specs)