]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-ly.py
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scripts / convert-ly.py
index 5e63396afb342df6cdb39ccef1c1615da93be132..c4c1e7408252f5861bc375e27e76974ff0f439ea 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 #
 # convert-ly.py -- Update old LilyPond input files (fix name?)
 #
@@ -89,7 +89,7 @@ Copyright (c) %s by
 
 
 def get_option_parser ():
-       p = ly.get_option_parser (usage='lilypond-book [OPTIONS] FILE',
+       p = ly.get_option_parser (usage='convert-ly [OPTIONS] FILE',
                                  version="@TOPLEVEL_VERSION@",
                                  description=help_summary)