forked from musescore/MuseScore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
0d6e381
commit 8ed996c
Showing
7 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.