summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Gourlay <john@weathervanefarm.net>2016-03-22 19:10:57 -0400
committerJohn Gourlay <john@weathervanefarm.net>2016-03-22 19:10:57 -0400
commit589f549df3d23e7f4b91e42fead64c3e91b28905 (patch)
tree97afb934297d316d10b433d5026f610f4db9cc6f /scripts
parent6676553f94d1224a9956a43b4b5a3e4777bb47ce (diff)
Remove references to philomelos, which are not appropriate in LilyPond's own
version of musicxml2ly.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/musicxml2ly.py2
1 files changed, 1 insertions, 1 deletions
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()