This updates 'mutwo.music' to 'mutwo.core >= 2.0.0'.
It also follows the same refactoring procedure as mutwo.core, if they apply here.
Added
- `FlexPitch` and `FlexVolume`, see [here](https://github.com/mutwo-org/mutwo.music/commit/3a336f4cf9c9387453e99f52a1cc823ee4436992)
Changed
- `Pitch.frequency` to `Pitch.hertz`. `PitchInterval.interval` to `PitchInterval.cents`, `Volume.amplitude` to `Volume.decibel`, `Lyric.phonetic_representation` to `Lyric.xsampa`, see [here](https://github.com/mutwo-org/mutwo.core/commit/9f08dcacc8e82a1bba3c69977a1f4f3b8e322f94) for rationale and [here](https://github.com/mutwo-org/mutwo.music/commit/6c8b416833196e8c4d3c9e4a6edaf69df85d516b) for actual change
- `IndicatorCollection.get_all_indicator()` to `IndicatorCollection.indicator_tuple` and `IndicatorCollection.get_indicator_dict()` to `Indicator_collection.indicator_dict`, see [here](https://github.com/mutwo-org/mutwo.music/commit/92bf4975f1a30477f30687197540246503402642)
- all `music_events.configurations.UNKNOWN_TO_OBJECT_TO_X` to `music_parameters.abc.X.from_any`, see [here](https://github.com/mutwo-org/mutwo.music/commit/500387bcac9db09f025f9e55b068970af5b9e44d)
- `IndicatorCollection` from dataclass to registry supported class, see [here](https://github.com/mutwo-org/mutwo.music/commit/cc91c391878c4b0dfb8ec8658caf1b50ed48d3ef)