“Hello world”
This basic MNX document contains a single middle C whole note, on a treble clef staff, in 4/4 time.
See also: This same example in MusicXML
{
"mnx": {
"version": 1
},
"global": {
"measures": [
{
"barline": {
"type": "regular"
},
"time": {
"count": 4,
"unit": 4
}
}
]
},
"parts": [
{
"measures": [
{
"clefs": [
{
"clef": {
"sign": "G",
"staffPosition": -2
}
}
],
"sequences": [
{
"content": [
{
"type": "event",
"duration": {
"base": "whole"
},
"notes": [
{
"pitch": {
"octave": 4,
"step": "C"
}
}
]
}
]
}
]
}
]
}
]
}