]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Reset measure position on backup elements, print => sys.stderr.write
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 14 Sep 2007 20:59:12 +0000 (22:59 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 3 Oct 2007 16:39:14 +0000 (18:39 +0200)
commit93eb140a19a60f548f95d32753510e255824087a
tree3532d5a373fd98231f8bc00fa13fe8b3a791a5c0
parent96bbfd1af93dc31101d0b3eb0399387f43544a3b
MusicXML: Reset measure position on backup elements, print => sys.stderr.write

-) Replace all relevant (i.e. non-testing outputs; these are still in there
   in the main() functions for testing) occurrences of print by
   sys.stderr.write
-) If a <backup> element is encountered (e.g. when there are two voices in
   the measure), correctly reset the measure position to the desired
   position after the backup.

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
python/musicxml.py
scripts/musicxml2ly.py