99100101102103104105106107108109
command.add(UnexecutableCommand.INSTANCE); return command; } else if(oldIndex <= tempIndex){ tempIndex--; } command.add(new ReorderPartCommand( (BasicElement)child.getModel(), (MusicContainerForm)getHost().getModel(), tempIndex)); } return command;