Skip to content

Commit

Permalink
Changed the remaining non-camel-case JSON keys to use camelCase.
Browse files Browse the repository at this point in the history
Refs #334.
  • Loading branch information
adrianholovaty committed Apr 22, 2024
1 parent d87ed35 commit 3ea57c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docgenerator/data.json
Expand Up @@ -3029,10 +3029,10 @@
"pk": 143,
"fields": {
"parent": 46,
"child_key": "grace-type",
"child_key": "graceType",
"child": 111,
"is_required": false,
"description": "The kind of grace notes to use. The default value is \"steal-previous\"."
"description": "The kind of grace notes to use. The default value is \"stealPrevious\"."
}
},
{
Expand All @@ -3043,7 +3043,7 @@
"child_key": "slash",
"child": 112,
"is_required": false,
"description": "Whether grace notes are notated with a slash.\r\n\r\nThe default value (true) specifies a slash, indicating that the grace notes are displayed with a diagonal stroke and are to be performed quickly and not in their notated rhythm. Otherwise, they are performed with the notated note values according to the performance characteristics given by \"grace-type\"."
"description": "Whether grace notes are notated with a slash.\r\n\r\nThe default value (true) specifies a slash, indicating that the grace notes are displayed with a diagonal stroke and are to be performed quickly and not in their notated rhythm. Otherwise, they are performed with the notated note values according to the performance characteristics given by \"graceType\"."
}
},
{
Expand Down Expand Up @@ -3271,7 +3271,7 @@
"pk": 167,
"fields": {
"parent": 31,
"child_key": "smufl-font",
"child_key": "smuflFont",
"child": 118,
"is_required": false,
"description": "The SMuFL-compliant font to be used when rendering this note.\r\n\r\nThe primary purpose of this attribute is to override a global font assignment."
Expand Down
6 changes: 3 additions & 3 deletions docs/mnx-reference/objects/grace/index.html
Expand Up @@ -110,14 +110,14 @@ <h2>Keys:</h2>
</tr>

<tr>
<td><nobr><b>"grace-type"</b></nobr></td>
<td><nobr><b>"graceType"</b></nobr></td>
<td>

<a href="../grace-type/">grace type object</a>

</td>
<td>No</td>
<td>The kind of grace notes to use. The default value is "steal-previous".</td>
<td>The kind of grace notes to use. The default value is "stealPrevious".</td>
</tr>

<tr>
Expand All @@ -128,7 +128,7 @@ <h2>Keys:</h2>

</td>
<td>No</td>
<td>Whether grace notes are notated with a slash.<br><br>The default value (true) specifies a slash, indicating that the grace notes are displayed with a diagonal stroke and are to be performed quickly and not in their notated rhythm. Otherwise, they are performed with the notated note values according to the performance characteristics given by "grace-type".</td>
<td>Whether grace notes are notated with a slash.<br><br>The default value (true) specifies a slash, indicating that the grace notes are displayed with a diagonal stroke and are to be performed quickly and not in their notated rhythm. Otherwise, they are performed with the notated note values according to the performance characteristics given by "graceType".</td>
</tr>

<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/mnx-reference/objects/note/index.html
Expand Up @@ -125,7 +125,7 @@ <h2>Keys:</h2>
</tr>

<tr>
<td><nobr><b>"smufl-font"</b></nobr></td>
<td><nobr><b>"smuflFont"</b></nobr></td>
<td>

<a href="../smufl-font/">smufl font object</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/mnx-schema.json
Expand Up @@ -200,7 +200,7 @@
],
"type": "object"
},
"smufl-font": {
"smuflFont": {
"$ref": "#/$defs/smufl-font"
},
"staff": {
Expand Down Expand Up @@ -874,7 +874,7 @@
},
"type": "array"
},
"grace-type": {
"graceType": {
"enum": [
"makeTime",
"stealFollowing",
Expand Down

0 comments on commit 3ea57c5

Please sign in to comment.