Bugs for 0.1
OK, this rule is always true: one can only discover bugs after letting the cat out of the bag. I immediately discover 2 problems after 0.1 release (but never before that):
- With transparency turned on (it is on by default), lilypond fragments will be rendered in a wrong way — the notes become transparent.
- This plugin conflicts with the “WordPress should correct invalidly nested XHTML automatically” option under Options → Writing.
While the first one can be easily fixed, I can’t see how the second problem can be properly addressed except turning off the corresponding option. Despite removing most filtering hook in plugin, balanceTags() is STILL called within get_the_content() and can’t be dropped with any remove_filter() call.
So for now please turn off this option if you choose to enable the plugin. A new release will be done soon to address the above 2 problems.