X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fmusicxml2ly.py;h=0990ff124baa00d6010ca816bb4a43690c1b4e92;hb=589f549df3d23e7f4b91e42fead64c3e91b28905;hp=a1faae56ce04b98bbf980354bef71a83bdb9a222;hpb=6676553f94d1224a9956a43b4b5a3e4777bb47ce;p=lilypond.git diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index a1faae56ce..0990ff124b 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -3059,7 +3059,7 @@ def update_layout_information(): def print_ly_preamble(printer, filename): printer.dump_version(lilypond_version) - printer.print_verbatim('% automatically converted by philomelos musicxml2ly v0.2.41\n') + printer.print_verbatim('% automatically converted by musicxml2ly from ' + filename) printer.newline() printer.dump(r'\pointAndClickOff') printer.newline()