@coderline/alphatab 1.8.0-alpha.1645 → 1.8.0-alpha.1647

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7130,6 +7130,7 @@ declare class EndOfTrackEvent extends MidiEvent {
7130
7130
  */
7131
7131
  export declare class EngravingSettings {
7132
7132
  private static _bravuraDefaults?;
7133
+
7133
7134
  /**
7134
7135
  * A {@link EngravingSettings} copy filled with the settings of the Bravura font used by default in alphaTab.
7135
7136
  */
@@ -7327,7 +7328,7 @@ export declare class EngravingSettings {
7327
7328
  */
7328
7329
  numberedBarRendererBarSpacing: number;
7329
7330
  /**
7330
- * The size of the dashed drawn in numbered notation to indicate the durations.
7331
+ * The padding minimum between the duration dashes.
7331
7332
  */
7332
7333
  numberedDashGlyphPadding: number;
7333
7334
  /**
@@ -7507,6 +7508,11 @@ export declare class EngravingSettings {
7507
7508
  * The relative scale of any directions glyphs drawn like coda or segno.
7508
7509
  */
7509
7510
  directionsScale: number;
7511
+ /**
7512
+ * The spacing between displaced displaced note heads
7513
+ * in case of multi-voice note head overlaps.
7514
+ */
7515
+ multiVoiceDisplacedNoteHeadSpacing: number;
7510
7516
  static readonly bravuraMetadata: SmuflMetadata;
7511
7517
  }
7512
7518
 
@@ -7719,7 +7725,7 @@ declare interface EngravingSettingsJson {
7719
7725
  */
7720
7726
  numberedBarRendererBarSpacing?: number;
7721
7727
  /**
7722
- * The size of the dashed drawn in numbered notation to indicate the durations.
7728
+ * The padding minimum between the duration dashes.
7723
7729
  */
7724
7730
  numberedDashGlyphPadding?: number;
7725
7731
  /**
@@ -7899,6 +7905,11 @@ declare interface EngravingSettingsJson {
7899
7905
  * The relative scale of any directions glyphs drawn like coda or segno.
7900
7906
  */
7901
7907
  directionsScale?: number;
7908
+ /**
7909
+ * The spacing between displaced displaced note heads
7910
+ * in case of multi-voice note head overlaps.
7911
+ */
7912
+ multiVoiceDisplacedNoteHeadSpacing?: number;
7902
7913
  }
7903
7914
 
7904
7915
  /**
@@ -8077,6 +8088,7 @@ export declare class Environment {
8077
8088
  private static _printPlatformInfo;
8078
8089
 
8079
8090
 
8091
+
8080
8092
  }
8081
8093
 
8082
8094
  export declare namespace exporter {
@@ -11816,7 +11828,11 @@ export declare enum NotationElement {
11816
11828
  /**
11817
11829
  * The whammy bar line effect shown above the tab staff
11818
11830
  */
11819
- EffectWhammyBarLine = 50
11831
+ EffectWhammyBarLine = 50,
11832
+ /**
11833
+ * The key signature for numbered notation staff.
11834
+ */
11835
+ EffectNumberedNotationKeySignature = 51
11820
11836
  }
11821
11837
 
11822
11838
  /**
@@ -14232,6 +14248,10 @@ declare class RenderStylesheet {
14232
14248
  * Whether to show the chord diagrams on top. (per-track)
14233
14249
  */
14234
14250
  perTrackChordDiagramsOnTop: Map<number, boolean> | null;
14251
+ /**
14252
+ * Whether to show the chord diagrams in score.
14253
+ */
14254
+ globalDisplayChordDiagramsInScore: boolean;
14235
14255
  /**
14236
14256
  * The policy where to show track names when a single track is rendered.
14237
14257
  */