From 2f2fe5b438b0eb2c067177852400fd6d7af0c24c Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 7 Mar 2024 15:40:49 +0100 Subject: [PATCH] Renamed 'tied' to 'tie' in Note object. This fixes #256. The rationale is that 'tie' is easier to remember and is a noun instead of an adjective. --- docgenerator/data.json | 38 ++++++++----------- docs/comparisons/musicxml/index.html | 14 +++---- .../examples/organ-layout/index.html | 4 +- docs/mnx-reference/examples/ties/index.html | 12 +++--- docs/mnx-reference/objects/index.html | 2 +- docs/mnx-reference/objects/note/index.html | 4 +- .../objects/{tied => tie}/index.html | 10 ++--- docs/mnx-schema.json | 2 +- 8 files changed, 39 insertions(+), 47 deletions(-) rename docs/mnx-reference/objects/{tied => tie}/index.html (91%) diff --git a/docgenerator/data.json b/docgenerator/data.json index 436675db..16a2d5ae 100644 --- a/docgenerator/data.json +++ b/docgenerator/data.json @@ -2381,11 +2381,11 @@ "model": "spec.jsonobject", "pk": 36, "fields": { - "name": "tied", - "slug": "tied", + "name": "tie", + "slug": "tie", "schema": 1, "object_type": 1, - "description": "The \"tied\" object is used to indicate that a note is tied to a subsequent note." + "description": "The \"tie\" object is used to indicate that a note is tied to a subsequent note." } }, { @@ -3966,7 +3966,7 @@ "pk": 35, "fields": { "parent": 31, - "child_key": "tied", + "child_key": "tie", "child": 36, "is_required": false, "description": "" @@ -6150,7 +6150,7 @@ "slug": "ties", "schema": 1, "blurb": "", - "document": "{\r\n \"mnx\": {\"version\": 1},\r\n \"global\": {\r\n \"measures\": [\r\n {\r\n \"time\": {\"count\": 4, \"unit\": 4}\r\n },\r\n {}\r\n ]\r\n },\r\n \"parts\": [\r\n {\r\n \"measures\": [\r\n {\r\n \"clefs\": [\r\n {\"clef\": {\"sign\": \"G\", \"staffPosition\": -2}}\r\n ],\r\n \"sequences\": [\r\n {\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"E\", \"octave\": 5}, \"tied\": {\"target\": \"note3\"}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"E\", \"octave\": 5}, \"id\": \"note3\"}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}, \"tied\": {\"target\": \"note5\"}}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"sequences\": [\r\n {\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}, \"id\": \"note5\", \"tied\": {\"target\": \"note6\"}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}, \"id\": \"note6\"}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "document": "{\r\n \"mnx\": {\"version\": 1},\r\n \"global\": {\r\n \"measures\": [\r\n {\r\n \"time\": {\"count\": 4, \"unit\": 4}\r\n },\r\n {}\r\n ]\r\n },\r\n \"parts\": [\r\n {\r\n \"measures\": [\r\n {\r\n \"clefs\": [\r\n {\"clef\": {\"sign\": \"G\", \"staffPosition\": -2}}\r\n ],\r\n \"sequences\": [\r\n {\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"E\", \"octave\": 5}, \"tie\": {\"target\": \"note3\"}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"E\", \"octave\": 5}, \"id\": \"note3\"}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}, \"tie\": {\"target\": \"note5\"}}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"sequences\": [\r\n {\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}, \"id\": \"note5\", \"tie\": {\"target\": \"note6\"}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 5}, \"id\": \"note6\"}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "image_url": "/static/examples/ties.png", "is_featured": false } @@ -6501,7 +6501,7 @@ "slug": "organ-layout", "schema": 1, "blurb": "Note only the music in the first measure is encoded here.", - "document": "{\r\n\"mnx\": {\"version\": 1},\r\n \"global\": {\r\n \"measures\": [\r\n {\r\n \"key\": {\"fifths\": -3},\r\n \"time\": {\"count\": 3, \"unit\": 4}\r\n }\r\n ]\r\n },\r\n \"parts\": [\r\n {\r\n \"id\": \"organ\",\r\n \"staves\": 3,\r\n \"measures\": [\r\n {\r\n \"clefs\": [\r\n {\"clef\": {\"sign\": \"G\", \"staffPosition\": -2}}\r\n ],\r\n \"sequences\": [\r\n {\r\n \"staff\": 1,\r\n \"voice\": \"Main\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"main1\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"G\", \"octave\": 4}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"main2\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\r\n \"pitch\": {\"step\": \"F\", \"octave\": 4, \"alter\": 1},\r\n \"accidentalDisplay\": {\"show\": true}\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"main3\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\r\n \"pitch\": {\"step\": \"A\", \"octave\": 4},\r\n \"accidentalDisplay\": {\"show\": true}\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"staff\": 1,\r\n \"voice\": \"Oberwerk\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"ober1\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"B\", \"octave\": 3, \"alter\": -1}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"ober2\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\r\n \"pitch\": {\"step\": \"A\", \"octave\": 3},\r\n \"accidentalDisplay\": {\"show\": true}\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"ober3\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 4}}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"staff\": 2,\r\n \"voice\": \"Hauptwerk\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\", \"dots\": 1},\r\n \"rest\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"staff\": 3,\r\n \"voice\": \"Pedal\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\", \"dots\": 1},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"E\", \"octave\": 3, \"alter\": -1}, \"tied\": {\"target\": \"pedNote2\"}}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"layouts\": [\r\n {\r\n \"id\": \"organ3Staff\",\r\n \"content\": [\r\n {\r\n \"type\": \"group\",\r\n \"symbol\": \"brace\",\r\n \"content\": [\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 1}\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 2}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 3}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": \"organ3StaffSplitOber\",\r\n \"content\": [\r\n {\r\n \"type\": \"group\",\r\n \"content\": [\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"voice\": \"Main\", \"stem\": \"up\"},\r\n {\"part\": \"organ\", \"voice\": \"Oberwerk\", \"stem\": \"down\"}\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"voice\": \"Hauptwerk\"}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 3}\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"scores\": [\r\n {\r\n \"name\": \"defaultScore\",\r\n \"pages\": [\r\n {\r\n \"systems\": [\r\n {\"layout\": \"organ3Staff\", \"measure\": 1, \"layout-changes\": [{\"layout\": \"organ3StaffSplitOber\", \"location\": \"1:3/8\"}]},\r\n {\"layout\": \"organ3StaffSplitOber\", \"measure\": 6}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "document": "{\r\n\"mnx\": {\"version\": 1},\r\n \"global\": {\r\n \"measures\": [\r\n {\r\n \"key\": {\"fifths\": -3},\r\n \"time\": {\"count\": 3, \"unit\": 4}\r\n }\r\n ]\r\n },\r\n \"parts\": [\r\n {\r\n \"id\": \"organ\",\r\n \"staves\": 3,\r\n \"measures\": [\r\n {\r\n \"clefs\": [\r\n {\"clef\": {\"sign\": \"G\", \"staffPosition\": -2}}\r\n ],\r\n \"sequences\": [\r\n {\r\n \"staff\": 1,\r\n \"voice\": \"Main\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"main1\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"G\", \"octave\": 4}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"main2\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\r\n \"pitch\": {\"step\": \"F\", \"octave\": 4, \"alter\": 1},\r\n \"accidentalDisplay\": {\"show\": true}\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"main3\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\r\n \"pitch\": {\"step\": \"A\", \"octave\": 4},\r\n \"accidentalDisplay\": {\"show\": true}\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"staff\": 1,\r\n \"voice\": \"Oberwerk\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"quarter\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"rest\": {}\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"ober1\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"B\", \"octave\": 3, \"alter\": -1}}\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"ober2\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\r\n \"pitch\": {\"step\": \"A\", \"octave\": 3},\r\n \"accidentalDisplay\": {\"show\": true}\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"event\",\r\n \"id\": \"ober3\",\r\n \"duration\": {\"base\": \"eighth\"},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"C\", \"octave\": 4}}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"staff\": 2,\r\n \"voice\": \"Hauptwerk\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\", \"dots\": 1},\r\n \"rest\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"staff\": 3,\r\n \"voice\": \"Pedal\",\r\n \"content\": [\r\n {\r\n \"type\": \"event\",\r\n \"duration\": {\"base\": \"half\", \"dots\": 1},\r\n \"notes\": [\r\n {\"pitch\": {\"step\": \"E\", \"octave\": 3, \"alter\": -1}, \"tie\": {\"target\": \"pedNote2\"}}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"layouts\": [\r\n {\r\n \"id\": \"organ3Staff\",\r\n \"content\": [\r\n {\r\n \"type\": \"group\",\r\n \"symbol\": \"brace\",\r\n \"content\": [\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 1}\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 2}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 3}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"id\": \"organ3StaffSplitOber\",\r\n \"content\": [\r\n {\r\n \"type\": \"group\",\r\n \"content\": [\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"voice\": \"Main\", \"stem\": \"up\"},\r\n {\"part\": \"organ\", \"voice\": \"Oberwerk\", \"stem\": \"down\"}\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"voice\": \"Hauptwerk\"}\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"type\": \"staff\",\r\n \"sources\": [\r\n {\"part\": \"organ\", \"staff\": 3}\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"scores\": [\r\n {\r\n \"name\": \"defaultScore\",\r\n \"pages\": [\r\n {\r\n \"systems\": [\r\n {\"layout\": \"organ3Staff\", \"measure\": 1, \"layout-changes\": [{\"layout\": \"organ3StaffSplitOber\", \"location\": \"1:3/8\"}]},\r\n {\"layout\": \"organ3StaffSplitOber\", \"measure\": 6}\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", "image_url": "/static/examples/organ-layout.png", "is_featured": false } @@ -6680,7 +6680,7 @@ "fields": { "example": 8, "doc_format": 1, - "preamble": "MusicXML uses two elements: <tie> to describe the sound and <tied> to indicate a visual tie in notation. The first note gets type=\"start\", the second gets type=\"stop\".\r\n\r\nMNX uses a single object: \"tied\". Only the first note in the tie encodes this; its target points at the id of the end note.\r\n\r\nFor a series of notes tied together (e.g., the second tie in the above example), both MusicXML and MNX require you to encode each “inner tie” separately.", + "preamble": "MusicXML uses two elements: <tie> to describe the sound and <tied> to indicate a visual tie in notation. The first note gets type=\"start\", the second gets type=\"stop\".\r\n\r\nMNX uses a single object: \"tie\". Only the first note in the tie encodes this; its target points at the id of the end note.\r\n\r\nFor a series of notes tied together (e.g., the second tie in the above example), both MusicXML and MNX require you to encode each “inner tie” separately.", "document": "\r\n \r\n \r\n Music\r\n \r\n \r\n \r\n \r\n \r\n 256\r\n \r\n 0\r\n \r\n \r\n \r\n G\r\n 2\r\n \r\n \r\n \r\n \r\n C\r\n 5\r\n \r\n 256\r\n quarter\r\n \r\n \r\n \r\n E\r\n 5\r\n \r\n 256\r\n \r\n quarter\r\n \r\n \r\n \r\n \r\n \r\n \r\n E\r\n 5\r\n \r\n 256\r\n \r\n quarter\r\n \r\n \r\n \r\n \r\n \r\n \r\n C\r\n 5\r\n \r\n 256\r\n \r\n quarter\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n C\r\n 5\r\n \r\n 512\r\n \r\n \r\n half\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n C\r\n 5\r\n \r\n 512\r\n \r\n half\r\n \r\n \r\n \r\n \r\n \r\n \r\n", "position": 7 } @@ -8401,14 +8401,6 @@ "json_object": 45 } }, -{ - "model": "spec.exampledocumentobject", - "pk": 255, - "fields": { - "example": 8, - "json_object": 36 - } -}, { "model": "spec.exampledocumentobject", "pk": 256, @@ -11785,14 +11777,6 @@ "json_object": 35 } }, -{ - "model": "spec.exampledocumentobject", - "pk": 801, - "fields": { - "example": 35, - "json_object": 36 - } -}, { "model": "spec.exampledocumentobject", "pk": 802, @@ -16065,6 +16049,14 @@ "json_object": 127 } }, +{ + "model": "spec.exampledocumentobject", + "pk": 1340, + "fields": { + "example": 8, + "json_object": 36 + } +}, { "model": "spec.staticpagecollection", "pk": 1, diff --git a/docs/comparisons/musicxml/index.html b/docs/comparisons/musicxml/index.html index c949acfa..c829d1f1 100644 --- a/docs/comparisons/musicxml/index.html +++ b/docs/comparisons/musicxml/index.html @@ -1859,7 +1859,7 @@

Ties

MusicXML uses two elements: <tie> to describe the sound and <tied> to indicate a visual tie in notation. The first note gets type="start", the second gets type="stop".

-

MNX uses a single object: "tied". Only the first note in the tie encodes this; its target points at the id of the end note.

+

MNX uses a single object: "tie". Only the first note in the tie encodes this; its target points at the id of the end note.

For a series of notes tied together (e.g., the second tie in the above example), both MusicXML and MNX require you to encode each “inner tie” separately.

@@ -2021,8 +2021,8 @@

MNX

"octave": 5, "step": "E" }, - "tied": { - "target": "note3" + "tie": { + "target": "note3" } } ] @@ -2053,8 +2053,8 @@

MNX

"octave": 5, "step": "C" }, - "tied": { - "target": "note5" + "tie": { + "target": "note5" } } ] @@ -2079,8 +2079,8 @@

MNX

"octave": 5, "step": "C" }, - "tied": { - "target": "note6" + "tie": { + "target": "note6" } } ] diff --git a/docs/mnx-reference/examples/organ-layout/index.html b/docs/mnx-reference/examples/organ-layout/index.html index 5f195fcf..065c6aa6 100644 --- a/docs/mnx-reference/examples/organ-layout/index.html +++ b/docs/mnx-reference/examples/organ-layout/index.html @@ -349,8 +349,8 @@

Organ layout

"octave": 3, "step": "E" }, - "tied": { - "target": "pedNote2" + "tie": { + "target": "pedNote2" } } ] diff --git a/docs/mnx-reference/examples/ties/index.html b/docs/mnx-reference/examples/ties/index.html index a196f782..31aa7dde 100644 --- a/docs/mnx-reference/examples/ties/index.html +++ b/docs/mnx-reference/examples/ties/index.html @@ -120,8 +120,8 @@

Ties

"octave": 5, "step": "E" }, - "tied": { - "target": "note3" + "tie": { + "target": "note3" } } ] @@ -152,8 +152,8 @@

Ties

"octave": 5, "step": "C" }, - "tied": { - "target": "note5" + "tie": { + "target": "note5" } } ] @@ -178,8 +178,8 @@

Ties

"octave": 5, "step": "C" }, - "tied": { - "target": "note6" + "tie": { + "target": "note6" } } ] diff --git a/docs/mnx-reference/objects/index.html b/docs/mnx-reference/objects/index.html index 6120b038..e4ffac29 100644 --- a/docs/mnx-reference/objects/index.html +++ b/docs/mnx-reference/objects/index.html @@ -256,7 +256,7 @@

Objects used in MNX

  • tenuto
  • -
  • tied
  • +
  • tie
  • time signature
  • diff --git a/docs/mnx-reference/objects/note/index.html b/docs/mnx-reference/objects/note/index.html index b3a2fecc..7fcf03b7 100644 --- a/docs/mnx-reference/objects/note/index.html +++ b/docs/mnx-reference/objects/note/index.html @@ -147,10 +147,10 @@

    Keys:

    - "tied" + "tie" - tied object + tie object No diff --git a/docs/mnx-reference/objects/tied/index.html b/docs/mnx-reference/objects/tie/index.html similarity index 91% rename from docs/mnx-reference/objects/tied/index.html rename to docs/mnx-reference/objects/tie/index.html index 5c70c436..480f7ce9 100644 --- a/docs/mnx-reference/objects/tied/index.html +++ b/docs/mnx-reference/objects/tie/index.html @@ -2,7 +2,7 @@ -The tied object | MNX specification +The tie object | MNX specification @@ -44,15 +44,15 @@ MNX specification > MNX reference > Objects > - tied + tie

    -

    The tied object

    +

    The tie object

    Type: Dictionary

    -The "tied" object is used to indicate that a note is tied to a subsequent note. +The "tie" object is used to indicate that a note is tied to a subsequent note. @@ -100,7 +100,7 @@

    Examples

    This object is used in the following examples:

    - Organ layout, Ties + Ties

    diff --git a/docs/mnx-schema.json b/docs/mnx-schema.json index f78bad31..3f2eed25 100644 --- a/docs/mnx-schema.json +++ b/docs/mnx-schema.json @@ -193,7 +193,7 @@ "staff": { "$ref": "#/$defs/staff-number" }, - "tied": { + "tie": { "additionalProperties": false, "properties": { "location": {