Skip to content

Commit

Permalink
Added 'none' value to staff-symbol enum.
Browse files Browse the repository at this point in the history
Fixes #333.
  • Loading branch information
adrianholovaty committed Apr 22, 2024
1 parent bffb472 commit 9684e7f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docgenerator/data.json
Expand Up @@ -6525,6 +6525,15 @@
"description": "Display both the note value units of the tuplet's \"inner\" and \"outer\" attributes."
}
},
{
"model": "spec.jsonobjectenum",
"pk": 68,
"fields": {
"parent": 89,
"name": "none",
"description": ""
}
},
{
"model": "spec.exampledocument",
"pk": 1,
Expand Down
5 changes: 5 additions & 0 deletions docs/mnx-reference/objects/staff-symbol/index.html
Expand Up @@ -76,6 +76,11 @@ <h2>Allowed values:</h2>
<td></td>
</tr>

<tr>
<td><nobr><b>&quot;none&quot;</b></nobr></td>
<td></td>
</tr>

</table>


Expand Down
3 changes: 2 additions & 1 deletion docs/mnx-schema.json
Expand Up @@ -386,7 +386,8 @@
"staff-symbol": {
"enum": [
"bracket",
"brace"
"brace",
"none"
],
"type": "string"
},
Expand Down

0 comments on commit 9684e7f

Please sign in to comment.