sschmid 4 năm trước cách đây
mục cha
commit
906665c3f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();