--- C:/DOCUME~1/admin/LOCALS~1/Temp/barline.cpp-revBASE.svn000.tmp.cpp Fri Nov 19 01:35:57 2010 +++ E:/Dev/musescore/mscore/mscore/mscore/barline.cpp Fri Nov 19 01:35:40 2010 @@ -560,7 +560,8 @@ dw = point(w); break; case END_START_REPEAT: - w += score()->styleS(ST_endBarWidth) + 3 * score()->styleS(ST_endBarDistance); +// w += score()->styleS(ST_endBarWidth) + 3 * score()->styleS(ST_endBarDistance); + w += score()->styleS(ST_barWidth) + score()->styleS(ST_endBarWidth) + 4 * score()->styleS(ST_endBarDistance); dw = point(w) + 2 * dotwidth; break; case BROKEN_BAR: