File: updateReference

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 (23 lines) | stat: -rwxr-xr-x 842 bytes parent folder | download | duplicates (7)
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