diff --git a/docgenerator/data.json b/docgenerator/data.json index bce7991e..f5b807db 100644 --- a/docgenerator/data.json +++ b/docgenerator/data.json @@ -5927,7 +5927,7 @@ "pk": 1, "fields": { "parent": 111, - "name": "make-time", + "name": "makeTime", "description": "The run of grace notes delays the onset of the next non-grace event." } }, @@ -5936,7 +5936,7 @@ "pk": 2, "fields": { "parent": 111, - "name": "steal-following", + "name": "stealFollowing", "description": "The run of grace notes occupies a time interval starting at the expected onset of the next non-grace event, both delaying its onset and shortening its duration." } }, @@ -5945,7 +5945,7 @@ "pk": 3, "fields": { "parent": 111, - "name": "steal-previous", + "name": "stealPrevious", "description": "The run of grace notes occupies a time interval that ends before the expected onset of the next non-grace event, shortening the duration of the preceding non-grace event." } }, diff --git a/docs/mnx-reference/objects/grace-type/index.html b/docs/mnx-reference/objects/grace-type/index.html index 9fbceb00..62086455 100644 --- a/docs/mnx-reference/objects/grace-type/index.html +++ b/docs/mnx-reference/objects/grace-type/index.html @@ -67,17 +67,17 @@

Allowed values:

- "make-time" + "makeTime" The run of grace notes delays the onset of the next non-grace event. - "steal-following" + "stealFollowing" The run of grace notes occupies a time interval starting at the expected onset of the next non-grace event, both delaying its onset and shortening its duration. - "steal-previous" + "stealPrevious" The run of grace notes occupies a time interval that ends before the expected onset of the next non-grace event, shortening the duration of the preceding non-grace event. diff --git a/docs/mnx-schema.json b/docs/mnx-schema.json index 1684b8e9..95a42565 100644 --- a/docs/mnx-schema.json +++ b/docs/mnx-schema.json @@ -876,9 +876,9 @@ }, "grace-type": { "enum": [ - "make-time", - "steal-following", - "steal-previous" + "makeTime", + "stealFollowing", + "stealPrevious" ], "type": "string" },