Spacing Issues when removing Cleffs
Hello,
I am having some issues with horizontal spacing when I deselect "show cleff" from the staff/Part Properties.
The notes nudge over so they are not even on the staff (to the left). Score attached.
Attachment | Size |
---|---|
Test.mscz | 6.81 KB |
Comments
You did this?
If you want "big" music, have you seen:
https://musescore.org/en/tutorials/modified-stave-notation#Modified_Sta…
Have a look: Test_3.mscz
In reply to You did this? [inline:Big… by Jm6stringer
I did and will try the MSN method.
Indeed, as noted, the problem is with the "scale" setting, which isn't meant to handle this - it's meant for having differently-sized staves within a score, and doesn't work so well when you try to use it as a global setting. Better to use the staff space in page settings (as mentioned in the article linked above) - that's the expected/supported way of changing staff size and making everything scale accordingly.
Still, this should have worked; it's just a rare corner case that was apparently never tested, since it's not the expected usage of this option.
In reply to Indeed, as noted, the… by Marc Sabatella
Got it - I will use the method in the article linked above!
In reply to Indeed, as noted, the… by Marc Sabatella
Reading that document now - there are so many different things to change. The scaling is super easy and does exactly what I need - if it didn't glitch it would be perfect. Any ideas how to fix the bug ?
In reply to Indeed, as noted, the… by Marc Sabatella
I'm realizing even though it wasn't the intended use - scaling is exactly what I am looking for. I also realize I can select the note heads and using the x-axis offset, move them over manually. However, then it appears I need to grab the stems one at a time to do the same. Is there any way to select notes and their stems together - or a whole measure of notes and stems?
In reply to I'm realizing even though it… by Musical Life Denver
Select the note and in Inspector use the chord offset, not the element offset.
In reply to Select the note and in… by Jojo-Schmitz
Solved! Thanks so much Jojo (and Marc)
In reply to I'm realizing even though it… by Musical Life Denver
Unfortunately, I think you're looking at this backwards. The per-staff scaling setting only happens to produce an approximation of the correct result in this case, but it comes with all sorts of issues, precisely because it is not exactly what you are looking for. The only time you should ever use the per-staff scaling value instead of the global scaling value for the score is to have one staff different from the others in your score. This presupposes you have multiple staves, of course, and that at least one of those staves is at the global scaling value for the score (eg, the per-staff scaling of at least one staff should be at 100%).
If there is no other staff at the global scaling value (no staff with 100% per-staff scaling), it throws off the layout caluclationss, which depend on the per-staff scaling being relative to the sizes of the other staves. And actually, even if there are other staves are at the global scaling (100% per-staff scaling), there are known bugs if you try to use values greater than 100%, because in fact this facility was never intended for making one staff larger than others - only smaller. So, there end up being a number of calculations don't take the possibility of the per-staff scaling being larger than 100% into consideration, thus leading to bugs that are not detected in tests, because again, this wasn't what the facility was designed for or normally used for.
So again, unless you want one staff different from the others in your score, don't use per-staff scaling. Always use the global scaling for the score, found in Layout / Page Settings. Elsewhere you referred to this as the "MSN method", but that's a misnomer. It's the correct method for scaling scores in general for almost all use cases. It just happens that MSN is one of those use cases and was used as an example in a link earlier. But it's not for MSN primarily. It's for all scores, to set the overall scaling for all staves. Then you use per-staff scaling only to deliberately produce effects where one staff is different than the rest.
Also, BTW, a reason not to settle for working around the bugs in per-staff scaling >100% using manual adjustments is that those adjustments will then break your score if/when the bugs get fixed. or if the layout of the score gets changed for any reason - changes to the spacing algorithm in future versions, or you end up changing where you system breaks are, or you add key signatures, or change the rhythms, etc.
In reply to Unfortunately, I think you… by Marc Sabatella
Marc - thank you so much. I was confused - I just did the global scaling from the page/layout and that was just what I was looking for. Sorry to take up so much of your time.
In reply to Marc - thank you so much. I… by Musical Life Denver
NP! Ideally we'll fix the bugs with per-staff scaling too :-)