//! Score and notation model for the SIM music libraries.
//!
//! This crate is the notation codec surface: it converts between a
//! `sim_lib_music_core::Score` (and related music objects such as melodies,
//! progressions, and counterpoint) and a LilyPond-subset text rendering. The
//! [`NotationCodec`] type is the codec entry point, exposing import and export
//! in both plain and report (diagnostic-carrying) forms, and
//! [`install_music_notation_lib`] registers the codec as a loadable runtime lib.
pub use ;
pub use ;
pub use ;
pub use *;