-
Notifications
You must be signed in to change notification settings - Fork 43
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
problem updating \gre@stafflinefactor #1461
Comments
It sounds like expected behavior. Your new spacing file should have its own Example: I have a project for which I expect to print staves at 20. In designing a custom gsp file for the project I set Sent with GitHawk |
It didn't seem like expected behavior, but maybe it is. What confused me was that I got different behavior when I changed the order of \grechangestaffsize{17} and \greloadspaceconf{default} when switching back. It seemed to me that loading the spacing configuration wouldn't be dependent on what the staff size was set to but then it was. Anyway, like I said, now that I understand how it works it's not a big deal. |
Order effects are exactly what |
I think this shows it. I set the staff size and then each time I load the default spacing, it makes the lines a little thicker. |
That's definitely a bug. I'm in the midst of exams, and have my pre-ordination retreat next week, but I'll put this on the to-do list. |
Fix is up (#1464). Please test and indicate if it is acceptable. |
Yes, this fixes the problem.
…On Tue, 21 May 2019 at 14:16, Br. Samuel Springuel ***@***.***> wrote:
Fix is up (#1464 <#1464>).
Please test and indicate if it is acceptable.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1461?email_source=notifications&email_token=AAYRQXIZ7NP2JQ4BWCTBXNLPWQ36XA5CNFSM4HLA6LUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV4XY2Y#issuecomment-494500971>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYRQXJXQMZGHOX342S7OF3PWQ36XANCNFSM4HLA6LUA>
.
|
This was happening on 5.2.1
If \greconffactor is different than what the staff size is set to, it seems to cause a problem when loading the new space file. It multiplies by the staff size but divides by \greconffactor. Anyway I think that is what was going on. So if you have the staff size set to something big like 23 and the regular \greconffactor of 17, when you load the new spacing, \gre@stafflinefactor gets set to 31 (23 * 23 / 17). It's easy to workaround so it's not a big deal. I'm not sure if anything else is affected, but the line thickness was certainly quite noticeable.
The text was updated successfully, but these errors were encountered: