Bladeren bron

docstring

added info for compacttight mode
sschmid 5 jaren geleden
bovenliggende
commit
0d5368229c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -54,7 +54,7 @@ export interface IOSMDOptions {
     disableCursor?: boolean;
     disableCursor?: boolean;
     /** Follow Cursor: Scroll the page when cursor.next() is called and the cursor moves into a new system outside of the current view frame. */
     /** Follow Cursor: Scroll the page when cursor.next() is called and the cursor moves into a new system outside of the current view frame. */
     followCursor?: boolean;
     followCursor?: boolean;
-    /** Broad Parameters like compact or preview mode. */
+    /** Broad Parameters like compact or preview mode. Also try "compacttight", which is like compact but also reduces margins. */
     drawingParameters?: string | DrawingParametersEnum;
     drawingParameters?: string | DrawingParametersEnum;
     /** Whether to draw credits (title, subtitle, composer, lyricist) (in future: copyright etc., see <credit>). */
     /** Whether to draw credits (title, subtitle, composer, lyricist) (in future: copyright etc., see <credit>). */
     drawCredits?: boolean;
     drawCredits?: boolean;