Skip to content

Commit

Permalink
some vtest fixes
Browse files Browse the repository at this point in the history
wrong pitch of two notes in noteheadposition-1.mscz,
2 accidentals and 3 segnos too much in emmentaler-1.mscz,
wrong position of two articulations in emmentaler-3.png,
wrong trills in emmentaler-8,
wrong position of two articulations in bravura-5-ref.png
and SMuFL 0.9 noteheads for slash semibreve in bravura-10

Also adding Windows batch file to generate the -ref.png files
  • Loading branch information
Jojo-Schmitz committed Apr 18, 2014
1 parent 0d6e381 commit 8ed996c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
Binary file modified vtest/bravura-10-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/bravura-5-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/emmentaler-1.mscz
Binary file not shown.
Binary file modified vtest/emmentaler-3-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/emmentaler-8-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions vtest/gen-ref.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

rem create reference

set MSCORE=..\win32install\bin\mscore.exe
set DPI=130

%MSCORE% %1.mscz -r %DPI% -o %1.png
del %1-ref.png 2>nul
rename %1-1.png %1-ref.png
Binary file modified vtest/noteheadposition-1.mscz
Binary file not shown.

0 comments on commit 8ed996c

Please sign in to comment.