amads.algorithms.nnotes

Contents

amads.algorithms.nnotes#

amads.algorithms.nnotes(score)[source]#

Returns the number of notes in a musical score.

Args:

score (Score): The musical score to analyze

Returns:

int: The number of notes in the score

Parameters:

score (Score)