|
@@ -324,6 +324,7 @@ export class EngravingRules {
|
|
|
public StringNumberOffsetY: number;
|
|
|
public NewSystemAtXMLNewSystemAttribute: boolean;
|
|
|
public NewPageAtXMLNewPageAttribute: boolean;
|
|
|
+ public UseJustifiedBuilder: boolean;
|
|
|
public PageFormat: PageFormat;
|
|
|
public PageBackgroundColor: string; // vexflow-color-string (#FFFFFF). Default undefined/transparent.
|
|
|
public PerformanceMode: boolean;
|
|
@@ -668,6 +669,7 @@ export class EngravingRules {
|
|
|
|
|
|
EngravingRules.FixStafflineBoundingBox = false; // TODO temporary workaround
|
|
|
|
|
|
+ this.UseJustifiedBuilder = true;
|
|
|
this.PageFormat = PageFormat.UndefinedPageFormat; // default: undefined / 'infinite' height page, using the canvas'/container's width and height
|
|
|
this.PageBackgroundColor = undefined; // default: transparent. half-transparent white: #FFFFFF88"
|
|
|
this.PerformanceMode = false;
|