499500501502503504505506507508
handleStaffGrp((StaffGrp) child, scoreDefForm); } BasicElement handleLayerContent = handleMeiElement(child, staffGroupForm); if (handleLayerContent != null) staffGroupForm.addChild(handleLayerContent); } return staffGroupForm; } }