|
@@ -398,6 +398,7 @@ export class EngravingRules {
|
|
|
public RenderKeySignatures: boolean;
|
|
|
public RenderTimeSignatures: boolean;
|
|
|
public RenderPedals: boolean;
|
|
|
+ public RenderWavyLines: boolean;
|
|
|
public DynamicExpressionMaxDistance: number;
|
|
|
public DynamicExpressionSpacer: number;
|
|
|
public IgnoreRepeatedDynamics: boolean;
|
|
@@ -841,6 +842,7 @@ export class EngravingRules {
|
|
|
this.RenderKeySignatures = true;
|
|
|
this.RenderTimeSignatures = true;
|
|
|
this.RenderPedals = true;
|
|
|
+ this.RenderWavyLines = true;
|
|
|
this.ArticulationPlacementFromXML = true;
|
|
|
this.BreathMarkDistance = 0.8;
|
|
|
this.FingeringPosition = PlacementEnum.AboveOrBelow; // AboveOrBelow = correct bounding boxes
|