public void advance(AbcElement a) {
   curBar += a.getAbsLength();
   unrolled.add(a);
 }