appForm.setMeiNode(app);
appForm.setParent(parentForm);
for (MeiNode child : app.getRdgs()) {
BasicElement handleMeasureApp = handleMeiElement(child, appForm);
if (handleMeasureApp != null)
appForm.addChild(handleMeasureApp);
}
return appForm;
}
private static BasicElement handleMeasureStaff(Staff staff,