File: updateReference.bat

package info (click to toggle)
musescore 2.0.3%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 202,532 kB
  • ctags: 58,769
  • sloc: cpp: 257,595; xml: 172,226; ansic: 139,931; python: 6,565; sh: 6,383; perl: 423; makefile: 290; awk: 142; pascal: 67; sed: 3
file content (21 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (11)
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