[
  {
   "ctor": "SuiChordChangeDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "label": "Edit Chord Symbol"
      },
      {
       "undo": "Undo Chord Symbols"
      },
      {
       "doneEditing": "Done Editing Chord Symbols"
      }
     ]
    },
    {
     "id": "verse",
     "label": "Ordinality",
     "options": [
      {
       "value": "0",
       "label": "1"
      },
      {
       "value": "1",
       "label": "2"
      },
      {
       "value": "2",
       "label": "3"
      }
     ]
    },
    {
     "id": "translateY",
     "label": "Y Adjustment (Px)",
     "options": []
    },
    {
     "id": "chordEditor",
     "label": "Edit Text",
     "options": []
    },
    {
     "id": "chordSymbol",
     "label": "Chord Symbol",
     "options": [
      {
       "value": "csymDiminished",
       "label": "Dim"
      },
      {
       "value": "csymHalfDiminished",
       "label": "Half dim"
      },
      {
       "value": "csymDiagonalArrangementSlash",
       "label": "Slash"
      },
      {
       "value": "csymMajorSeventh",
       "label": "Maj7"
      }
     ]
    },
    {
     "id": "textPosition",
     "label": "Text Position",
     "options": [
      {
       "value": "1",
       "label": "Superscript"
      },
      {
       "value": "2",
       "label": "Subscript"
      },
      {
       "value": "0",
       "label": "Normal"
      }
     ]
    },
    {
     "id": "font",
     "label": "Font",
     "options": []
    },
    {
     "id": "adjustWidth",
     "label": "Adjust Note Width",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiDynamicModifierDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "yOffsetLine",
     "label": "Y Line",
     "options": []
    },
    {
     "id": "yOffsetPixels",
     "label": "Y Offset Px",
     "options": []
    },
    {
     "id": "xOffset",
     "label": "X Offset",
     "options": []
    },
    {
     "id": "text",
     "label": "Text",
     "options": [
      {
       "value": "p",
       "label": "Piano"
      },
      {
       "value": "pp",
       "label": "Pianissimo"
      },
      {
       "value": "mp",
       "label": "Mezzo-Piano"
      },
      {
       "value": "mf",
       "label": "Mezzo-Forte"
      },
      {
       "value": "f",
       "label": "Forte"
      },
      {
       "value": "ff",
       "label": "Fortissimo"
      },
      {
       "value": "sfz",
       "label": "Sforzando"
      }
     ]
    }
   ]
  },
  {
   "ctor": "SuiGlobalLayoutDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "noteSpacing",
     "label": "Note Spacing",
     "options": []
    },
    {
     "id": "pageSize",
     "label": "Seitengröße",
     "options": [
      {
       "value": "letter",
       "label": "Brief"
      },
      {
       "value": "letterLandscape",
       "label": "Brief (Landscape)"
      },
      {
       "value": "tabloid",
       "label": "Tabloid (11x17)"
      },
      {
       "value": "A4",
       "label": "A4"
      },
      {
       "value": "custom",
       "label": "benutzerdefiniert"
      }
     ]
    },
    {
     "id": "pageWidth",
     "label": "Page Width (px)",
     "options": []
    },
    {
     "id": "pageHeight",
     "label": "Page Height (px)",
     "options": []
    },
    {
     "id": "zoomScale",
     "label": "% Zoom",
     "options": []
    },
    {
     "id": "svgScale",
     "label": "% Note size",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiHairpinAttributesDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "height",
     "label": "Height",
     "options": []
    },
    {
     "id": "yOffset",
     "label": "Y Shift",
     "options": []
    },
    {
     "id": "xOffsetRight",
     "label": "Right Shift",
     "options": []
    },
    {
     "id": "xOffsetLeft",
     "label": "Left Shift",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiInsertMeasures",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "measureCount",
     "label": "Measures to Insert",
     "options": []
    },
    {
     "id": "append",
     "label": "Append to Selection",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiInstrumentDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "transposeIndex",
     "label": "Transpose Index (1/2 steps)",
     "options": []
    },
    {
     "id": "instrumentName",
     "label": "Name",
     "options": []
    },
    {
     "id": "clef",
     "label": "Clef",
     "options": [
      {
       "value": "treble",
       "label": "Treble"
      },
      {
       "value": "bass",
       "label": "Bass"
      },
      {
       "value": "tenor",
       "label": "Tenor"
      },
      {
       "value": "alto",
       "label": "Alto"
      }
     ]
    },
    {
     "id": "applyTo",
     "label": "Apply To",
     "options": [
      {
       "value": "0",
       "label": "Score"
      },
      {
       "value": "1",
       "label": "Selected Measures"
      },
      {
       "value": "3",
       "label": "Remaining Measures"
      }
     ]
    }
   ]
  },
  {
   "ctor": "SuiLoadFileDialog",
   "dialogElements": [
    {
     "staticText": []
    }
   ]
  },
  {
   "ctor": "SuiLoadMxmlDialog",
   "dialogElements": [
    {
     "staticText": []
    }
   ]
  },
  {
   "ctor": "SuiLyricDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "doneEditing": "Done Editing Lyrics"
      },
      {
       "undo": "Undo Lyrics"
      },
      {
       "label": "Lyric Editor"
      }
     ]
    },
    {
     "id": "verse",
     "label": "Verse",
     "options": [
      {
       "value": "0",
       "label": "1"
      },
      {
       "value": "1",
       "label": "2"
      },
      {
       "value": "2",
       "label": "3"
      },
      {
       "value": "3",
       "label": "4"
      }
     ]
    },
    {
     "id": "translateY",
     "label": "Y Adjustment (Px)",
     "options": []
    },
    {
     "id": "font",
     "label": "Font",
     "options": []
    },
    {
     "id": "lyricEditor",
     "label": "Edit Lyrics",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiMeasureDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "padLeft",
     "label": "Pad Left (px)",
     "options": []
    },
    {
     "id": "customStretch",
     "label": "Stretch Contents",
     "options": []
    },
    {
     "id": "customProportion",
     "label": "Proportionalality",
     "options": []
    },
    {
     "id": "padAllInSystem",
     "label": "Pad all measures in system",
     "options": []
    },
    {
     "id": "autoJustify",
     "label": "Justify Columns",
     "options": []
    },
    {
     "id": "systemBreak",
     "label": "System break before this measure",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiPageLayoutDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "all": "undefined"
      },
      {
       "remaining": "undefined"
      },
      {
       "current": "undefined"
      }
     ]
    },
    {
     "id": "applyToPage",
     "label": "Apply to Page",
     "options": [
      {
       "value": "-1",
       "label": "All"
      },
      {
       "value": "-2",
       "label": "All Remaining"
      },
      {
       "value": "1",
       "label": "Page 1"
      }
     ]
    },
    {
     "id": "leftMargin",
     "label": "Left Margin (px)",
     "options": []
    },
    {
     "id": "rightMargin",
     "label": "Right Margin (px)",
     "options": []
    },
    {
     "id": "topMargin",
     "label": "Top Margin (px)",
     "options": []
    },
    {
     "id": "bottomMargin",
     "label": "Bottom Margin (px)",
     "options": []
    },
    {
     "id": "interGap",
     "label": "Inter-System Margin",
     "options": []
    },
    {
     "id": "intraGap",
     "label": "Intra-System Margin",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiPartInfoDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "partName",
     "label": "Part Name",
     "options": []
    },
    {
     "id": "partAbbreviation",
     "label": "Part Abbrev.",
     "options": []
    },
    {
     "id": "preserveTextGroups",
     "label": "Part-specific text",
     "options": []
    },
    {
     "id": "cueInScore",
     "label": "Show as Cues in score",
     "options": []
    },
    {
     "id": "includeNext",
     "label": "Include Next Staff in Part",
     "options": []
    },
    {
     "id": "restoreScoreView",
     "label": "Restore View on Close",
     "options": []
    },
    {
     "id": "noteSpacing",
     "label": "Note Spacing",
     "options": []
    },
    {
     "id": "pageSize",
     "label": "Page Size",
     "options": [
      {
       "value": "letter",
       "label": "Letter (Portrait)"
      },
      {
       "value": "letterLandscape",
       "label": "Letter (Landscape)"
      },
      {
       "value": "tabloid",
       "label": "Tabloid (11x17)"
      },
      {
       "value": "A4",
       "label": "A4"
      },
      {
       "value": "custom",
       "label": "Custom"
      }
     ]
    },
    {
     "id": "pageWidth",
     "label": "Page Width (px)",
     "options": []
    },
    {
     "id": "pageHeight",
     "label": "Page Height (px)",
     "options": []
    },
    {
     "id": "zoomScale",
     "label": "% Zoom",
     "options": []
    },
    {
     "id": "svgScale",
     "label": "% Note size",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiPrintFileDialog",
   "dialogElements": [
    {
     "staticText": []
    }
   ]
  },
  {
   "ctor": "SuiSaveFileDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "saveFileName",
     "label": "File Name",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiSaveMidiDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "saveFileName",
     "label": "File Name",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiSaveXmlDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "saveFileName",
     "label": "File Name",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiScoreFontDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "engravingFont",
     "label": "Schriftart",
     "options": [
      {
       "value": "Bravura",
       "label": "Bravura"
      },
      {
       "value": "Gonville",
       "label": "Gonville"
      },
      {
       "value": "Petaluma",
       "label": "Petaluma"
      },
      {
       "value": "Leland",
       "label": "Leland"
      }
     ]
    },
    {
     "id": "chordFont",
     "label": "Chord Font",
     "options": []
    },
    {
     "id": "lyricFont",
     "label": "Lyric Font",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiScorePreferencesDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "autoAdvance",
     "label": "Auto-advance after pitch",
     "options": []
    },
    {
     "id": "autoPlay",
     "label": "Auto-play sounds for note entry",
     "options": []
    },
    {
     "id": "showPiano",
     "label": "Show Piano widget",
     "options": []
    },
    {
     "id": "defaultDupleDuration",
     "label": "Default Duration (even meter)",
     "options": [
      {
       "value": "4096",
       "label": "1/4"
      },
      {
       "value": "2048",
       "label": "1/8"
      }
     ]
    },
    {
     "id": "defaultTripleDuration",
     "label": "Default Duration (triple meter)",
     "options": [
      {
       "value": "6144",
       "label": "dotted 1/4"
      },
      {
       "value": "2048",
       "label": "1/8"
      }
     ]
    }
   ]
  },
  {
   "ctor": "SuiScoreIdentificationDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "titleText": "Title"
      },
      {
       "subTitleText": "Sub-title"
      },
      {
       "copyrightText": "Copyright"
      },
      {
       "composerText": "Composer"
      },
      {
       "show": "Show"
      }
     ]
    },
    {
     "id": "name",
     "label": "Score Name",
     "options": []
    },
    {
     "id": "title",
     "label": "Title",
     "options": []
    },
    {
     "id": "subTitle",
     "label": "Sub Title",
     "options": []
    },
    {
     "id": "composer",
     "label": "Composer",
     "options": []
    },
    {
     "id": "copyright",
     "label": "Copyright",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiScoreViewDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "scoreView",
     "label": "Show staff",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiSlurAttributesDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "spacing",
     "label": "Spacing",
     "options": []
    },
    {
     "id": "thickness",
     "label": "Thickness",
     "options": []
    },
    {
     "id": "xOffset",
     "label": "X Offset",
     "options": []
    },
    {
     "id": "yOffset",
     "label": "Y Offset",
     "options": []
    },
    {
     "id": "position",
     "label": "Startposition",
     "options": [
      {
       "value": "1",
       "label": "Head"
      },
      {
       "value": "2",
       "label": "Top"
      }
     ]
    },
    {
     "id": "position_end",
     "label": "Endposition",
     "options": [
      {
       "value": "1",
       "label": "Head"
      },
      {
       "value": "2",
       "label": "Top"
      }
     ]
    },
    {
     "id": "invert",
     "label": "Invert",
     "options": []
    },
    {
     "id": "cp1x",
     "label": "Control Point 1 X",
     "options": []
    },
    {
     "id": "cp1y",
     "label": "Control Point 1 Y",
     "options": []
    },
    {
     "id": "cp2x",
     "label": "Control Point 2 X",
     "options": []
    },
    {
     "id": "cp2y",
     "label": "Control Point 2 Y",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiStaffGroupDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "includeStaff": "Include Staff"
      }
     ]
    },
    {
     "id": "staffGroups",
     "label": "Staves in Group",
     "options": []
    },
    {
     "id": "leftConnector",
     "label": "Left Connector",
     "options": [
      {
       "value": "1",
       "label": "Bracket"
      },
      {
       "value": "0",
       "label": "Brace"
      },
      {
       "value": "2",
       "label": "Single"
      },
      {
       "value": "3",
       "label": "Double"
      }
     ]
    }
   ]
  },
  {
   "ctor": "SuiTempoDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "tempoMode",
     "label": "Tempo Modus",
     "options": [
      {
       "value": "duration",
       "label": "Dauer (Beats/Minute)"
      },
      {
       "value": "text",
       "label": "Tempo Text"
      },
      {
       "value": "custom",
       "label": "Text und Dauer festlegen"
      }
     ]
    },
    {
     "id": "customText",
     "label": "Custom Text",
     "options": []
    },
    {
     "id": "bpm",
     "label": "Notes/Minute",
     "options": []
    },
    {
     "id": "beatDuration",
     "label": "Einheit für Beat",
     "options": [
      {
       "value": "4096",
       "label": "Quarter Note"
      },
      {
       "value": "2048",
       "label": "1/8 note"
      },
      {
       "value": "6144",
       "label": "Dotted 1/4 note"
      },
      {
       "value": "8192",
       "label": "1/2 note"
      }
     ]
    },
    {
     "id": "tempoText",
     "label": "Tempo Text",
     "options": [
      {
       "value": "Larghissimo",
       "label": "Larghissimo"
      },
      {
       "value": "Grave",
       "label": "Grave"
      },
      {
       "value": "Lento",
       "label": "Lento"
      },
      {
       "value": "Largo",
       "label": "Largo"
      },
      {
       "value": "Larghetto",
       "label": "Larghetto"
      },
      {
       "value": "Adagio",
       "label": "Adagio"
      },
      {
       "value": "Adagietto",
       "label": "Adagietto"
      },
      {
       "value": "Andante moderato",
       "label": "Andante moderato"
      },
      {
       "value": "Andante",
       "label": "Andante"
      },
      {
       "value": "Andantino",
       "label": "Andantino"
      },
      {
       "value": "Moderato",
       "label": "Moderato"
      },
      {
       "value": "Allegretto",
       "label": "Allegretto"
      },
      {
       "value": "Allegro",
       "label": "Allegro"
      },
      {
       "value": "Vivace",
       "label": "Vivace"
      },
      {
       "value": "Presto",
       "label": "Presto"
      },
      {
       "value": "Prestissimo",
       "label": "Prestissimo"
      }
     ]
    },
    {
     "id": "applyToAll",
     "label": "Apply to all future measures?",
     "options": []
    },
    {
     "id": "display",
     "label": "Display Tempo",
     "options": []
    },
    {
     "id": "yOffset",
     "label": "Y Offset",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiTextBlockDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "label": "Text Properties"
      },
      {
       "editorLabel": "Done Editing Text"
      },
      {
       "draggerLabel": "Done Dragging Text"
      }
     ]
    },
    {
     "id": "textEditor",
     "label": "Edit Text",
     "options": []
    },
    {
     "id": "insertCode",
     "label": "Insert Special",
     "options": [
      {
       "value": "@@@",
       "label": "Pages"
      },
      {
       "value": "###",
       "label": "Page Number"
      }
     ]
    },
    {
     "id": "textDragger",
     "label": "Move Text",
     "options": []
    },
    {
     "id": "x",
     "label": "X Position (Px)",
     "options": []
    },
    {
     "id": "y",
     "label": "Y Position (Px)",
     "options": []
    },
    {
     "id": "font",
     "label": "Font Information",
     "options": []
    },
    {
     "id": "textBlock",
     "label": "Text Block Properties",
     "options": []
    },
    {
     "id": "pagination",
     "label": "Page Behavior",
     "options": [
      {
       "value": "4",
       "label": "Once"
      },
      {
       "value": "1",
       "label": "Every"
      },
      {
       "value": "3",
       "label": "Odd"
      },
      {
       "value": "5",
       "label": "Subsequent"
      }
     ]
    },
    {
     "id": "attachToSelector",
     "label": "Attach to Selection",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiTieAttributesDialog",
   "dialogElements": [
    {
     "staticText": [
      {
       "label": "Tie Properties"
      },
      {
       "fromNote": "From Note"
      },
      {
       "toNote": "To Note"
      }
     ]
    },
    {
     "id": "lines",
     "label": "Lines",
     "options": []
    },
    {
     "id": "cp1",
     "label": "Control Point 1",
     "options": []
    },
    {
     "id": "cp2",
     "label": "Control Point 2",
     "options": []
    },
    {
     "id": "first_x_shift",
     "label": "X Offset 1",
     "options": []
    },
    {
     "id": "last_x_shift",
     "label": "X Offset 2",
     "options": []
    },
    {
     "id": "y_shift",
     "label": "Y Offset",
     "options": []
    },
    {
     "id": "tie_spacing",
     "label": "Tie Spacing",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiTimeSignatureDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "numerator",
     "label": "Beats/Measure",
     "options": []
    },
    {
     "id": "denominator",
     "label": "Beat Value",
     "options": [
      {
       "value": "8",
       "label": "8"
      },
      {
       "value": "4",
       "label": "4"
      },
      {
       "value": "2",
       "label": "2"
      }
     ]
    },
    {
     "id": "display",
     "label": "Display",
     "options": []
    },
    {
     "id": "useSymbol",
     "label": "Common/Cut",
     "options": []
    },
    {
     "id": "customString",
     "label": "Custom",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiVoltaAttributeDialog",
   "dialogElements": [
    {
     "staticText": []
    },
    {
     "id": "number",
     "label": "number",
     "options": []
    },
    {
     "id": "xOffsetStart",
     "label": "X1 Offset",
     "options": []
    },
    {
     "id": "xOffsetEnd",
     "label": "X2 Offset",
     "options": []
    },
    {
     "id": "yOffset",
     "label": "Y Offset",
     "options": []
    }
   ]
  },
  {
   "ctor": "SuiDynamicsMenu",
   "label": "Dynamics",
   "options": {},
   "menuItems": [
    {
     "value": "pp",
     "text": "Pianissimo"
    },
    {
     "value": "p",
     "text": "Piano"
    },
    {
     "value": "mp",
     "text": "Mezzo-piano"
    },
    {
     "value": "mf",
     "text": "Mezzo-forte"
    },
    {
     "value": "f",
     "text": "Forte"
    },
    {
     "value": "ff",
     "text": "Fortissimo"
    },
    {
     "value": "sfz",
     "text": "sfortzando"
    },
    {
     "value": "cancel",
     "text": "Abbrechen"
    }
   ]
  },
  {
   "ctor": "SuiFileMenu",
   "label": "Datei",
   "options": {},
   "menuItems": [
    {
     "value": "newFile",
     "text": "Neu"
    },
    {
     "value": "openFile",
     "text": "Öffnen"
    },
    {
     "value": "quickSave",
     "text": "Schnellspeichern"
    },
    {
     "value": "saveFile",
     "text": "Speichern"
    },
    {
     "value": "printScore",
     "text": "Drucken"
    },
    {
     "value": "importMxml",
     "text": "Import MusicXML"
    },
    {
     "value": "exportXml",
     "text": "Export MusicXML"
    },
    {
     "value": "exportMidi",
     "text": "Export Midi"
    },
    {
     "value": "importMidi",
     "text": "Import Midi"
    },
    {
     "value": "saveActions",
     "text": "Save Actions"
    },
    {
     "value": "playActions",
     "text": "Play Actions"
    },
    {
     "value": "cancel",
     "text": "Abbrechen"
    }
   ]
  },
  {
   "ctor": "SuiKeySignatureMenu",
   "label": "Tonlage",
   "options": {},
   "menuItems": [
    {
     "value": "KeyOfC",
     "text": "C Major"
    },
    {
     "value": "KeyOfF",
     "text": "F Major"
    },
    {
     "value": "KeyOfG",
     "text": "G Major"
    },
    {
     "value": "KeyOfBb",
     "text": "Bb Major"
    },
    {
     "value": "KeyOfD",
     "text": "D Major"
    },
    {
     "value": "KeyOfEb",
     "text": "Eb Major"
    },
    {
     "value": "KeyOfA",
     "text": "A Major"
    },
    {
     "value": "KeyOfAb",
     "text": "Ab Major"
    },
    {
     "value": "KeyOfE",
     "text": "E Major"
    },
    {
     "value": "KeyOfDb",
     "text": "Db Major"
    },
    {
     "value": "KeyOfB",
     "text": "B Major"
    },
    {
     "value": "KeyOfF#",
     "text": "F# Major"
    },
    {
     "value": "KeyOfC#",
     "text": "C# Major"
    },
    {
     "value": "cancel",
     "text": "Abbrechen"
    }
   ]
  },
  {
   "ctor": "SuiLanguageMenu",
   "label": "Language",
   "options": {},
   "menuItems": [
    {
     "value": "en",
     "text": "English"
    },
    {
     "value": "de",
     "text": "Deutsch"
    },
    {
     "value": "ar",
     "text": "اَلْعَرَبِيَّةُ"
    },
    {
     "value": "cancel",
     "text": "Cancel"
    }
   ]
  },
  {
   "ctor": "SuiLibraryMenu",
   "label": "Score",
   "options": {},
   "menuItems": [
    {
     "value": "bach",
     "text": "Bach Invention"
    },
    {
     "value": "postillion",
     "text": "Postillion-Lied"
    },
    {
     "value": "bambino",
     "text": "Jesu Bambino"
    },
    {
     "value": "handel",
     "text": "Handel Messiah 1-1"
    },
    {
     "value": "preciousLord",
     "text": "Precious Lord"
    },
    {
     "value": "shade",
     "text": "In Its Delightful Shade"
    },
    {
     "value": "yamaJson",
     "text": "Yama"
    },
    {
     "value": "dichterliebe",
     "text": "Dichterliebe (xml)"
    },
    {
     "value": "beethoven",
     "text": "Beethoven - An die ferne Gliebte (xml)"
    },
    {
     "value": "mozart",
     "text": "Mozart - An Chloe (xml)"
    },
    {
     "value": "joplin",
     "text": "Joplin - The Entertainer (xml)"
    },
    {
     "value": "cancel",
     "text": "Cancel"
    }
   ]
  },
  {
   "ctor": "SuiMeasureMenu",
   "label": "Measure",
   "options": {},
   "menuItems": [
    {
     "value": "addMenuCmd",
     "text": "Add Measures"
    },
    {
     "value": "deleteSelected",
     "text": "Delete Selected Measures"
    },
    {
     "value": "formatMeasureDialog",
     "text": "Format Measure"
    },
    {
     "value": "cancel",
     "text": "Cancel"
    }
   ]
  },
  {
   "ctor": "SuiPartMenu",
   "label": "Parts",
   "options": {},
   "menuItems": [
    {
     "value": "editPart",
     "text": "Part Properties"
    },
    {
     "value": "view",
     "text": "View Parts/Staves"
    },
    {
     "value": "viewAll",
     "text": "View All"
    },
    {
     "value": "editInstrument",
     "text": "Instrument Properties"
    },
    {
     "value": "cancel",
     "text": "Cancel"
    }
   ]
  },
  {
   "ctor": "SuiScoreMenu",
   "label": "Score Settings",
   "options": {},
   "menuItems": [
    {
     "value": "preferences",
     "text": "Global Settings"
    },
    {
     "value": "globalLayout",
     "text": "Global Layout"
    },
    {
     "value": "pageLayout",
     "text": "Page Layout"
    },
    {
     "value": "staffGroups",
     "text": "System Groups"
    },
    {
     "value": "fonts",
     "text": "Fonts"
    },
    {
     "value": "identification",
     "text": "Score Info"
    },
    {
     "value": "cancel",
     "text": "Cancel"
    }
   ]
  },  
  {
   "ctor": "SuiStaffModifierMenu",
   "label": "Lines",
   "options": {},
   "menuItems": [
    {
     "value": "crescendo",
     "text": "Crescendo"
    },
    {
     "value": "decrescendo",
     "text": "Decrescendo"
    },
    {
     "value": "slur",
     "text": "Bogen/Bindung"
    },
    {
     "value": "tie",
     "text": "Tie"
    },
    {
     "value": "ending",
     "text": "nth Ende"
    },
    {
     "value": "cancel",
     "text": "Abbrechen"
    }
   ]
  },
  {
   "ctor": "SuiTimeSignatureMenu",
   "label": "Taktzeit",
   "options": {},
   "menuItems": [
    {
     "value": "6/8",
     "text": "6/8"
    },
    {
     "value": "4/4",
     "text": "4/4"
    },
    {
     "value": "3/4",
     "text": "3/4"
    },
    {
     "value": "2/4",
     "text": "2/4"
    },
    {
     "value": "12/8",
     "text": "12/8"
    },
    {
     "value": "7/8",
     "text": "7/8"
    },
    {
     "value": "5/8",
     "text": "5/8"
    },
    {
     "value": "TimeSigOther",
     "text": "benutzerdefiniert"
    },
    {
     "value": "cancel",
     "text": "Abbrechen"
    }
   ]
  },
  {
   "ribbonText": [
    {
     "buttonId": "helpDialog",
     "buttonText": "Help"
    },
    {
     "buttonId": "languageMenu",
     "buttonText": "Language"
    },
    {
     "buttonId": "fileMenu",
     "buttonText": "File"
    },
    {
     "buttonId": "libraryMenu",
     "buttonText": "Library"
    },
    {
     "buttonId": "addStaffMenu",
     "buttonText": "Staves"
    },
    {
     "buttonId": "measureModal",
     "buttonText": "Measure"
    },
    {
     "buttonId": "tempoModal",
     "buttonText": "Tempo"
    },
    {
     "buttonId": "timeSignatureMenu",
     "buttonText": "Time Signature"
    },
    {
     "buttonId": "keyMenu",
     "buttonText": "Key"
    },
    {
     "buttonId": "staffModifierMenu",
     "buttonText": "Lines"
    },
    {
     "buttonId": "instrumentModal",
     "buttonText": "Instrument"
    },
    {
     "buttonId": "pianoModal",
     "buttonText": "Piano"
    },
    {
     "buttonId": "layoutMenu",
     "buttonText": "Score"
    },
    {
     "buttonId": "UpOctaveButton",
     "buttonText": "8va"
    },
    {
     "buttonId": "DownOctaveButton",
     "buttonText": "8vb"
    },
    {
     "buttonId": "moreNavButtons",
     "buttonText": "..."
    },
    {
     "buttonId": "dcAlCoda",
     "buttonText": "DC Al Coda"
    },
    {
     "buttonId": "dsAlCoda",
     "buttonText": "DS Al Coda"
    },
    {
     "buttonId": "dcAlFine",
     "buttonText": "DC Al Fine"
    },
    {
     "buttonId": "dsAlFine",
     "buttonText": "DS Al Fine"
    },
    {
     "buttonId": "toCoda",
     "buttonText": "to "
    },
    {
     "buttonId": "fine",
     "buttonText": "Fine"
    },
    {
     "buttonId": "moreStaffButtons",
     "buttonText": "..."
    }
   ]
  }
 ]