pub fn written_higher_pitch<'a>(
first: &'a Pitch,
second: &'a Pitch,
) -> &'a PitchExpand description
The pitch written higher on the staff, whatever it sounds like: music21’s
getWrittenHigherNote, so C4 over B#3. Ties in staff position are
settled by sound, and a complete tie returns the first.