瀏覽代碼

add comment (line break)

Simon Schmid 5 年之前
父節點
當前提交
cb494a61c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/MusicalScore/Graphical/MusicSystemBuilder.ts

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

@@ -75,7 +75,7 @@ export class MusicSystemBuilder {
             }
         }
 
-        // go through measures and add to system until system gets too long -> finish system and start next system.
+        // go through measures and add to system until system gets too long -> finish system and start next system [line break, new system].
         while (this.measureListIndex < numberOfMeasures) {
             const graphicalMeasures: GraphicalMeasure[] = this.measureList[this.measureListIndex];
             for (let idx: number = 0, len: number = graphicalMeasures.length; idx < len; ++idx) {