#!/bin/bash

for a in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 20 21 22 50; do
      echo cp ../../../build.debug/mtest/libmscore/copypaste/copypaste${a}.mscx copypaste${a}-ref.mscx
      cp ../../../build.debug/mtest/libmscore/copypaste/copypaste${a}.mscx copypaste${a}-ref.mscx
      done
cp ../../../build.debug/mtest/libmscore/copypaste/copypaste_partial_01.mscx copypaste_partial_01-ref.mscx


