354c354 < * Remove a number = 1 of staffs from the score --- > * Remove a number of staffs from the score 357c357 < * @param unused numstaffs the number of staffs to remove --- > * @param numstaffs the number of staffs to remove 370,371d369 < if(g_list_length(si->thescore) < 2 || pos > g_list_length(si->thescore) || pos <1) /* FIXME do not let these happen - e.g. make DeleteStaffAfter button inactive when on last staff etc */ < return; 391c389 < if (pos <= si->currentstaffnum) --- > if (pos == (gint) (g_list_length (si->thescore))) 393,394c391 < if(si->currentstaffnum>1) < si->currentstaffnum--; --- > si->currentstaffnum--; 396a394 > 414a413 >