Преглед изворни кода

Fix doc comment for useXMLMeasureNumbers option (#881)

fix polish of #879 expanded in #541
Joseph Morag пре 4 година
родитељ
комит
64cdecd4b8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -92,7 +92,7 @@ export interface IOSMDOptions {
     drawTimeSignatures?: boolean;
     /** The interval of measure numbers to draw, i.e. it draws the measure number above the beginning label every x measures. Default 2. */
     measureNumberInterval?: number;
-    /** Whether to read the first measure number from the "number" attribute in the xml file as opposed to defaulting to start at measure 1. Default false. */
+    /** Whether to read measure numbers from the "number" attribute in the xml file as opposed to defaulting to start at measure 1. Default true. */
     useXMLMeasureNumbers?: boolean;
     /** Whether to draw fingerings (only left to the note for now). Default true (unless solo part). */
     drawFingerings?: boolean;