return elSuivant;
}
else
{
ElementMusicalParoleSyllabe elSuivantCree = new ElementMusicalParoleSyllabe(moment, portee, "");
controller.getHistoire().executer(new PartitionActionElementMusicalAjouter(elSuivantCree));
controller.calculerModificationSelection();
return elSuivantCree;
}
}