Explorar o código

Cosmetics: Adapted comment

Matthias Uiberacker %!s(int64=7) %!d(string=hai) anos
pai
achega
6025832039
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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;