|
@@ -102,6 +102,8 @@ export class EngravingRules {
|
|
public BetweenDotsDistance: number;
|
|
public BetweenDotsDistance: number;
|
|
public OrnamentAccidentalScalingFactor: number;
|
|
public OrnamentAccidentalScalingFactor: number;
|
|
public ChordSymbolTextHeight: number;
|
|
public ChordSymbolTextHeight: number;
|
|
|
|
+ public ChordSymbolTextAlignment: TextAlignmentEnum;
|
|
|
|
+ public ChordSymbolRelativeXOffset: number;
|
|
public ChordSymbolXSpacing: number;
|
|
public ChordSymbolXSpacing: number;
|
|
public ChordOverlapAllowedIntoNextMeasure: number;
|
|
public ChordOverlapAllowedIntoNextMeasure: number;
|
|
public ChordSymbolYOffset: number;
|
|
public ChordSymbolYOffset: number;
|
|
@@ -401,6 +403,8 @@ export class EngravingRules {
|
|
this.BetweenDotsDistance = 0.8;
|
|
this.BetweenDotsDistance = 0.8;
|
|
this.OrnamentAccidentalScalingFactor = 0.65;
|
|
this.OrnamentAccidentalScalingFactor = 0.65;
|
|
this.ChordSymbolTextHeight = 2.0;
|
|
this.ChordSymbolTextHeight = 2.0;
|
|
|
|
+ this.ChordSymbolTextAlignment = TextAlignmentEnum.LeftBottom;
|
|
|
|
+ this.ChordSymbolRelativeXOffset = -1.0;
|
|
this.ChordSymbolXSpacing = 1.0;
|
|
this.ChordSymbolXSpacing = 1.0;
|
|
this.ChordOverlapAllowedIntoNextMeasure = 0;
|
|
this.ChordOverlapAllowedIntoNextMeasure = 0;
|
|
this.ChordSymbolYOffset = 2.0;
|
|
this.ChordSymbolYOffset = 2.0;
|