]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement rehearsal marks and some more spanners
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 8 Feb 2008 19:26:38 +0000 (20:26 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 8 Feb 2008 19:26:38 +0000 (20:26 +0100)
commit6ff000344cd3abfb8be088945913df7de5da01a7
tree444d779d3e9d209b15238925aaef8432f7457923
parenta95ef66d8a826f6ddbe0caa6a9f08aadcf593d09
MusicXML: Implement rehearsal marks and some more spanners

-) Implement dashes (\startTextSpan and \stopTextSpan) and bracket (although
   I'll still need to add the bracket engraver, since I use \startGroup and
 \stopGroup, which does not automatically print the bracket)
-) Pedal change is now implemented as \sustainUp\sustainDown
-) Add MarkEvent and MusicGlyphMarkEvent to convert rehearsal marks and
   segno/coda markups. Rehearsal marks can also be boxed (default) or circled
-) Revamp the way directions are converted. Now they also use a dict like the
   notations, where one can give a general conversion function, or a finished
 class
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py