From 1f467e5f3fed31636e83221dfee53f2805837750 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 14 Dec 2005 13:57:37 +0000 Subject: [PATCH] (convert): add \version --- scripts/musicxml2ly.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index f5cbc8e20e..dddafd08e3 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -439,9 +439,10 @@ def convert (filename, output_name): printer.file = open (output_name,'w') progress ("Printing as .ly...") + + printer.dump_version () for (k,v) in voices.items(): printer.print_verbatim ('%% converted from %s\n' % filename) - printer.dump_version () printer.dump ('%s = ' % k) v.print_ly (printer) printer.newline() -- 2.39.5