lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] make musicxml2ly print \version statement


From: Erlend Aasland
Subject: Re: [PATCH] make musicxml2ly print \version statement
Date: Wed, 14 Dec 2005 14:27:52 +0100

Hmmm, wouldn't these two lines make more sense above the loop?
--- lilypond/lilypond/scripts/musicxml2ly.py	2005/12/07 13:22:52	1.7
+++ lilypond/lilypond/scripts/musicxml2ly.py 2005/12/14 11:54:58 1.8
@@ -440,6 +440,8 @@

progress ("Printing as .ly...")
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()

On 12/14/05, Erlend Aasland <address@hidden > wrote:
Hi

Just a trivial patch to make musicxml2ly add the \version statement (that is always a Good Thing, right?) to the lily-file.


Regards,
  Erlend



reply via email to

[Prev in Thread] Current Thread [Next in Thread]