File: updateReference.bat

package info (click to toggle)
musescore2 2.3.2%2Bdfsg4-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168,212 kB
  • sloc: cpp: 262,317; xml: 176,707; sh: 3,377; ansic: 1,384; python: 356; makefile: 227; perl: 82; pascal: 78
file content (21 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (13)
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