]> git.donarmstrong.com Git - lilypond.git/commit
musicxml2ly: Fix title, chord symbol and midi bugs.
authorPatrick Schmidt <ptrcklschmdt@gmail.com>
Fri, 22 Jun 2012 09:45:04 +0000 (05:45 -0400)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Wed, 27 Jun 2012 14:07:44 +0000 (10:07 -0400)
commitda632500cfc55fcd3660f72b39c7dbcd7542f9bc
tree48accf6e9b4aa0427a8fbc0cd7d4c48ddfa8dc72
parent5a3cea00a530d2f80cfce66e58dbeadbfe373bb6
musicxml2ly: Fix title, chord symbol and midi bugs.

Fix for several musicxml2ly bugs:

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
Documentation/usage/external.itely
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py