소스 검색

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;