浏览代码

fix comment

sschmidTU 6 年之前
父节点
当前提交
7d8680d79d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/MusicalScore/Graphical/MusicSheetCalculator.ts

+ 1 - 1
src/MusicalScore/Graphical/MusicSheetCalculator.ts

@@ -1365,7 +1365,7 @@ export abstract class MusicSheetCalculator {
         if (multiTempoExpression.ContinuousTempo || multiTempoExpression.InstantaneousTempo) {
             // TempoExpressions always on the first visible System's StaffLine // TODO is it though?
             if (EngravingRules.Rules.MinMeasureToDrawIndex > 0) {
-                return; // assuming that the tempo is always in measure 1 (idx 0), this causes issues when we don't draw measure 1
+                return; // assuming that the tempo is always in measure 1 (idx 0), adding the expression causes issues when we don't draw measure 1
             }
             let staffLine: StaffLine = measures[0].ParentStaffLine;
             let firstVisibleMeasureX: number = measures[0].PositionAndShape.RelativePosition.x;