]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/abc2ly.py
*** empty log message ***
[lilypond.git] / scripts / abc2ly.py
index 7f7a24116954b88acd90627f802da3b7719c3892..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)
 
 
@@ -1393,7 +1388,7 @@ for f in files:
 
 # don't substitute @VERSION@. We want this to reflect
 # the last version that was verified to work.
-       outf.write ('\\version "2.5.20"\n' % version)
+       outf.write ('\\version "2.5.20"\n')
 
 #      dump_global (outf)
        dump_header (outf, header)