Browse Source

Cursor on first StaffEntry by default

Andrea Condoluci 9 years ago
parent
commit
52eddf3d90
1 changed files with 1 additions and 0 deletions
  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();