|
@@ -741,6 +741,7 @@ export abstract class MusicSheetCalculator {
|
|
|
|
|
|
const gue: GraphicalUnknownExpression = new GraphicalUnknownExpression(
|
|
|
staffLine, graphLabel, placement, measures[staffIndex]?.parentSourceMeasure, multiExpression);
|
|
|
+ console.log(gue)
|
|
|
// multiExpression); // TODO would be nice to hand over and save reference to original expression,
|
|
|
// but MultiExpression is not an AbstractExpression.
|
|
|
// staffline 里面最后的文字重叠问题,向后偏移
|