Ties

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": [
                        {
                           "duration": {
                              "base": "quarter"
                           },
                           "notes": [
                              {
                                 "pitch": {
                                    "octave": 5,
                                    "step": "C"
                                 }
                              }
                           ]
                        },
                        {
                           "duration": {
                              "base": "quarter"
                           },
                           "notes": [
                              {
                                 "pitch": {
                                    "octave": 5,
                                    "step": "E"
                                 },
                                 "ties": [
                                    {
                                       "target": "note3"
                                    }
                                 ]
                              }
                           ]
                        },
                        {
                           "duration": {
                              "base": "quarter"
                           },
                           "notes": [
                              {
                                 "id": "note3",
                                 "pitch": {
                                    "octave": 5,
                                    "step": "E"
                                 }
                              }
                           ]
                        },
                        {
                           "duration": {
                              "base": "quarter"
                           },
                           "notes": [
                              {
                                 "pitch": {
                                    "octave": 5,
                                    "step": "C"
                                 },
                                 "ties": [
                                    {
                                       "target": "note5"
                                    }
                                 ]
                              }
                           ]
                        }
                     ]
                  }
               ]
            },
            {
               "sequences": [
                  {
                     "content": [
                        {
                           "duration": {
                              "base": "half"
                           },
                           "notes": [
                              {
                                 "id": "note5",
                                 "pitch": {
                                    "octave": 5,
                                    "step": "C"
                                 },
                                 "ties": [
                                    {
                                       "target": "note6"
                                    }
                                 ]
                              }
                           ]
                        },
                        {
                           "duration": {
                              "base": "half"
                           },
                           "notes": [
                              {
                                 "id": "note6",
                                 "pitch": {
                                    "octave": 5,
                                    "step": "C"
                                 }
                              }
                           ]
                        }
                     ]
                  }
               ]
            }
         ]
      }
   ]
}