TIANYONG hai 1 ano
pai
achega
13561a2811

+ 1 - 0
osmd-extended/src/MusicalScore/Graphical/MusicSheetCalculator.ts

@@ -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 里面最后的文字重叠问题,向后偏移

+ 1 - 1
osmd-extended/src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetDrawer.ts

@@ -31,7 +31,7 @@ import { GraphicalMusicSheet } from "../GraphicalMusicSheet";
 import { GraphicalUnknownExpression } from "../GraphicalUnknownExpression";
 import { VexFlowPedal } from "./VexFlowPedal";
 import { VexflowVibratoBracket } from "./VexflowVibratoBracket";
-import { Fraction } from "../../../Common";
+// import { Fraction } from "../../../Common";
 
 /**
  * This is a global constant which denotes the height in pixels of the space between two lines of the stave

+ 1 - 1
osmd-extended/src/VexFlowPatch/src/stavenote.js

@@ -416,7 +416,7 @@ export class StaveNote extends StemmableNote {
   constructor(noteStruct) {
     super(noteStruct);
     this.setAttribute('type', 'StaveNote');
-    console.log('stavenote.js~')
+    // console.log('stavenote.js~')
     this.keys = noteStruct.keys;
     this.clef = noteStruct.clef;
     this.octave_shift = noteStruct.octave_shift;