hajicj / MUSCIMarker

Tool for annotating objects in musical scores.
http://muscimarker.readthedocs.io/en/latest/
Apache License 2.0
7 stars 2 forks source link

Grammar validation: add lhs,rhs-dependent rules #88

Open hajicj opened 8 years ago

hajicj commented 8 years ago

Currently, grammar validation can find vertices with too few or too many edges ( #81 ). However, it should also check that the rule cardinalities are not broken (each notehead has at most 2 stems, each letter has at most one text as a boss, a numeral does not belong to more than one time signature, etc.)