ABC Interface
- muspy.read_abc(path, number=None, resolution=24)[source]
Return an ABC file into Music object(s) using music21 backend.
- Parameters:
- Returns:
Converted Music object(s).
- Return type:
list of
muspy.Music
- muspy.write_abc(path, music, **kwargs)[source]
Write a Music object to an ABC file.
- Parameters:
path (str or Path) – Path to write the ABC file.
music (
muspy.Music) – Music object to write.