Updates:
Labels: -Patch-needs_work Patch-new
Comment #5 on issue 1983 by [email protected]: musicxml2ly: single
words with punctuation marks in score header lead to compilation failure
http://code.google.com/p/lilypond/issues/detail?id=1983#c5
musicxml2ly: Fix title, chord symbol and midi bugs.
Fix for several musicxml2ly bugs (clean up version of the
patch at http://codereview.appspot.com/5697059/):
Titles and headers can now contain single words followed by a
punctuation mark (.,!:). See issue 1983.
Chord symbols are now placed above staffs instead of below.
See issue 2537.
musicxml2ly now includes an out-commented midi-block in every .ly-file.
Docs: Added command line options -m and --midi to Usage
http://codereview.appspot.com/6330046