There is no good way, for instance, to know what the last measureIndex is in a Staff. Look into whether we should have some type of APIs to get information about the valid indexes of measures. Since there is collection conformance that gives this information for NotesHolders, we may want some helper methods for Measures as well.
I think it will become more clear if this is needed when we use it.
There is no good way, for instance, to know what the last
measureIndex
is in aStaff
. Look into whether we should have some type of APIs to get information about the valid indexes of measures. Since there is collection conformance that gives this information forNotesHolder
s, we may want some helper methods forMeasure
s as well.I think it will become more clear if this is needed when we use it.