Slurs (incomplete slurs)

See also: This same example in MusicXML

{ "mnx": { "version": 1 }, "global": { "measures": [ { "time": { "count": 4, "unit": 4 } } ] }, "parts": [ { "measures": [ { "clefs": [ { "clef": { "sign": "G", "staffPosition": -2 } } ], "sequences": [ { "content": [ { "type": "event", "duration": { "base": "half" }, "notes": [ { "pitch": { "octave": 5, "step": "C" } } ] }, { "type": "event", "duration": { "base": "half" }, "notes": [ { "pitch": { "octave": 5, "step": "D" } } ], "slurs": [ { "location": "outgoing", "side": "up" } ] } ] } ] } ] } ] }