Function gabc_parser::parse_gabc[][src]

pub fn parse_gabc(text: &str, rule: Rule) -> Pairs<Rule>

Parses a gabc file into pest's Pairs type. This is useful if you want to process the raw pairs using a mechanism other than the GabcFile struct.