projectLEMDO / lemdoIssues

Repository for LEMDO issue tracking and related documents.
MIT License
1 stars 0 forks source link

Add explicit note numbers early in the build process #214

Open martindholmes opened 7 months ago

martindholmes commented 7 months ago

At the moment, we call hcmc:getNoteCount() all over the place in the processing in order to find out the number of a note in the note sequence. This is doing the same count operation repeatedly. We should do this once when generating the OriginalXML, and store the value in an @n attribute on the <note> element. Then we can just read it whenever we need it.