sschmid 4 gadi atpakaļ
vecāks
revīzija
906665c3f4

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

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