pub fn notes_analysis(
    input_string: String,
    style: ChordStyle
) -> Vec<(String, String)>
Expand description

return (header, content)