sschmid 4 лет назад
Родитель
Сommit
906665c3f4
1 измененных файлов с 1 добавлено и 1 удалено
  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();