MeasuringPolyphony / mp_editor

https://editor.measuringpolyphony.org
5 stars 2 forks source link

Validation Issue in Score File: BracketSpan #85

Open martha-thomae opened 3 years ago

martha-thomae commented 3 years ago

Right now the <bracketSpan> element is giving validation issues because it is not a valid child of <section> and it is part of the CMN module.

martha-thomae commented 3 years ago

I expect this issue will be fixed once pull request #771 is accepted.

martha-thomae commented 3 years ago

This should be changed into the new way of showing ligatures in the score layout, which Laurent implemented recently in Verovio (see issue https://github.com/rism-digital/verovio/issues/2081 and PR https://github.com/rism-digital/verovio/pull/2278).

This would imply removing the call to PostProcess.replace_ligatures_by_brackets() which should happen somewhere in the scoring-up. And instead, use the --ligature-as-bracket option in Verovio.