Skip to main content

diff

Function diff 

Source
pub fn diff(a: &Score, b: &Score) -> Vec<ScoreChange>
Expand description

Compare two scores and return a list of differences.

Parts, staves, measures, and voices are compared by position. Notes are compared by position within each voice, ignoring their id field. Metadata fields are compared individually.