فهرست منبع

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;