Help me to correct a bug
Please help me to correct this bug: https://musescore.org/en/node/229261 so that I will be able to print correctly the score that took me two days to write it.
I need to know where in the source code is the part that draws the score when the "Hide empty staves" is selected and what is the variable where the "Extra distance above staff" is stored, because I think that to correct that bug I just need to add "+" and the variable that stores the "Extra distance above staff" value.
Comments
As palliative add a spacer?
https://musescore.org/en/handbook/breaks-and-spacers
In reply to As palliative add a by Shoichi
Thank you, I did not know the spacers. I solved that way.
Best place to get help with the source code is on IRC, you might want to ask there.
In reply to Best place to get help with by Marc Sabatella
Thank you, I found the instructions for contributing with the coding.