* Sets the Directivity the given Symbol is mapped to
## Formation and example file
**Rules for the file**
* The file has to start with `[DirectivityMapping]` for the Plugin to detect the data
* Comments can be created by using `#` followed by the comment
* e.g. `# This is a comment`
* The char declared for `ListSymbol` is the char which will be used to list all the symbols mapped on the Directivity
* e.g. `ListSymbol=,` to use `,` as dividing char for the list
* The char declared for `mapToSymbol` is the char which will be used to map the list of symbols to a specific Directivity
* e.g. `MapToSymbol=:` to use `:` as mapping Symbol
* ListSymbol and MapToSymbol have to be different Symbols and not "=" and are not allowed do be used in the symbol-list or in the Name of the Directivity
* To add a mapping use `mapping=` followed by the mapping
* e.g. `Mapping=d,e:Singer.v17.ms.daff`
* The Keyword `default`in the phonemes list declares that this Directivity is the Default Directivity, used whenever there is no mapping for a Symbol can be found or a Directivity is used which cannot be created.