Browse Source

add comment (line break)

Simon Schmid 5 năm trước cách đây
mục cha
commit
cb494a61c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {