sschmid 4 år sedan
förälder
incheckning
8376e6cc56
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/MusicalScore/Graphical/VexFlow/VexFlowConverter.ts

+ 0 - 1
src/MusicalScore/Graphical/VexFlow/VexFlowConverter.ts

@@ -456,7 +456,6 @@ export class VexFlowConverter {
         }
 
         for (const articulation of articulations) {
-            // Articulations:
             let vfArtPosition: number = Vex.Flow.Modifier.Position.ABOVE;
 
             if (vfnote.getStemDirection() === Vex.Flow.Stem.UP) {