sschmid преди 5 години
родител
ревизия
cd69cab2fc
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/MusicalScore/ScoreIO/VoiceGenerator.ts

+ 3 - 0
src/MusicalScore/ScoreIO/VoiceGenerator.ts

@@ -155,6 +155,9 @@ export class VoiceGenerator {
               if (voiceEntry.Arpeggio !== undefined) {
                 arpeggioAlreadyExists = true;
                 currentArpeggio = voiceEntry.Arpeggio;
+                // this.currentVoiceEntry.Arpeggio = currentArpeggio; // register the arpeggio in the current voice entry as well?
+                //   but then we duplicate information, and may have to take care not to render it multiple times
+
                 // we already have an arpeggio in another voice, at the current timestamp. add the notes there.
                 break;
               }