beamGroupForm.setMeiNode(beam);
for (MeiNode child : beam.getFTremsAndChordsAndDamages()) {
BasicElement handleBeamContent = handleMeiElement(child,
beamGroupForm);
if (handleBeamContent != null)
beamGroupForm.addChild(handleBeamContent);
}
return beamGroupForm;
}
private static BasicElement handleReading(Rdg rdg, BasicElement parentForm) {