瀏覽代碼

Cosmetics: Adapted comment

Matthias Uiberacker 7 年之前
父節點
當前提交
6025832039
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/MusicalScore/Graphical/VexFlow/VexFlowMusicSystem.ts

+ 3 - 3
src/MusicalScore/Graphical/VexFlow/VexFlowMusicSystem.ts

@@ -46,9 +46,9 @@ export class VexFlowMusicSystem extends MusicSystem {
 
     /**
      * creates an instrument brace for the given dimension.
-     * The height and positioning can be inferred from the given points.
-     * @param firstStaffLine the upper staff line of the bracket to create
-     * @param lastStaffLine the lower staff line of the bracket to create
+     * The height and positioning can be inferred from the given staff lines.
+     * @param firstStaffLine the upper StaffLine (use a cast to get the VexFlowStaffLine) of the brace to create
+     * @param lastStaffLine the lower StaffLine (use a cast to get the VexFlowStaffLine) of the brace to create
      */
     protected createInstrumentBrace(firstStaffLine: StaffLine, lastStaffLine: StaffLine): void {
         return;