public PartitionPanelModeTexte(final Controller controller, final ElementMusicalTexte elTexte) {
super(controller);
final AffichageElementMusicalTexte a = (AffichageElementMusicalTexte) getPartitionVue().getAffichageElementMusical(elTexte);
currentText = elTexte.getTexte();
controller.getPanel().textEditingAsk(a.getRectangle(), elTexte.getTexte(), a.getFont(), new PanelTextEditingListener() {
@Override
public void whenEditing(ControllerKeyEvent e, String newText, int cursorPosition) {
currentText = newText;