|
@@ -60,7 +60,7 @@ export class EngravingRules {
|
|
|
public KeyRightMargin: number;
|
|
|
public RhythmRightMargin: number;
|
|
|
public ShowRhythmAgainAfterPartEndOrFinalBarline: boolean;
|
|
|
- public NewSystemAndPartAfterFinalBarline: boolean;
|
|
|
+ public NewPartAndSystemAfterFinalBarline: boolean;
|
|
|
public InStaffClefScalingFactor: number;
|
|
|
public DistanceBetweenNaturalAndSymbolWhenCancelling: number;
|
|
|
public NoteHelperLinesOffset: number;
|
|
@@ -320,7 +320,7 @@ export class EngravingRules {
|
|
|
this.KeyRightMargin = 0.75;
|
|
|
this.RhythmRightMargin = 1.25;
|
|
|
this.ShowRhythmAgainAfterPartEndOrFinalBarline = true;
|
|
|
- this.NewSystemAndPartAfterFinalBarline = false;
|
|
|
+ this.NewPartAndSystemAfterFinalBarline = false;
|
|
|
this.InStaffClefScalingFactor = 0.8;
|
|
|
this.DistanceBetweenNaturalAndSymbolWhenCancelling = 0.4;
|
|
|
|