}
public void drawBreak(Graphics g, int x, int y) {
ASTPitch pitch = (ASTPitch) this.parent;
int ny = y - pitch.absoluteHeight * 4 + 40;
if (pitch.jjtGetLastToken().kind == ParserConstants.rest) {
ny = ny + ASTClef.getDiffToViolin(pitch.clef) * 4;
}
int nx = x + this.x;
//Head
if (pitch.durationInteger == 64) {