parseScore

Contents

parseScore#

csoundengine.csoundlib.parseScore(sco)[source]#

Parse a score given as string, returns a data. of ScoreLine

Parameters:

sco (str) – the score to parse, as string

Return type:

Iterator[ScoreLine]

Returns:

a generator of ScoreLines