@coderline/alphatab 1.8.0-alpha.1646 → 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.
@@ -7328,7 +7328,7 @@ export declare class EngravingSettings {
7328
7328
  */
7329
7329
  numberedBarRendererBarSpacing: number;
7330
7330
  /**
7331
- * The size of the dashed drawn in numbered notation to indicate the durations.
7331
+ * The padding minimum between the duration dashes.
7332
7332
  */
7333
7333
  numberedDashGlyphPadding: number;
7334
7334
  /**
@@ -7725,7 +7725,7 @@ declare interface EngravingSettingsJson {
7725
7725
  */
7726
7726
  numberedBarRendererBarSpacing?: number;
7727
7727
  /**
7728
- * The size of the dashed drawn in numbered notation to indicate the durations.
7728
+ * The padding minimum between the duration dashes.
7729
7729
  */
7730
7730
  numberedDashGlyphPadding?: number;
7731
7731
  /**
@@ -11828,7 +11828,11 @@ export declare enum NotationElement {
11828
11828
  /**
11829
11829
  * The whammy bar line effect shown above the tab staff
11830
11830
  */
11831
- EffectWhammyBarLine = 50
11831
+ EffectWhammyBarLine = 50,
11832
+ /**
11833
+ * The key signature for numbered notation staff.
11834
+ */
11835
+ EffectNumberedNotationKeySignature = 51
11832
11836
  }
11833
11837
 
11834
11838
  /**