Skip to content

Commit

Permalink
Changed tuplet keys to use camelCase.
Browse files Browse the repository at this point in the history
show-value and show-number are now showValue and showNumber.

Refs #334.
  • Loading branch information
adrianholovaty committed Apr 22, 2024
1 parent 9684e7f commit d2477c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docgenerator/data.json
Expand Up @@ -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."
Expand All @@ -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."
Expand All @@ -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."
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/mnx-reference/objects/tuplet/index.html
Expand Up @@ -79,7 +79,7 @@ <h2>Keys:</h2>

</td>
<td>No</td>
<td>Controls the display of a bracket in conjunction with the tuplet. This is disregarded if "show-number" has a value of "none".<br><br>* "auto" (default) — a bracket is shown for the tuplet if and only if the notes are unbeamed.<br><br>* "yes" — always display a bracket.<br><br>* "no" — never display a bracket.</td>
<td>Controls the display of a bracket in conjunction with the tuplet. This is disregarded if "showNumber" has a value of "none".<br><br>* "auto" (default) — a bracket is shown for the tuplet if and only if the notes are unbeamed.<br><br>* "yes" — always display a bracket.<br><br>* "no" — never display a bracket.</td>
</tr>

<tr>
Expand Down Expand Up @@ -130,7 +130,7 @@ <h2>Keys:</h2>
</tr>

<tr>
<td><nobr><b>"show-number"</b></nobr></td>
<td><nobr><b>"showNumber"</b></nobr></td>
<td>

<a href="../tuplet-display-setting/">tuplet display setting object</a>
Expand All @@ -141,7 +141,7 @@ <h2>Keys:</h2>
</tr>

<tr>
<td><nobr><b>"show-value"</b></nobr></td>
<td><nobr><b>"showValue"</b></nobr></td>
<td>

<a href="../tuplet-display-setting/">tuplet display setting object</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/mnx-schema.json
Expand Up @@ -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": {
Expand Down

0 comments on commit d2477c1

Please sign in to comment.