sschmid 4 år sedan
förälder
incheckning
44b37a90cf
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetCalculator.ts

+ 2 - 1
src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetCalculator.ts

@@ -197,7 +197,8 @@ export class VexFlowMusicSheetCalculator extends MusicSheetCalculator {
         // add more than the original staffEntries scaling again: (removing it above makes it too short)
         if (maxStaffEntries > 1) { // not necessary for only 1 StaffEntry
           minStaffEntriesWidth += maxStaffEntries * staffEntryFactor; // don't scale this for implicit measures
-          // in fact overscale it, this needs a lot of space the more staffEntries there are
+          // in fact overscale it, this needs a lot of space the more staffEntries (and modifiers like accidentals) there are
+          //   TODO idea: count accidentals/other modifiers, count them as another staffentry or half or so
         }
         minStaffEntriesWidth *= this.rules.PickupMeasureWidthMultiplier;
       }