fout.writeBytes("55:1 ");
} /* else */
// Should be 12 padded chars, check just in case...
if (group.scale.length() < 12) {
fout.writeBytes(group.scale);
fout.writeBytes(createPadding(12 - group.scale.length(),
false));
} else {
fout.writeBytes(group.scale.substring(0, 12)); // Already
// 12