From 5b4bd4b2ce1963eaf57fe0a08338dfba38217fdd Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Tue, 26 Nov 2024 09:50:51 +0100 Subject: [PATCH] Fix headings --- _book/05-toolkit-reference/01-input-formats.md | 8 ++++---- scripts/toc.yaml | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/_book/05-toolkit-reference/01-input-formats.md b/_book/05-toolkit-reference/01-input-formats.md index 240f181..49c87bd 100644 --- a/_book/05-toolkit-reference/01-input-formats.md +++ b/_book/05-toolkit-reference/01-input-formats.md @@ -897,18 +897,18 @@ Everything in imported as `mensural` notation, including sections marked as `Pla The initial `staffDef` elements have no `@clef.*` and no `@keyisg` and these are given in the `layer` instead. Every `staffDef` contains a `mensur` indicating that all level of divisions are binary by default. -### MEI header +#### MEI header The `GeneralData` element of the CMME file is used to populate the MEI header. It uses: * The `Title` as `title` * The `Section` as `title@type="subordinate"` * The `Composer` as `composer` -### Durations +#### Durations The CMME import forces the use of the `--duration-equivalence` option to `minima` when importing a CMME file. A warning is shown if the option was previously different - which is the case by default. This could potentially have side effects for subsequent calls since it is not set back to its original value. -### Proportions +#### Proportions Proportions in CMME can be encoded as `Proportion` element, or as `TempoChange` within `Mensuration`. Encoded a proportion as a tempo change is arguably not the proper way to do it, but as a matter of fact, it is a used practice the importer needs to deal with. The importer tries to disentangle proportions and tempo changes. One complication is that proportions and tempo changes in CMME act differently. Proportions are cumulated with the previous ones, whereas tempo changes are not. @@ -922,7 +922,7 @@ The second case is where all voices have a proportion, but it differs. In this c Finally, tempo changes proportions occurring at all voices and with an identical `Num` and `Den` are preserved as an MEI `proportion` with a `@type="cmme_tempo_change"` that Verovio ignores when performing that alignment of the data. -### Coloration and color change +#### Coloration and color change Coloration in CMME is encoded with `Colored` on `Note`, and is converted to MEI `@colored` . `ColorChange` is the change of color, e.g., a change of ink. P diff --git a/scripts/toc.yaml b/scripts/toc.yaml index 105d859..3ddd7fd 100644 --- a/scripts/toc.yaml +++ b/scripts/toc.yaml @@ -98,11 +98,6 @@ "/toolkit-reference/input-formats.html#plaine-and-easie": Plaine and Easie "/toolkit-reference/input-formats.html#abc": ABC "/toolkit-reference/input-formats.html#cmme": CMME -"/toolkit-reference/input-formats.html#mei-header": MEI header -"/toolkit-reference/input-formats.html#durations": Durations -"/toolkit-reference/input-formats.html#proportions": Proportions -"/toolkit-reference/input-formats.html#coloration-and-color-change": Coloration and - color change "/toolkit-reference/output-formats.html": Output formats "/toolkit-reference/output-formats.html#svg": SVG "/toolkit-reference/output-formats.html#mei": MEI