sim-lib-music-counterpoint 0.1.0

Exact counterpoint analysis, graph-backed stretto, and bounded constraint generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# sim-lib-music-counterpoint

Exact counterpoint rule reports, graph-backed stretto analysis, and bounded
constraint generation.

The crate inspects existing counterpoint without rewriting it. Species and open
rule sets are data, every violation carries voices, notes, an exact span, a rule,
and metric evidence, and stretto candidates remain explicitly separate from
generation. The generator compiles the same rules to finite pitch variables and
domains for `sim-lib-discrete-search`, retains its work/frontier/result,
cancellation, seed, and partial-result receipt, and returns only analyzer-legal
alternatives. Generated voices are existing content-bound `ConsonancePatch`
additions whose inverse restores the fixed cantus exactly.