|
@@ -156,7 +156,7 @@ export abstract class MusicSheetDrawer {
|
|
|
}
|
|
|
const calcResults: LabelRenderSpecs = this.calculateLabel(graphicalLabel);
|
|
|
|
|
|
- this.renderLabel(graphicalLabel, layer, calcResults);
|
|
|
+ return this.renderLabel(graphicalLabel, layer, calcResults);
|
|
|
}
|
|
|
|
|
|
protected calculateLabel(graphicalLabel: GraphicalLabel): LabelRenderSpecs {
|