Strange sign when creating new file with a Pickup Measure
Hi!~
I'm testing the Nightly version - 83d7d0c
When creating a brand new file, with a Pickup Measure selected, the result is in the attachment.
In the file, a small blue block is visible, and also printed. My question is: is this 'by design', and, if yes, what is the function of this small blue block?
if not, can you fix it ;-)
Thanks
Theo
The Netherlands
Attachment | Size |
---|---|
File with pickup measure.mscz | 4.48 KB |
Comments
It is by design and indicates that this measure doesn't respect the time signature, and in this case has less beats (thus the minus sign) beats than required by the time signature.
FWIW, it's better to discuss nightlies in the tech preview forum https://musescore.org/en/forum/687
In reply to It is by design and indicates by [DELETED] 5
@lasconic, that's interesting! Perhaps this symbol should move to indicate whether beats are missing from the beginning or end of the measure. A call to Measure::isAnacrusis() would do it.
Perhaps clicking on the symbol should also toggle Measure::isAnacrusis() by setting the measure as irregular (excluded from measure count). This would ensure the correct note and rest groupings, the correct series of metronome clicks during playback or real-time entry, and eventually the correct beaming too.
In reply to It is by design and indicates by [DELETED] 5
hi!
Thanks for the fast reply.
Ok, it's 'by design'. But, when i print this score, the result is in the attachment; a big block...
See the 2 attachments.
How can i 'hide' this 'block'?
Thanks!
Theo
PS: i will post new questions/bugs in the URL you give to me.
20160831144924_00001.pdf 20160831145730_00001.pdf
For the record, it may be disabled in View -> Untick "Mark irregular measures"
In reply to For the record, it may be by cadiz1
This appears to be an example of a discrepancy between MuseScore's code and the UI. In the code, an "irregular" measure is one that is excluded from the measure count, which is completely independent of whether the measure has more or fewer beats than indicated by the time signature. My preference would be to change the code to match the UI.
In reply to For the record, it may be by cadiz1
Thanks a lot, cadiz1!
This was what i was looking for ;-)
I'm new with MuseScore, and the line 'Mark irregular measures' was not translated to my Dutch language ;-)
But: it's still strange the 'small' block on the screen is printed 'so big' (see my examples).. ;-)
Thanks again
Theo
In reply to Thanks a lot, cadiz1! This by theoderks
I can confirm that the block is present in the printed file. This is a bug and should be reported in the Issue Tracker. Feel free to make one, just an appropriate title and a link back to this page would be sufficient.
In reply to I can confirm that the block by shoogle
Also, is it not marking the wrong measure? In the PDFs attacehd previously, it seems to me that the block sits over the measure following the "irregular" measure.
In reply to Also, is it not marking the by AndreasKågedal
I think it is just being drawn incorrectly - extending to the right of the barline rather than to the left, and the wrong size. Make this the last measure of a system and you can see this more clearly - the marking extends into the margin. Of course, it shouldn't be drawn at all when printing.
In reply to I think it is just being by Marc Sabatella
That should be fixed. https://github.com/musescore/MuseScore/commit/5cca15937ba62d304a1805477…
In reply to That should be fixed. by [DELETED] 5
and had been reported in #123036: Printed file with a Pickup Measure generates a big blue block on the printed score