|
@@ -506,6 +506,7 @@ export class OpenSheetMusicDisplay {
|
|
public get DrawingParameters(): DrawingParameters {
|
|
public get DrawingParameters(): DrawingParameters {
|
|
return this.drawingParameters;
|
|
return this.drawingParameters;
|
|
}
|
|
}
|
|
|
|
+ /** Returns the version of OSMD this object is built from (the version you are using). */
|
|
public get Version(): string {
|
|
public get Version(): string {
|
|
return this.version;
|
|
return this.version;
|
|
}
|
|
}
|