Skip to content

Commit

Permalink
Changed event keys to use camelCase.
Browse files Browse the repository at this point in the history
stem-direction and smufl-font are now stemDirection and smuflFont.
  • Loading branch information
adrianholovaty committed Apr 22, 2024
1 parent 9509d4c commit 2ec0ea2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docgenerator/data.json
Expand Up @@ -5333,7 +5333,7 @@
"pk": 181,
"fields": {
"parent": 26,
"child_key": "stem-direction",
"child_key": "stemDirection",
"child": 95,
"is_required": false,
"description": "Whether the stem of the note(s) in this event is up or down. If not provided, this is left to consuming software to decide automatically."
Expand Down Expand Up @@ -5377,7 +5377,7 @@
"pk": 186,
"fields": {
"parent": 26,
"child_key": "smufl-font",
"child_key": "smuflFont",
"child": 118,
"is_required": false,
"description": "The SMuFL-compliant font to be used when rendering this event.\r\n\r\nThe primary purpose of this attribute is to override a global font assignment."
Expand Down
4 changes: 2 additions & 2 deletions docs/mnx-reference/objects/event/index.html
Expand Up @@ -166,7 +166,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 All @@ -188,7 +188,7 @@ <h2>Keys:</h2>
</tr>

<tr>
<td><nobr><b>"stem-direction"</b></nobr></td>
<td><nobr><b>"stemDirection"</b></nobr></td>
<td>

<a href="../stem-direction/">stem direction object</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/mnx-schema.json
Expand Up @@ -268,13 +268,13 @@
},
"type": "array"
},
"smufl-font": {
"smuflFont": {
"$ref": "#/$defs/smufl-font"
},
"staff": {
"$ref": "#/$defs/staff-number"
},
"stem-direction": {
"stemDirection": {
"$ref": "#/$defs/stem-direction"
},
"type": {
Expand Down

0 comments on commit 2ec0ea2

Please sign in to comment.