1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
#!/bin/bash
P=../../../build.debug/mtest/libmscore/compat
#P=../../../../MuseScore-build/mtest/libmscore/compat
# cp $P/articulations-test.mscx articulations-ref.mscx
cp $P/keysig-test.mscx keysig-ref.mscx
cp $P/hairpin-test.mscx hairpin-ref.mscx
cp $P/notes-test.mscx notes-ref.mscx
# cp $P/textstyles-test.mscx textstyles-ref.mscx
cp $P/title-test.mscx title-ref.mscx
cp $P/notes_useroffset-test.mscx notes_useroffset-ref.mscx
cp $P/tremolo2notes-test.mscx tremolo2notes-ref.mscx
cp $P/accidentals-test.mscx accidentals-ref.mscx
cp $P/slurs-test.mscx slurs-ref.mscx
cp $P/clef_missing_first-test.mscx clef_missing_first-ref.mscx
cp $P/hor_frame_and_mmrest-test.mscx hor_frame_and_mmrest-ref.mscx
cp $P/chord_symbol-test.mscx chord_symbol-ref.mscx
cp $P/style-test.mscx style-ref.mscx
cp $P/text_scaling-test.mscx text_scaling-ref.mscx
|