Slurs (for chords)

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": [ { "id": "ev1", "type": "event", "duration": { "base": "quarter" }, "notes": [ { "pitch": { "octave": 5, "step": "C" } }, { "pitch": { "octave": 5, "step": "E" } } ], "slurs": [ { "side": "up", "target": "ev4" } ] }, { "id": "ev2", "type": "event", "duration": { "base": "quarter" }, "notes": [ { "pitch": { "octave": 5, "step": "D" } }, { "pitch": { "octave": 5, "step": "F" } } ] }, { "id": "ev3", "type": "event", "duration": { "base": "quarter" }, "notes": [ { "pitch": { "octave": 5, "step": "E" } }, { "pitch": { "octave": 5, "step": "G" } } ] }, { "id": "ev4", "type": "event", "duration": { "base": "quarter" }, "notes": [ { "pitch": { "octave": 5, "step": "F" } }, { "pitch": { "octave": 5, "step": "A" } } ] } ] } ] } ] } ] }