Skip to content

[MU4] Allow ledgerlines exactly as wide as the noteheads #6705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

Jojo-Schmitz
Copy link
Contributor

and fix the vtest bat files to use MuseScore4

Counterpart to #6359

@Jojo-Schmitz
Copy link
Contributor Author

Jojo-Schmitz commented Oct 20, 2020

vtest failures expected

and fix the vtest bat files to use MuseScore4
@Jojo-Schmitz Jojo-Schmitz force-pushed the ledgerlinelength-master branch from 80a1278 to 40bc83d Compare October 20, 2020 08:41
@Jojo-Schmitz Jojo-Schmitz changed the title Allow ledgerlines exactly as wide as the noteheads (master) [MU4] Allow ledgerlines exactly as wide as the noteheads Oct 20, 2020
@@ -1,7 +1,7 @@

rem create reference

set MSCORE=..\msvc.install_x64\bin\musescore.exe
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@igorkorsukov take a look on that

Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops
Was not 100% right before (and apparently hadn't been used since MuseScore3!), and still isn't ;-) But now should work on a 64bit MSVC build.
It is a much simpler script than gen.bat and not meant to be run automatically, and so %INSTALL_PATH% is not set, so I guess we can let this pass for now?

Copy link
Contributor

@igorkorsukov igorkorsukov Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think yes, we can pass this (only I would rename to MuseScore4.exe)
This is files not used on CI, as I understand, they for local testing on Windows?

Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. And Windows is not case sensitive nor needs the extension when resolving the name of an executable

@vpereverzev vpereverzev merged commit 7b0b090 into musescore:master Oct 22, 2020
@@ -1,7 +1,7 @@

rem create reference

set MSCORE=..\msvc.install_x64\bin\musescore.exe
set MSCORE=..\msvc.install_x64\bin\musescore4.exe
set DPI=130

%MSCORE% %1.mscz -r %DPI% -o %1.png
Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here it needs to be %MSCORE% %1.mscx -r %DPI% -o %1.png, mscx vs. mscz, as I just found out.
Still doesn't work though :-(, I can't seem to get MuseScore 4 to run in converter mode.

@Jojo-Schmitz Jojo-Schmitz deleted the ledgerlinelength-master branch October 23, 2020 07:44
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Oct 23, 2020
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Oct 29, 2020
igorkorsukov pushed a commit that referenced this pull request Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants