Explorar el Código

docstrings in OSMDOptions

sschmidTU hace 6 años
padre
commit
02b59a4bd5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 2 - 2
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -22,9 +22,9 @@ export interface IOSMDOptions {
     defaultColorStem?: string;
     /** Whether to draw the title of the piece. If false, disables drawing Subtitle as well. */
     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;
-    /** 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;
     /** Whether to draw part (instrument) names. */
     drawPartNames?: boolean;