فهرست منبع

docstrings in OSMDOptions

sschmidTU 6 سال پیش
والد
کامیت
02b59a4bd5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 2 - 2
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -22,9 +22,9 @@ export interface IOSMDOptions {
     defaultColorStem?: string;
     defaultColorStem?: string;
     /** Whether to draw the title of the piece. If false, disables drawing Subtitle as well. */
     /** Whether to draw the title of the piece. If false, disables drawing Subtitle as well. */
     drawTitle?: boolean;
     drawTitle?: boolean;
-    /** Whether to draw the subtitle of the piece. If false, disables drawing Title as well. */
+    /** Whether to draw the subtitle of the piece. If true, enables drawing Title as well. */
     drawSubtitle?: boolean;
     drawSubtitle?: boolean;
-    /** Whether to draw credits (title, composer, arranger, copyright etc., see <credit>. */
+    /** Whether to draw credits (title, composer, arranger, copyright etc., see <credit>. Not yet supported. */ // TODO
     drawCredits?: boolean;
     drawCredits?: boolean;
     /** Whether to draw part (instrument) names. */
     /** Whether to draw part (instrument) names. */
     drawPartNames?: boolean;
     drawPartNames?: boolean;