sschmid hace 4 años
padre
commit
906665c3f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/MusicalScore/MusicParts/MusicPartManagerIterator.ts

+ 1 - 1
src/MusicalScore/MusicParts/MusicPartManagerIterator.ts

@@ -500,7 +500,7 @@ export class MusicPartManagerIterator {
         }
     }
     private recursiveMove(): void {
-        this.currentVoiceEntryIndex++;
+        this.currentVoiceEntryIndex++; // TODO handle hidden part: skip hidden voice if requested by parameter
         if (this.currentVoiceEntryIndex === 0) {
             this.handleRepetitionsAtMeasureBegin();
             this.activateCurrentRhythmInstructions();