X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fmusicxml2ly.py;h=172f1a8d3e44b5e36bd07141c6e7db899f9052d4;hb=1f6e0e7a473c909c5577cba57d93e5a1c6f9f975;hp=0990ff124baa00d6010ca816bb4a43690c1b4e92;hpb=589f549df3d23e7f4b91e42fead64c3e91b28905;p=lilypond.git diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 0990ff124b..172f1a8d3e 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -229,7 +229,10 @@ def extract_score_information(tree): set_if_exists('encoder', ids.get_encoding_person()) set_if_exists('encodingdescription', ids.get_encoding_description()) set_if_exists('source', ids.get_source()) - set_if_exists('miscellaneous', ids.get_file_description()); + + # ... becomes + # \header { texidoc = ... + set_if_exists('texidoc', ids.get_file_description()); # Finally, apply the required compatibility modes # Some applications created wrong MusicXML files, so we need to