1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
set P=..\..\..\build.debug\mtest\libmscore\compat
xcopy /y %P%\keysig-test.mscx keysig-ref.mscx
xcopy /y %P%\hairpin-test.mscx hairpin-ref.mscx
xcopy /y %P%\notes-test.mscx notes-ref.mscx
xcopy /y %P%\title-test.mscx title-ref.mscx
xcopy /y %P%\notes_useroffset-test.mscx notes_useroffset-ref.mscx
xcopy /y %P%\tremolo2notes-test.mscx tremolo2notes-ref.mscx
xcopy /y %P%\accidentals-test.mscx accidentals-ref.mscx
xcopy /y %P%\slurs-test.mscx slurs-ref.mscx
xcopy /y %P%\clef_missing_first-test.mscx clef_missing_first-ref.mscx
xcopy /y %P%\hor_frame_and_mmrest-test.mscx hor_frame_and_mmrest-ref.mscx
xcopy /y %P%\chord_symbol-test.mscx chord_symbol-ref.mscx
rem not working
rem xcopy /y %P%\articulations-test.mscx articulations-ref.mscx
rem xcopy /y %P%\noteheads-test.mscx noteheads-ref.mscx
rem xcopy /y %P%\textstyles-test.mscx textstyles-ref.mscx
|