chordGroupForm.setMeiNode(chord);
for (MeiNode child : chord.getRestoresAndArticsAndUnclears()) {
BasicElement handleChordContent = handleMeiElement(child,
chordGroupForm);
if (handleChordContent != null)
chordGroupForm.addChild(handleChordContent);
}
return chordGroupForm;
}
private static BasicElement handleBeam(Beam beam, BasicElement parentForm) {