sb.append("&");
NoteMapper nm=NoteMapper.getMapper(new MusiQwikB());
rightGlyphs=new ArrayList<NoteGlyph>();
rightIndex=0;
for(Note n:t.getRightHand()) {
String s=nm.renderTrebleNote(n);
if (s==null) {
failed.append(n);
failed.append("\n");
} else {
rightGlyphs.add(new NoteGlyph(sb.length(), s));