From d2477c1159af3ab81af44be19e1d219d90e2779d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 22 Apr 2024 12:12:21 +0200 Subject: [PATCH] Changed tuplet keys to use camelCase. show-value and show-number are now showValue and showNumber. Refs #334. --- docgenerator/data.json | 6 +++--- docs/mnx-reference/objects/tuplet/index.html | 6 +++--- docs/mnx-schema.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docgenerator/data.json b/docgenerator/data.json index 99034985..8b696986 100644 --- a/docgenerator/data.json +++ b/docgenerator/data.json @@ -5300,7 +5300,7 @@ "pk": 178, "fields": { "parent": 49, - "child_key": "show-number", + "child_key": "showNumber", "child": 121, "is_required": false, "description": "Controls the display of the quantity of inner and outer note value units for the tuplet. If not provided, \"inner\" is assumed." @@ -5311,7 +5311,7 @@ "pk": 179, "fields": { "parent": 49, - "child_key": "show-value", + "child_key": "showValue", "child": 121, "is_required": false, "description": "Controls the display of the note value units used inside and outside the tuplet. If not provided, \"none\" is assumed." @@ -5325,7 +5325,7 @@ "child_key": "bracket", "child": 122, "is_required": false, - "description": "Controls the display of a bracket in conjunction with the tuplet. This is disregarded if \"show-number\" has a value of \"none\".\r\n\r\n* \"auto\" (default) — a bracket is shown for the tuplet if and only if the notes are unbeamed.\r\n\r\n* \"yes\" — always display a bracket.\r\n\r\n* \"no\" — never display a bracket." + "description": "Controls the display of a bracket in conjunction with the tuplet. This is disregarded if \"showNumber\" has a value of \"none\".\r\n\r\n* \"auto\" (default) — a bracket is shown for the tuplet if and only if the notes are unbeamed.\r\n\r\n* \"yes\" — always display a bracket.\r\n\r\n* \"no\" — never display a bracket." } }, { diff --git a/docs/mnx-reference/objects/tuplet/index.html b/docs/mnx-reference/objects/tuplet/index.html index 13cfc6ba..708e89b8 100644 --- a/docs/mnx-reference/objects/tuplet/index.html +++ b/docs/mnx-reference/objects/tuplet/index.html @@ -79,7 +79,7 @@

Keys:

No - Controls the display of a bracket in conjunction with the tuplet. This is disregarded if "show-number" has a value of "none".

* "auto" (default) — a bracket is shown for the tuplet if and only if the notes are unbeamed.

* "yes" — always display a bracket.

* "no" — never display a bracket. + Controls the display of a bracket in conjunction with the tuplet. This is disregarded if "showNumber" has a value of "none".

* "auto" (default) — a bracket is shown for the tuplet if and only if the notes are unbeamed.

* "yes" — always display a bracket.

* "no" — never display a bracket. @@ -130,7 +130,7 @@

Keys:

- "show-number" + "showNumber" tuplet display setting object @@ -141,7 +141,7 @@

Keys:

- "show-value" + "showValue" tuplet display setting object diff --git a/docs/mnx-schema.json b/docs/mnx-schema.json index 001e805e..40ac7b17 100644 --- a/docs/mnx-schema.json +++ b/docs/mnx-schema.json @@ -922,10 +922,10 @@ "outer": { "$ref": "#/$defs/note-value-quantity" }, - "show-number": { + "showNumber": { "$ref": "#/$defs/tuplet-display-setting" }, - "show-value": { + "showValue": { "$ref": "#/$defs/tuplet-display-setting" }, "staff": {