Explorar el Código

Cursor on first StaffEntry by default

Andrea Condoluci hace 9 años
padre
commit
52eddf3d90
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/OSMD/Cursor.ts

+ 1 - 0
src/OSMD/Cursor.ts

@@ -27,6 +27,7 @@ export class Cursor {
 
     public init(manager: MusicPartManager, graphic: GraphicalMusicSheet): void {
         this.iterator = manager.getIterator();
+        this.iterator.moveToNext();
         this.graphic = graphic;
         this.hidden = true;
         this.hide();