@coderline/alphatab 1.8.0-alpha.1645 → 1.8.0-alpha.1646
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.
- package/dist/alphaTab.core.min.mjs +2 -2
- package/dist/alphaTab.core.mjs +4413 -3040
- package/dist/alphaTab.d.ts +16 -0
- package/dist/alphaTab.js +4413 -3040
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +1 -1
- package/dist/alphaTab.worker.min.mjs +1 -1
- package/dist/alphaTab.worker.mjs +1 -1
- package/dist/alphaTab.worklet.min.mjs +1 -1
- package/dist/alphaTab.worklet.mjs +1 -1
- package/package.json +1 -1
package/dist/alphaTab.d.ts
CHANGED
|
@@ -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
|
*/
|
|
@@ -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
|
|
|
@@ -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 {
|
|
@@ -14232,6 +14244,10 @@ declare class RenderStylesheet {
|
|
|
14232
14244
|
* Whether to show the chord diagrams on top. (per-track)
|
|
14233
14245
|
*/
|
|
14234
14246
|
perTrackChordDiagramsOnTop: Map<number, boolean> | null;
|
|
14247
|
+
/**
|
|
14248
|
+
* Whether to show the chord diagrams in score.
|
|
14249
|
+
*/
|
|
14250
|
+
globalDisplayChordDiagramsInScore: boolean;
|
|
14235
14251
|
/**
|
|
14236
14252
|
* The policy where to show track names when a single track is rendered.
|
|
14237
14253
|
*/
|