-
Notifications
You must be signed in to change notification settings - Fork 36
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
Key, clef and time signature overlap and scores start on top of them when using proportional rendering #91
Comments
We have the same problem. |
You're using proportional rendering, which is still an experimental feature. When proportional rendering is 'on' (non-null), the values for force and spring are ignored (since there is no stretching). Instead, the value of I do not recommend using proportional rendering. |
thanks for your suggestions, that will work too i guess (: it would help (others) if this feature actually would be marked as experimental .. didn't notice that anywhere |
but it's still weird that spring and force (without proportional rendering) aren't havíng any effect .. |
Right, the feature should be marked as experimental. Documentation is the weak point (although the language is now fully documented and that's a big step forward :-) I plan to do the same with the programmer documentation (as soon as I find some time). |
i did a bit more testing but couldn't get spring and force to work :/ didn't know that there is a online version of the editor, thanks! |
you must use the following API to refresh the graphical representation :
try your example with the online editor: if changing the settings works, there's no reason why it shouldn't work in your application. |
thank you very much! that was indeed the missing puzzle piece (: |
reopening because the issue is still relevant .. |
Tested library versions: v1.6.6 and v167
We are trying to display a single measure of scores but with the default layout settings the scores aren't looking very good:
But using different layout settings also doesn't yield a good result. Furthermore force and spring don't have an effect when proportional rendering isn't set...
examples:
force=400; spring=1; proportionalRendering=100
force=400; spring=5; proportionalRendering=400
force=1500; spring=2.5; proportionalRendering=100
The text was updated successfully, but these errors were encountered: